PHP

Cách tìm file khai báo 1 class trong php

$reflector = new ReflectionClass(‘SiteManager’);
echo $reflector->getFileName(); die;