|
PHP5中文手册
maxdb_debug(PECL maxdb:1.0-7.6.00.38) maxdb_debug — Performs debugging operations 说明
void maxdb_debug
( string $debug
)
The maxdb_debug() can be used to trace the SQLDBC communication. The following strings can be used as a parameter to maxdb_debug():
返回值maxdb_debug() doesn't return any value. 范例Example#1 Procedural style
<?php The above example produces no output. |