update : 2015.11.03
php.shukuma.com

검색:
 
 
Outputs the current function table

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