php 判断函数是否存在
bool function_exists($funcName)
{
}
function_exists('myFuncName');
php 判断类是否存在
bool class_exists($claName [, @autoload])
{
}
class_exists('myClassName');
php 判断类是否存在
bool class_exists($claName [, @autoload])
{
}
class_exists('myClassName');
php 判断类的方法是存在
bool method_exists($cla, $methodName)
{
}
method_exists($obj, 'getList');
php 判断类是否存在某个属性
bool property_exists($claName, $property)
{
}
property_exists($cla, 'course_name');
专业提供WordPress主题安装、深度汉化、加速优化等各类网站建设服务,详询在线客服!