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