PHP File System The filesize() function returns the file size in ___________ bytes gigabytes bits kilobytes bytes gigabytes bits kilobytes 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() filectime() fileatime() filetime() fileltime() filectime() fileatime() filetime() 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() file_arr() arrfile() file() arr_file() file_arr() arrfile() 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_content() file_get_content() file_get_contents() file_contents() file_content() file_get_content() file_get_contents() 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? filegets() fget() fgets() fileget() filegets() fget() fgets() fileget() ANSWER DOWNLOAD EXAMIANS APP