PHP File System Which one of the following PHP function is used to determine a file’s last access time? fileatime() filectime() filetime() fileltime() fileatime() filectime() filetime() fileltime() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function reads a directory into an Array? scandirectory() readdirectory() scandir() readdir() scandirectory() readdirectory() scandir() readdir() ANSWER DOWNLOAD EXAMIANS APP
PHP File System The filesize() function returns the file size in ___________ bytes bits kilobytes gigabytes bytes bits kilobytes gigabytes ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which function sets the file filename’s last-modified and last-accessed times? sets() touch() set() touched() sets() touch() set() touched() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function is capable of reading a file into an array? file() file_arr() arrfile() arr_file() file() file_arr() arrfile() arr_file() ANSWER DOWNLOAD EXAMIANS APP
PHP File System What is the purpose of basename() function? 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 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 ANSWER DOWNLOAD EXAMIANS APP