if(!function_exists('my_function')){ function myfunction(){} }
if(function_exists('my_function')){ // my_function is defined }