|
PHP5中文手册
mysqli_infomysqli->info(PHP 5) mysqli->info — Retrieves information about the most recently executed query 说明Procedural style:
string mysqli_info
( mysqli $link
)
Object oriented style (property) mysqli
string$info;
The mysqli_info() function returns a string providing information about the last query executed. The nature of this string is provided below:
返回值A character string representing additional information about the most recently executed query. 范例Example#1 Object oriented style
<?php Example#2 Procedural style
<?php 上例将输出:
|