PHP File System What is the purpose of basename() function? Returns the last accessed time of the file Strips of the path and returns the folder name Returns the first accessed time of the file Strips of the path and returns the file name Returns the last accessed time of the file Strips of the path and returns the folder name Returns the first accessed time of the file Strips of the path and returns the file name 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? fget() filegets() fileget() fgets() fget() filegets() fileget() fgets() 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() filetime() filectime() fileltime() fileatime() filetime() filectime() fileltime() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function reads a directory into an Array? scandirectory() readdir() scandir() readdirectory() scandirectory() readdir() scandir() readdirectory() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which function is useful when you want to output the executed command’s result? out_system() cmm() out_cmm() system() out_system() cmm() out_cmm() system() ANSWER DOWNLOAD EXAMIANS APP
PHP File System What is the difference between stat() and fstat()? While stat() works on open file pointers, fstat() works on files specified by pathname fstat() is an alias of stat() While fstat() works on open file pointers, stat() works on files specified by pathname fstat() has nothing to do with files stat() has nothing to do with files While stat() works on open file pointers, fstat() works on files specified by pathname fstat() is an alias of stat() While fstat() works on open file pointers, stat() works on files specified by pathname fstat() has nothing to do with files stat() has nothing to do with files ANSWER DOWNLOAD EXAMIANS APP