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
Maybe is_readable is what you want?