Higher Study | PHP | File System

Which one of the following PHP function is used to determine a file’s last access time?
The filesize() function returns the file size in ___________
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 reads a directory into an Array?
Which function is useful when you want to output the executed command’s result?
What is the difference between stat() and fstat()?
What is the purpose of basename() function?
What should you do if your script is having problem recognizing file endings from a text file saved on a platform different from the one you’re reading it on?
Ads