php is_callable method_exists

is_callable 检查是否可调用 例如private 方法不可调用 但是method_exists返回true

你可能感兴趣的:(php is_callable method_exists)