apd_clunk PHP Funktionen : PHP Übersicht : PHP Manual

apd_clunk

PHP Function apd_clunk / PHP Funktion apd_clunk

phplist » Webkatalog Script - Link Script » PHP Function Coder » apd_clunk
PHP Funktion
apd_clunk ( phplist Code 100% Relevanz )
Rubrik
Advanced PHP debugger
Kurzform
apd_clunk -- Throw a warning and a callstack
Vorschau
...apd_clunk apd_clunk (no version information, might be only in CVS) apd_clunk -- Throw a warning and a callstack Beschreibung void apd_clunk ( string warning [, string delimiter] ) Behaves like perl's Carp::cluck. Throw a warning and a callstack. Parameter Liste warning The warning to throw. delimiter The delimiter. Default to <BR /> . Rü...
PHP Manual
[ apd_clunk php.net ]

PHP Funktion
apd_callstack ( phplist Code 64% 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
apd_continue ( phplist Code 57% Relevanz )
Rubrik
Advanced PHP debugger
Kurzform
apd_continue -- Restarts the interpreter
Vorschau
... traces (TIMING, FUNCTIONS, ARGS SUMMARY (like strace -c)) use the value 99 Rückgabewerte Gibt bei Erfolg TRUE , im Fehlerfall FALSE . Beispiele Beispiel 1. apd_continue() example <?php apd_continue ( 0 ); ?> apd_clunk apd_croak...
PHP Manual
[ apd_continue php.net ]

PHP Funktion
Advanced PHP debugger ( phplist Code 20% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... 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 -- Throw an error, a callstack and then exit apd_dump_function_table -- Outputs the current function table ...
PHP Manual
[ Advanced PHP debugger php.net ]