PHP File System Which function sets the file filename’s last-modified and last-accessed times? touched() set() sets() touch() touched() set() sets() touch() ANSWER DOWNLOAD EXAMIANS APP
PHP File System fgets() is used to read a file one line at a time. True False True False ANSWER DOWNLOAD EXAMIANS APP
PHP File System What should you do if your script is having problem recognizing file endings from a text file saved on a platform different from the one you’re reading it on? Use ftok() Use fpos() Use a regular expression to detect the last letter of a line Change the auto_detect_line_endings INI setting Read the file one character at a time Use ftok() Use fpos() Use a regular expression to detect the last letter of a line Change the auto_detect_line_endings INI setting Read the file one character at a time ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function operates similarly to fgets(), except that it also strips any HTML and PHP tags form the input? fgetsa() fgetsp() fgetsh() fgetss() fgetsa() fgetsp() fgetsh() fgetss() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function is capable of reading a file into an array? file() arrfile() file_arr() arr_file() file() arrfile() file_arr() arr_file() 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() fileltime() filectime() filetime() fileatime() fileltime() filectime() ANSWER DOWNLOAD EXAMIANS APP