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. ПримерыПример #1 Процедурный стиль
<?phpThe above example produces no output. |
||