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