apd_echo PHP Funktionen : PHP Übersicht : PHP Manual

apd_echo

PHP Function apd_echo / PHP Funktion apd_echo

phplist » Webkatalog Script - Link Script » PHP Function Coder » apd_echo
PHP Funktion
apd_echo ( phplist Code 100% Relevanz )
Rubrik
Advanced PHP debugger
Kurzform
apd_echo -- Echo to the debugging socket
Vorschau
...apd_echo apd_echo (PECL) apd_echo -- Echo to the debugging socket Beschreibung bool apd_echo ( string output ) Usually sent via the socket to request information about the running script. Parameter Liste output The debugged variable. Rückgabewerte Gibt bei Erfolg TRUE , im Fehlerfall FALSE . Beispiele ...
PHP Manual
[ apd_echo php.net ]

PHP Funktion
apd_get_active_symbols ( phplist Code 47% Relevanz )
Rubrik
Advanced PHP debugger
Kurzform
apd_get_active_symbols -- Get an array of the current variables names in the local scope
Vorschau
... ) 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() example <?php apd_echo ( apd_get_active_symbols ()); ?> apd_echo apd_set_pprof_trace...
PHP Manual
[ apd_get_active_symbols php.net ]

PHP Funktion
apd_dump_regular_resources ( phplist Code 35% Relevanz )
Rubrik
Advanced PHP debugger
Kurzform
apd_dump_regular_resources -- Return all current regular resources as an array
Vorschau
... 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
Advanced PHP debugger ( phplist Code 28% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... 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 the session debugging apd_set_session_trace -- Starts the session ...
PHP Manual
[ Advanced PHP debugger php.net ]