February 2013
Intermediate to advanced
538 pages
20h 55m
English
function_exists
bool function_exists(string function)Returns true if a function
with function has been defined (both
user-defined and built-in functions are checked), and false otherwise. The comparison to check for
a matching function is case-insensitive.
Read now
Unlock full access