• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • apd_dump_function_table()

    (Unknown)

    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();
    ?>