APD 函数
在线手册:中文 英文
PHP手册

apd_dump_function_table

(Unknown)

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


APD 函数
在线手册:中文 英文
PHP手册