PHP Doku:: Outputs the current function table - function.apd-dump-function-table.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzDas Verhalten von PHP beeinflussenAdvanced PHP debuggerAPD Funktionenapd_dump_function_table

Ein Service von Reinhard Neidl - Webprogrammierung.

APD Funktionen

<<apd_croak

apd_dump_persistent_resources>>

apd_dump_function_table

(Unknown)

apd_dump_function_tableOutputs the current function table

Beschreibung

void apd_dump_function_table ( void )

Outputs the current function table.

Rückgabewerte

Es wird kein Wert zurückgegeben.

Beispiele

Beispiel #1 apd_dump_function_table() example

<?php
apd_dump_function_table
();
?>


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)