PHP File System Which function sets the file filename’s last-modified and last-accessed times? touch() set() touched() sets() touch() set() touched() sets() 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() filectime() fileltime() filetime() fileatime() filectime() fileltime() ANSWER DOWNLOAD EXAMIANS APP
PHP File System What is the difference between stat() and fstat()? fstat() has nothing to do with files stat() has nothing to do with files While fstat() works on open file pointers, stat() works on files specified by pathname While stat() works on open file pointers, fstat() works on files specified by pathname fstat() is an alias of stat() fstat() has nothing to do with files stat() has nothing to do with files While fstat() works on open file pointers, stat() works on files specified by pathname While stat() works on open file pointers, fstat() works on files specified by pathname fstat() is an alias of stat() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function reads a directory into an Array? readdirectory() scandir() readdir() scandirectory() readdirectory() scandir() readdir() scandirectory() ANSWER DOWNLOAD EXAMIANS APP
PHP File System The filesize() function returns the file size in ___________ gigabytes kilobytes bits bytes gigabytes kilobytes bits bytes ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which function is useful when you want to output the executed command’s result? out_system() out_cmm() cmm() system() out_system() out_cmm() cmm() system() ANSWER DOWNLOAD EXAMIANS APP