Which one should you use when you want to include a PHP file?
if(file_exists($file) require "$file";
or
if(is_readable($file) require "$file";
?
|
Which one should you use when you want to include a PHP file?
or
? |
|||
|
|
|
If your going to If you don't care if the file exists, just use |
|||||||
|
|
The answer is: is_readable().
|
|||
|
|