PHP obejmuje funkcję wewnętrzną globalną
function importSomething(){
return include_once 'something.php';
}
Borma
function importSomething(){
return include_once 'something.php';
}