(no version information, might be only in CVS)
maxdb_debug() doesn't return any value.
Exemplo 1. Procedural style
<?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.