PHP File System fgets() is used to read a file one line at a time. True False True False ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function is capable of reading a file into a string variable? file_content() file_get_content() file_contents() file_get_contents() file_content() file_get_content() file_contents() file_get_contents() ANSWER DOWNLOAD EXAMIANS APP
PHP File System The filesize() function returns the file size in ___________ bits kilobytes gigabytes bytes bits kilobytes gigabytes bytes ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following PHP function is used to determine a file’s last access time? fileatime() filetime() fileltime() filectime() fileatime() filetime() fileltime() filectime() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function is capable of reading a file into an array? file_arr() arr_file() file() arrfile() file_arr() arr_file() file() arrfile() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which function sets the file filename’s last-modified and last-accessed times? sets() set() touch() touched() sets() set() touch() touched() ANSWER DOWNLOAD EXAMIANS APP