PHP File System Which one of the following function reads a directory into an Array? readdirectory() scandir() scandirectory() readdir() readdirectory() scandir() scandirectory() readdir() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function is capable of reading a file into a string variable? file_contents() file_get_contents() file_get_content() file_content() file_contents() file_get_contents() file_get_content() file_content() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function is capable of reading a file into an array? arr_file() file() arrfile() file_arr() arr_file() file() arrfile() file_arr() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function is capable of reading a specific number of characters form a file? fget() fgets() fileget() filegets() fget() fgets() fileget() filegets() 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
PHP File System Which one of the following PHP function is used to determine a file’s last access time? fileltime() fileatime() filetime() filectime() fileltime() fileatime() filetime() filectime() ANSWER DOWNLOAD EXAMIANS APP