|
PHP5中文手册
maxdb_infomaxdb->info(PECL maxdb:1.0-7.6.00.38) maxdb->info — Retrieves information about the most recently executed query 说明Procedural style:
string maxdb_info
( resource $link
)
Object oriented style (property) maxdb
string$info;
The maxdb_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 The above examples would produce the following output:
|