
PHP Funktionen : PHP Übersicht : PHP Manual
apd_set_session_trace
PHP
Function apd_set_session_trace / PHP
Funktion apd_set_session_trace
phplist »
Webkatalog Script - Link Script »
PHP Function Coder »
apd_set_session_trace
- PHP Funktion
- apd_set_session_trace ( phplist Code 100% Relevanz )
- Rubrik
- Advanced PHP debugger
- Kurzform
- apd_set_session_trace -- Starts the session debugging
- Vorschau
- ...apd_set_session_trace apd_set_session_trace (no version information, might be only in CVS) apd_set_session_trace -- Starts the session debugging Beschreibung void apd_set_session_trace ( int debug_level [, string dump_directory] ) Starts debugging to apd_dump_{process_id} in the dump directory. Parameter Liste debug_level An integer which is formed by adding together the XXX_TRACE constants. ...
- PHP Manual
- [ apd_set_session_trace php.net ]
- PHP Funktion
- apd_set_session ( phplist Code 83% Relevanz )
- Rubrik
- Advanced PHP debugger
- Kurzform
- apd_set_session -- Changes or sets the current debugging level
- Vorschau
- ... traces (TIMING, FUNCTIONS, ARGS SUMMARY (like strace -c)) use the value 99 Rückgabewerte No value is returned. Beispiele Beispiel 1. apd_set_session() example <?php apd_set_session ( 9 ); ?> apd_set_session_trace apd_set_socket_session_trace...
- PHP Manual
- [ apd_set_session php.net ]
- PHP Funktion
- apd_set_pprof_trace ( phplist Code 75% Relevanz )
- Rubrik
- Advanced PHP debugger
- Kurzform
- apd_set_pprof_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_pprof_trace() example <?php apd_set_pprof_trace (); ?> Siehe auch apd_set_session_trace() apd_get_active_symbols apd_set_session_trace...
- PHP Manual
- [ apd_set_pprof_trace php.net ]
- PHP Funktion
- apd_breakpoint ( phplist Code 34% Relevanz )
- Rubrik
- Advanced PHP debugger
- Kurzform
- apd_breakpoint -- Stops the interpreter and waits on a CR from the socket
- Vorschau
- ...Process Pid (6118)Trace Begun at Sun Mar 10 23:13:12 2002---------------------------------------------------------------------------( 0.000000): apd_set_session_trace called at /home/alan/Projects/project2/test. php:5( 0.074824): apd_set_session_trace_socket() at /home/alan/Projects/project2/tes t.php:5 returned. Elapsed (0.074824)( 0.074918): apd_breakpoint() /home/alan/...
- PHP Manual
- [ apd_breakpoint php.net ]
- PHP Funktion
- Advanced PHP debugger ( phplist Code 24% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... regular resources as an array apd_echo -- Echo to the debugging socket apd_get_active_symbols -- Get an array of the current variables names in the local scope apd_set_pprof_trace -- Starts the session debugging apd_set_session_trace -- Starts the session debugging apd_set_session -- Changes or sets the current debugging level apd_set_socket_session_trace -- Starts the remote session debugging override_function -- Overrides built-in functions ...
- PHP Manual
- [ Advanced PHP debugger php.net ]