update : 2015.11.03
php.shukuma.com검색:
|
maxdb_debug(PECL maxdb >= 1.0) 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 절차식 형식
<?php The above example produces no output. |