function include_file in Mobile Number 7
Scope isolated include.
Prevents access to $this/self from included files.
Parameters
string $file: The file.
1 call to include_file()
- ClassLoader::loadClass in include/
ClassLoader.php - Loads the given class or interface.
File
- include/
ClassLoader.php, line 467
Namespace
mobile_numberCode
function include_file($file) {
include $file;
}