PHP incluye la función interna global

function importSomething(){
   return include_once 'something.php';
}
Borma