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 Which one of the following function outputs the contents of a string variable to the specified resource? filewrite() fwrite() fwrites() filewrites() filewrite() fwrite() fwrites() filewrites() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which function is useful when you want to output the executed command’s result? out_cmm() system() out_system() cmm() out_cmm() system() out_system() cmm() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function reads a directory into an Array? scandir() scandirectory() readdir() readdirectory() scandir() scandirectory() readdir() readdirectory() ANSWER DOWNLOAD EXAMIANS APP
PHP File System What is the purpose of basename() function? Strips of the path and returns the file name Strips of the path and returns the folder name Returns the first accessed time of the file Returns the last accessed time of the file Strips of the path and returns the file name Strips of the path and returns the folder name Returns the first accessed time of the file Returns the last accessed time of the file ANSWER DOWNLOAD EXAMIANS APP
PHP File System The ............ function checks if the "end-of-file" (EOF) has been reached. feofs() f_eof() feof() f_of() feofs() f_eof() feof() f_of() ANSWER DOWNLOAD EXAMIANS APP