|
Nope, there is nothing like that.
Any call to require() can be replaced with require_once(), with this mega advantage that you don't risks to double include a file.
It's especially useful when you include a class or a file with only functions, as you would have an error if you included 2 times a file containing the same function / class name.
__________________
Listen to the ducky: "This is awesome!!!"
|