class counter { static $c = 0; return $c++; } Create an instance of the Reflection_Function class $func = new ReflectionClass('counter'); echo $func->getFileName(); 相关文章: