Strategy to rename the require_once function?
- by openfrog
Rather than just writing a new function called import() i'd like to know if there's a better solution. Otherwise require_once would be included in the scope of import() only, which is bad for any "global" variable there.
My import() function would work differently than require_once, but serves the same purpose (enhanced usability).