
PHP Funktionen : PHP Übersicht : PHP Manual
apd_set_pprof_trace
PHP
Function apd_set_pprof_trace / PHP
Funktion apd_set_pprof_trace
phplist »
Webkatalog Script - Link Script »
PHP Function Coder »
apd_set_pprof_trace
- PHP Funktion
- apd_set_pprof_trace ( phplist Code 100% Relevanz )
- Rubrik
- Advanced PHP debugger
- Kurzform
- apd_set_pprof_trace -- Starts the session debugging
- Vorschau
- ...apd_set_pprof_trace apd_set_pprof_trace (PECL) apd_set_pprof_trace -- Starts the session debugging Beschreibung void apd_set_pprof_trace ( [string dump_directory] ) Starts debugging to pprof_{process_id} in the dump directory. Parameter Liste dump_directory The directory in which the profile dump file is written. If not set, the apd.dumpdir ...
- PHP Manual
- [ apd_set_pprof_trace php.net ]
- PHP Funktion
- apd_set_session_trace ( phplist Code 75% Relevanz )
- Rubrik
- Advanced PHP debugger
- Kurzform
- apd_set_session_trace -- Starts the session debugging
- Vorschau
- .... If not set, the apd.dumpdir setting from the php.ini file is used. Rückgabewerte No value is returned. Beispiele Beispiel 1. apd_set_session_trace() example <?php apd_set_session_trace ( 99 ); ?> apd_set_pprof_trace apd_set_session...
- PHP Manual
- [ apd_set_session_trace php.net ]
- PHP Funktion
- apd_get_active_symbols ( phplist Code 49% Relevanz )
- Rubrik
- Advanced PHP debugger
- Kurzform
- apd_get_active_symbols -- Get an array of the current variables names in the local scope
- Vorschau
- ... scope, (not their values). Rückgabewerte A multidimensional array with all the variables. Beispiele Beispiel 1. apd_get_active_symbols() example <?php apd_echo ( apd_get_active_symbols ()); ?> apd_echo apd_set_pprof_trace...
- PHP Manual
- [ apd_get_active_symbols php.net ]
- PHP Funktion
- Advanced PHP debugger ( phplist Code 25% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ...: apd.dumpdir string Sets the directory in which APD writes profile dump files. You can specify an absolute path or a relative path. You can specify a different directory as an argument to apd_set_pprof_trace() . apd.statement_tracing boolean Specfies whether or not to do per-line tracings. Turning this on (1) will impact the performance of your application. Resource Typen Diese Erung definiert keine Resource-Typen. ...
- PHP Manual
- [ Advanced PHP debugger php.net ]