March 2002
Intermediate to advanced
528 pages
21h 29m
English
get_defined_functions
array get_defined_functions( )
Returns an array containing the name of each defined function. The
returned array is an associative array with two keys,
internal and user. The value of
the first key is an array containing the names of all internal PHP
functions; the value of the second key is an array containing the
names of all user-defined functions.