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 The filesize() function returns the file size in ___________ kilobytes gigabytes bytes bits kilobytes gigabytes bytes bits ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which function sets the file filename’s last-modified and last-accessed times? touch() touched() set() sets() touch() touched() set() sets() 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. False True False True ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function reads a directory into an Array? readdir() scandirectory() readdirectory() scandir() readdir() scandirectory() readdirectory() scandir() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which function is useful when you want to output the executed command’s result? system() cmm() out_cmm() out_system() system() cmm() out_cmm() out_system() ANSWER DOWNLOAD EXAMIANS APP