I want to check if file do not exists. When file_exists() function returns false I can\'t be sure if the file do not exist or I don\'t have permiss
file_exists()
false
Check with is_readable and if return false, check with file_exists
is_readable
file_exists