PHP File System Which one of the following function is capable of reading a file into a string variable? file_content() file_contents() file_get_contents() file_get_content() file_content() file_contents() file_get_contents() file_get_content() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function reads a directory into an Array? readdir() scandirectory() readdirectory() scandir() readdir() scandirectory() readdirectory() scandir() ANSWER DOWNLOAD EXAMIANS APP
PHP File System The ............ function checks if the "end-of-file" (EOF) has been reached. feof() feofs() f_eof() f_of() feof() feofs() f_eof() f_of() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following PHP function is used to determine a file’s last access time? filetime() fileltime() filectime() fileatime() filetime() fileltime() filectime() fileatime() ANSWER DOWNLOAD EXAMIANS APP
PHP File System What is the purpose of basename() function? Strips of the path and returns the folder name Strips of the path and returns the file name Returns the first accessed time of the file Returns the last 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 first accessed time of the file Returns the last accessed time of the file ANSWER DOWNLOAD EXAMIANS APP
PHP File System The ........... function is used to read a single character from a file. fgets() fgetf() fgetc() fget() fgets() fgetf() fgetc() fget() ANSWER DOWNLOAD EXAMIANS APP