Join our community in the tech forums for uncut technology discussion.
apd_set_pprof_trace
(no version information, might be only in CVS) apd_set_pprof_trace -- Starts the session debugging Descriptionvoid apd_set_pprof_trace ( [string dump_directory] )
Starts debugging to /pprof_, if
dump_directory is not set, then the apd.dumpdir setting from the
php.ini file is used.
Example 1. apd_set_pprof_trace() example
<?php apd_set_pprof_trace(); ?>
|
|
Join our community in the tech forums for uncut technology discussion.
|