JavaScript Editor Javascript debugger      Website design 


apd_dump_function_table

Outputs the current function table ()
void apd_dump_function_table ( )

Outputs the current function table.

Return Values

No value is returned.

Examples

Example 222. apd_dump_function_table() example

<?php
apd_dump_function_table
();
?>