PHP включает внутреннюю функцию Global
function importSomething(){
return include_once 'something.php';
}
Borma
function importSomething(){
return include_once 'something.php';
}