function_exists

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.