efunsystem.typeis_object本页总览is_object Return true if the input value is a existing object(not destructed), otherwise return false If you want to check the value's type, use val.type() == "object" 声明 bool is_object(mixed val) 参数 参数名描述val 返回值 使用方式 返回模块