PHP -Überprüfung, ob die Funktion vorliegt

function_exists('function_name'); //Will return true if function exists
RWL_Dittrich