PHP File System Which one of the following function is capable of reading a file into an array? file_arr() file() arr_file() arrfile() file_arr() file() arr_file() arrfile() ANSWER DOWNLOAD EXAMIANS APP
PHP File System The ............ function checks if the "end-of-file" (EOF) has been reached. f_eof() f_of() feof() feofs() f_eof() f_of() feof() feofs() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which function sets the file filename’s last-modified and last-accessed times? touch() sets() set() touched() touch() sets() set() touched() ANSWER DOWNLOAD EXAMIANS APP
PHP File System fgets() is used to read a file one line at a time. False True False True ANSWER DOWNLOAD EXAMIANS APP
PHP File System The filesize() function returns the file size in ___________ kilobytes gigabytes bytes bits kilobytes gigabytes bytes bits ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function reads a directory into an Array? scandir() scandirectory() readdirectory() readdir() scandir() scandirectory() readdirectory() readdir() ANSWER DOWNLOAD EXAMIANS APP