I have a project in CakePHP and I would like to know how to check if an image exists with the extension ‘.jpg’ if not use the extension ‘.JPG’, any help would be deeply appreciated.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
bool file_exists ( string $filename )
Checks whether a file or directory exists. Returns TRUE if the file or directory specified by filename exists; FALSE otherwise.
http://php.net/manual/en/function.file-exists.php