March 2002
Intermediate to advanced
528 pages
21h 29m
English
function_exists
bool function_exists(string function)
Returns true if a function with
function has been defined, and
false otherwise. The comparison to check for a
matching function is case-insensitive.