袁来如此的工作笔记
竹杖芒鞋轻胜马,谁怕? 一蓑烟雨任平生。

function_exists 在类中怎么用

119浏览量
$user=newuser();if(method_exists($user,'aaa')){echo"yes";}else{echo"no";}