PHP Dokumentation: Function apd-dump-function-table
12. Januar 2010 von werner
apd_dump_function_table
(Unknown)
apd_dump_function_table — Outputs 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();
?>