php inclut une fonction intérieure globale

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