Call only if function exists

  if (function_exists('MyFunctionName'))
    $Result = MyFunctionName();