Sr. PHP Programmer Question:
Download Questions PDF

How will you check if a file exists or not using php?

Answer:

File's existence can be confirmed using file_exist() function which takes file name as an argument.

Download Senior PHP Programmer Interview Questions And Answers PDF

Previous QuestionNext Question
How will you generate random numbers using PHP?How will you start a session in PHP?