Function includeifexists
Performs include() only if a file exists
Located atsys/core/core.php
Parameters summary
string | $path | Path to the file |
Return value summary
boolean | true if the file exists, false if not. |
Performs include() only if a file exists
string | $path | Path to the file |
boolean | true if the file exists, false if not. |