主要是为了丰富知识线:
function_exists
if (!function_exists('sayHello')) { function sayHello($userName){
echo("hehe ". $userName);
} }
主要是为了丰富知识线:
function_exists
if (!function_exists('sayHello')) { function sayHello($userName){
echo("hehe ". $userName);
} }