|
Последние активные темы форума |
|
maxdb_debug
(no version information, might be only in CVS) maxdb_debug -- Performs debugging operations
Descriptionvoid maxdb_debug ( string debug )
Return valuesmaxdb_debug() doesn't return any value.
Example
Пример 1. Процедурный стиль
<?php
/* Create a trace file in '/tmp/client.trace' on the local (client) machine: */
/* NOTE: Does nothing in case of MaxDB */
maxdb_debug
(
"d:t:0,/tmp/client.trace"
);
?>
|
|
The above examples produces no output.
|