PHP File System Which one of the following function is capable of reading a file into a string variable? file_contents() file_get_contents() file_get_content() file_content() file_contents() file_get_contents() file_get_content() file_content() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which function is useful when you want to output the executed command’s result? out_cmm() system() cmm() out_system() out_cmm() system() cmm() out_system() ANSWER DOWNLOAD EXAMIANS APP
PHP File System fgets() is used to read a file one line at a time. False True False True 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() file_arr() arr_file() arrfile() file() file_arr() arr_file() arrfile() 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() filegets() fileget() fgets() fget() filegets() fileget() fgets() ANSWER DOWNLOAD EXAMIANS APP