apd_set_socket_session_trace PHP Funktionen : PHP Übersicht : PHP Manual

apd_set_socket_session_trace

PHP Function apd_set_socket_session_trace / PHP Funktion apd_set_socket_session_trace

phplist » Webkatalog Script - Link Script » PHP Function Coder » apd_set_socket_session_trace
PHP Funktion
apd_set_socket_session_trace ( phplist Code 100% Relevanz )
Rubrik
Advanced PHP debugger
Kurzform
apd_set_socket_session_trace -- Starts the remote session debugging
Vorschau
...apd_set_socket_session_trace apd_set_socket_session_trace (no version information, might be only in CVS) apd_set_socket_session_trace -- Starts the remote session debugging Beschreibung bool apd_set_socket_session_trace ( string tcp_server, int socket_type, int port, int debug_level ) Connects to the specified tcp_server (eg. tcplisten) and sends debugging data to the socket. Parameter Liste tcp_server IP or Unix Domain ...
PHP Manual
[ apd_set_socket_session_trace php.net ]

PHP Funktion
apd_set_session ( phplist Code 70% Relevanz )
Rubrik
Advanced PHP debugger
Kurzform
apd_set_session -- Changes or sets the current debugging level
Vorschau
..., 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
override_function ( phplist Code 27% Relevanz )
Rubrik
Advanced PHP debugger
Kurzform
override_function -- Overrides built-in functions
Vorschau
.... Rückgabewerte Gibt bei Erfolg TRUE , im Fehlerfall FALSE . Beispiele Beispiel 1. override_function() example <?php override_function ( 'test' , '$a,$b' , 'echo "DOING TEST"; return $a * $b;' ); ?> apd_set_socket_session_trace rename_function...
PHP Manual
[ override_function php.net ]

PHP Funktion
Advanced PHP debugger ( phplist Code 20% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... 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 rename_function -- Renames orig_name to new_name in the global function table apc_store apd_breakpoint...
PHP Manual
[ Advanced PHP debugger php.net ]