CSE :: PHP - CS
- The filesize() function returns the file size in ___________
- 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?