February 2013
Intermediate to advanced
538 pages
20h 55m
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.
Read now
Unlock full access