Home »
MCQs »
PHP MCQs
Which PHP function is used to read the content of a file?
148. Which PHP function is used to read the content of a file?
- read()
- getfile()
- readfile()
- All of the above
Answer: C) readfile()
Explanation:
The PHP readfile() function is used to read the content of a file.