几个函数(2016年10月8日)
bool method_exists(mixed $object, string $method_name)
// 检查该类中,是否存在某方法,存在返回TRUE,否则返回FALSE
//Note: 如果此类不是已知类,使用此函数会 调用任何已注册的autoloader
bool method_exists(mixed $object, string $method_name)
// 检查该类中,是否存在某方法,存在返回TRUE,否则返回FALSE
//Note: 如果此类不是已知类,使用此函数会 调用任何已注册的autoloader
转载于:https://my.oschina.net/helloworldcoding/blog/755185