PHP File System What is the purpose of basename() function? 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 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 function sets the file filename’s last-modified and last-accessed times? set() touch() sets() touched() set() touch() sets() touched() 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? filegets() fgets() fileget() fget() filegets() fgets() fileget() fget() ANSWER DOWNLOAD EXAMIANS APP
PHP File System fgets() is used to read a file one line at a time. True False True False 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() fileltime() filetime() filectime() fileatime() fileltime() filetime() filectime() ANSWER DOWNLOAD EXAMIANS APP
PHP File System The filesize() function returns the file size in ___________ bytes gigabytes bits kilobytes bytes gigabytes bits kilobytes ANSWER DOWNLOAD EXAMIANS APP