The What
It’s available in PHP 4, 5, and 7.
Description
This construct loads the specified file if that file exists. Unlike require
, if the file does not exist, then a E_WARNING
warning error is thrown.
The path can be omitted. In this case, PHP will search in the same directory for the file.
If the path is provided, whether it’s an absolute or relative path, PHP searches based upon that path.
The code contained within the loaded file will inherit the local variable scope on the line where it’s loaded.
Parameters
file
- The file to be loaded.
Return Values
This function does not return anything.
There’s a time to code and …. yup, that sums it up.
More coming soon…keep checking back.