apd_get_active_symbols PHP Funktionen : PHP Übersicht : PHP Manual

apd_get_active_symbols

PHP Function apd_get_active_symbols / PHP Funktion apd_get_active_symbols

phplist » Webkatalog Script - Link Script » PHP Function Coder » apd_get_active_symbols
PHP Funktion
apd_get_active_symbols ( phplist Code 100% Relevanz )
Rubrik
Advanced PHP debugger
Kurzform
apd_get_active_symbols -- Get an array of the current variables names in the local scope
Vorschau
...apd_get_active_symbols apd_get_active_symbols (no version information, might be only in CVS) apd_get_active_symbols -- Get an array of the current variables names in the local scope Beschreibung array apd_get_active_symbols ( void ) Returns the names of all the variables defined in the active scope, (not their values). Rückgabewerte A multidimensional array with all the variables. Beispiele Beispiel 1. apd_get_active_symbols() ...
PHP Manual
[ apd_get_active_symbols php.net ]

PHP Funktion
apd_set_pprof_trace ( phplist Code 49% Relevanz )
Rubrik
Advanced PHP debugger
Kurzform
apd_set_pprof_trace -- Starts the session debugging
Vorschau
... setting from the php.ini file is used. Rückgabewerte No value is returned. Beispiele Beispiel 1. apd_set_pprof_trace() example <?php apd_set_pprof_trace (); ?> Siehe auch apd_set_session_trace() apd_get_active_symbols apd_set_session_trace...
PHP Manual
[ apd_set_pprof_trace php.net ]

PHP Funktion
apd_echo ( phplist Code 47% Relevanz )
Rubrik
Advanced PHP debugger
Kurzform
apd_echo -- Echo to the debugging socket
Vorschau
...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 19% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... 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 the session debugging apd_set_session_trace -- Starts the session debugging apd_set_session -- Changes or sets the ...
PHP Manual
[ Advanced PHP debugger php.net ]