CSE :: PHP - CS
- Which one of the following PHP function is used to determine a file’s last access time?
- Which one of the following function is capable of reading a file into an array?
- Which one of the following function is capable of reading a file into a string variable?
- Which one of the following function is capable of reading a specific number of characters form a file?
- Which one of the following function operates similarly to fgets(), except that it also strips any HTML and PHP tags form the input?
- Which one of the following function outputs the contents of a string variable to the specified resource?
- Which function sets the file filename’s last-modified and last-accessed times?
- Which function is useful when you want to output the executed command’s result?
- Which one of the following function reads a directory into an Array?
-
Which of the following functions retrieve the entire contents of a file in such a way that it can be used as part of an expression?
1. file_get_contents()
2. fgets()
3. fopen()
4. file()
5. readfile()