apd_dump_persistent_resources PHP Funktionen : PHP Übersicht : PHP Manual

apd_dump_persistent_resources

PHP Function apd_dump_persistent_resources / PHP Funktion apd_dump_persistent_resources

phplist » Webkatalog Script - Link Script » PHP Function Coder » apd_dump_persistent_resources
PHP Funktion
apd_dump_persistent_resources ( phplist Code 100% Relevanz )
Rubrik
Advanced PHP debugger
Kurzform
apd_dump_persistent_resources -- Return all persistent resources as an array
Vorschau
...apd_dump_persistent_resources apd_dump_persistent_resources (no version information, might be only in CVS) apd_dump_persistent_resources -- Return all persistent resources as an array Beschreibung array apd_dump_persistent_resources ( void ) Return all persistent resources as an array. Rückgabewerte An array containing the current call stack. Beispiele Beispiel 1. apd_dump_persistent_resources() example <?php print_r ( ...
PHP Manual
[ apd_dump_persistent_resources php.net ]

PHP Funktion
apd_dump_regular_resources ( phplist Code 76% Relevanz )
Rubrik
Advanced PHP debugger
Kurzform
apd_dump_regular_resources -- Return all current regular resources as an array
Vorschau
... as an array. Rückgabewerte An array containing the current regular resources. Beispiele Beispiel 1. apd_dump_regular_resources() example <?php print_r ( apd_dump_regular_resources ()); ?> Siehe auch apd_dump_persistent_resources() apd_dump_persistent_resources apd_echo...
PHP Manual
[ apd_dump_regular_resources php.net ]

PHP Funktion
apd_dump_function_table ( phplist Code 46% Relevanz )
Rubrik
Advanced PHP debugger
Kurzform
apd_dump_function_table -- Outputs the current function table
Vorschau
... ( void ) Outputs the current function table. Rückgabewerte No value is returned. Beispiele Beispiel 1. apd_dump_function_table() example <?php apd_dump_function_table (); ?> apd_croak apd_dump_persistent_resources...
PHP Manual
[ apd_dump_function_table php.net ]

PHP Funktion
Advanced PHP debugger ( phplist Code 20% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... 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 apd_dump_persistent_resources -- Return all persistent resources as an array apd_dump_regular_resources -- Return all current regular resources as an array apd_echo -- Echo to the debugging socket apd_get_active_symbols -- Get an array of ...
PHP Manual
[ Advanced PHP debugger php.net ]