PHP File System flock() is used to unlock a file so that two or more people do not get access to it at the same time. False True False True 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 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() fgetss() fgetsa() fgetsp() fgetsh() fgetss() fgetsa() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function outputs the contents of a string variable to the specified resource? filewrites() fwrite() filewrite() fwrites() filewrites() fwrite() filewrite() fwrites() ANSWER DOWNLOAD EXAMIANS APP
PHP File System The ............ function checks if the "end-of-file" (EOF) has been reached. feof() f_eof() feofs() f_of() feof() f_eof() feofs() f_of() 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