apd_dump_function_table
(Unknown)
apd_dump_function_table — Outputs the current function table
说明
   apd_dump_function_table
    ( void
   ) : void
  Outputs the current function table.
返回值
没有返回值。
范例
Example #1 apd_dump_function_table() example
<?php
apd_dump_function_table();
?>