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? fgetsp() fgetsh() fgetsa() fgetss() fgetsp() fgetsh() fgetsa() fgetss() ANSWER DOWNLOAD EXAMIANS APP
PHP File System The ............ function checks if the "end-of-file" (EOF) has been reached. f_of() f_eof() feofs() feof() f_of() f_eof() feofs() feof() 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
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 function reads a directory into an Array? readdirectory() scandirectory() scandir() readdir() readdirectory() scandirectory() scandir() readdir() ANSWER DOWNLOAD EXAMIANS APP
PHP File System The ........... function is used to read a single character from a file. fgetf() fgets() fget() fgetc() fgetf() fgets() fget() fgetc() ANSWER DOWNLOAD EXAMIANS APP