PHPCách tìm file khai báo 1 class trong php Tung Lê Thanh / 03/03/2017 $reflector = new ReflectionClass(‘SiteManager’); echo $reflector->getFileName(); die;