原文:Require an arbitrary PHP file without leaking variables into scope
Is it possible in PHP to require an arbitrary file without leaking any variables from the current scope into the required file s variable namespace or polluting the global variable scope? I m wanting ...