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