apd_set_session PHP Funktionen : PHP Übersicht : PHP Manual

apd_set_session

PHP Function apd_set_session / PHP Funktion apd_set_session

phplist » Webkatalog Script - Link Script » PHP Function Coder » apd_set_session
PHP Funktion
apd_set_session ( phplist Code 100% Relevanz )
Rubrik
Advanced PHP debugger
Kurzform
apd_set_session -- Changes or sets the current debugging level
Vorschau
...apd_set_session apd_set_session (no version information, might be only in CVS) apd_set_session -- Changes or sets the current debugging level Beschreibung void apd_set_session ( int debug_level ) This can be used to increase or decrease debugging in a different area of your application. Parameter Liste debug_level An integer which is formed by adding together the XXX_TRACE constants. It ...
PHP Manual
[ apd_set_session php.net ]

PHP Funktion
apd_set_session_trace ( phplist Code 83% 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_socket_session_trace ( phplist Code 70% Relevanz )
Rubrik
Advanced PHP debugger
Kurzform
apd_set_socket_session_trace -- Starts the remote session debugging
Vorschau
... 99 Rückgabewerte Gibt bei Erfolg TRUE , im Fehlerfall FALSE . Beispiele Beispiel 1. apd_set_socket_session_trace() example <?php apd_set_socket_session_trace ( "127.0.0.1" , APD_AF_INET , 7112 , 0 ); ?> apd_set_session override_function...
PHP Manual
[ apd_set_socket_session_trace php.net ]

PHP Funktion
Advanced PHP debugger ( phplist Code 17% 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 ...
PHP Manual
[ Advanced PHP debugger php.net ]