PHP File System The filesize() function returns the file size in ___________ bytes gigabytes kilobytes bits bytes gigabytes kilobytes bits 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() fileltime() filetime() filectime() fileatime() fileltime() filetime() 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_file() arrfile() file_arr() file() arr_file() arrfile() file_arr() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function is capable of reading a file into a string variable? file_get_content() file_contents() file_get_contents() file_content() file_get_content() file_contents() file_get_contents() file_content() 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