PHP File System Which function sets the file filename’s last-modified and last-accessed times? set() touched() sets() touch() set() touched() sets() touch() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function is capable of reading a file into an array? arr_file() arrfile() file() file_arr() arr_file() arrfile() file() file_arr() ANSWER DOWNLOAD EXAMIANS APP
PHP File System The filesize() function returns the file size in ___________ bytes kilobytes gigabytes bits bytes kilobytes gigabytes bits ANSWER DOWNLOAD EXAMIANS APP
PHP File System The ........... function is used to read a single character from a file. fgetf() fget() fgetc() fgets() fgetf() fget() fgetc() fgets() 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 function is useful when you want to output the executed command’s result? cmm() system() out_cmm() out_system() cmm() system() out_cmm() out_system() ANSWER DOWNLOAD EXAMIANS APP