(PHP3 >= 3.0.7, PHP4 )
int function_exists (string function_name)
int function_exists
Checks the list of defined functions for function_name. Returns true if the given function name was found, false otherwise.