apd_breakpoint PHP Funktionen : PHP Übersicht : PHP Manual

apd_breakpoint

PHP Function apd_breakpoint / PHP Funktion apd_breakpoint

phplist » Webkatalog Script - Link Script » PHP Function Coder » apd_breakpoint
PHP Funktion
apd_breakpoint ( phplist Code 100% Relevanz )
Rubrik
Advanced PHP debugger
Kurzform
apd_breakpoint -- Stops the interpreter and waits on a CR from the socket
Vorschau
...apd_breakpoint apd_breakpoint (PECL) apd_breakpoint -- Stops the interpreter and waits on a CR from the socket Beschreibung bool apd_breakpoint ( int debug_level ) This can be used to stop the running of your script, and await responses on the connected socket. To step the program, just send enter (a blank line), or enter a php command to be executed. ...
PHP Manual
[ apd_breakpoint php.net ]

PHP Funktion
apd_callstack ( phplist Code 44% Relevanz )
Rubrik
Advanced PHP debugger
Kurzform
apd_callstack -- Returns the current call stack as an array
Vorschau
... ( void ) Returns the current call stack as an array Rückgabewerte An array containing the current call stack. Beispiele Beispiel 1. apd_callstack() example <?php print_r ( apd_callstack ()); ?> apd_breakpoint apd_clunk...
PHP Manual
[ apd_callstack php.net ]

PHP Funktion
Advanced PHP debugger ( phplist Code 23% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... comand. Contact information If you have comments, bugfixes, enhancements or want to help developing this beast, you can send an mail to apd@mail.communityconnect.com . Any help is very welcome. Inhaltsverzeichnis apd_breakpoint -- Stops the interpreter and waits on a CR from the socket apd_callstack -- Returns the current call stack as an array apd_clunk -- Throw a warning and a callstack apd_continue -- Restarts the interpreter apd_croak...
PHP Manual
[ Advanced PHP debugger php.net ]