PHP incluem função interna global
function importSomething(){
return include_once 'something.php';
}
Borma
function importSomething(){
return include_once 'something.php';
}