PHP File System Which one of the following PHP function is used to determine a file’s last access time? fileltime() fileatime() filectime() filetime() fileltime() fileatime() filectime() filetime() 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 outputs the contents of a string variable to the specified resource? fwrites() filewrite() filewrites() fwrite() fwrites() filewrite() filewrites() fwrite() ANSWER DOWNLOAD EXAMIANS APP
PHP File System What is the purpose of basename() function? Returns the first 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 last accessed time of the file Returns the first 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 last accessed time of the file ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function reads a directory into an Array? readdir() scandir() readdirectory() scandirectory() readdir() scandir() readdirectory() scandirectory() ANSWER DOWNLOAD EXAMIANS APP
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. True False True False ANSWER DOWNLOAD EXAMIANS APP