(PHP 3>= 3.0.7, PHP 4 )
function_exists --
Return true if the given function has been defined
Description
int function_exists
(string function_name)
Checks the list of defined functions for
function_name. Returns true if the given
function name was found, false otherwise.