您的位置:寻梦网首页编程乐园PHP 编程PHP5中文手册
PHP5中文手册

apd_dump_function_table

(No version information available, might be only in CVS)

apd_dump_function_table — Outputs the current function table

说明

void apd_dump_function_table ( void )

Outputs the current function table.

返回值

无返回值。

范例

Example#1 apd_dump_function_table() example

<?php
apd_dump_function_table
();
?>