PHP File System 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() Option 1 and 4 Option 1 and 5 Option 3 and 4 Option 2 and 4 Option 1 and 4 Option 1 and 5 Option 3 and 4 Option 2 and 4 ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which function sets the file filename’s last-modified and last-accessed times? touched() touch() sets() set() touched() touch() sets() set() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function outputs the contents of a string variable to the specified resource? fwrites() filewrite() fwrite() filewrites() fwrites() filewrite() fwrite() filewrites() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function is capable of reading a file into an array? file() arr_file() file_arr() arrfile() file() arr_file() file_arr() arrfile() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following PHP function is used to determine a file’s last access time? filectime() filetime() fileltime() fileatime() filectime() filetime() fileltime() fileatime() ANSWER DOWNLOAD EXAMIANS APP
PHP File System What is the purpose of basename() function? Returns the last accessed time of the file Returns the first accessed time of the file Strips of the path and returns the folder name Strips of the path and returns the file name Returns the last accessed time of the file Returns the first accessed time of the file Strips of the path and returns the folder name Strips of the path and returns the file name ANSWER DOWNLOAD EXAMIANS APP