PHP File System The ............ function checks if the "end-of-file" (EOF) has been reached. f_eof() feofs() feof() f_of() f_eof() feofs() feof() f_of() 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() fget() fileget() filegets() fgets() fget() fileget() 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? fgetsh() fgetsa() fgetss() fgetsp() fgetsh() fgetsa() fgetss() fgetsp() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function reads a directory into an Array? readdir() scandir() scandirectory() readdirectory() readdir() scandir() scandirectory() readdirectory() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following PHP function is used to determine a file’s last access time? fileatime() filectime() filetime() fileltime() fileatime() filectime() filetime() fileltime() 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 a regular expression to detect the last letter of a line Use fpos() Use ftok() Change the auto_detect_line_endings INI setting Read the file one character at a time Use a regular expression to detect the last letter of a line Use fpos() Use ftok() Change the auto_detect_line_endings INI setting Read the file one character at a time ANSWER DOWNLOAD EXAMIANS APP