apd_dump_regular_resources PHP Funktionen : PHP Übersicht : PHP Manual

apd_dump_regular_resources

PHP Function apd_dump_regular_resources / PHP Funktion apd_dump_regular_resources

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

PHP Funktion
apd_dump_persistent_resources ( phplist Code 76% Relevanz )
Rubrik
Advanced PHP debugger
Kurzform
apd_dump_persistent_resources -- Return all persistent resources as an array
Vorschau
... the current call stack. Beispiele Beispiel 1. apd_dump_persistent_resources() example <?php print_r ( apd_dump_persistent_resources ()); ?> Siehe auch apd_dump_regular() apd_dump_function_table apd_dump_regular_resources...
PHP Manual
[ apd_dump_persistent_resources php.net ]

PHP Funktion
apd_echo ( phplist Code 35% Relevanz )
Rubrik
Advanced PHP debugger
Kurzform
apd_echo -- Echo to the debugging socket
Vorschau
... about the running script. Parameter Liste output The debugged variable. Rückgabewerte Gibt bei Erfolg TRUE , im Fehlerfall FALSE . Beispiele Beispiel 1. apd_echo() example <?php apd_echo ( $i ); ?> apd_dump_regular_resources apd_get_active_symbols...
PHP Manual
[ apd_echo php.net ]

PHP Funktion
Advanced PHP debugger ( phplist Code 21% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... 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 the current variables names in the local scope apd_set_pprof_trace -- Starts...
PHP Manual
[ Advanced PHP debugger php.net ]