Php Objective Questions with Answers for written test exams 29

Question 29
Which of the following functions require an open file resource?

A. fgets()

B. fopen()

C. filemtime()

D. rewind()

E. reset()
Answers 29


The correct answers are A and D. fgets() and rewind() both act on an open file

resource. fopen() opens files to create resources, whereas filemtime() takes a filename

and reset() acts on arrays.

  







Disclimer: PCDS.CO.IN not responsible for any content, information, data or any feature of website. If you are using this website then its your own responsibility to understand the content of the website

--------- Tutorials ---