PHP File System The ............ function checks if the "end-of-file" (EOF) has been reached. f_eof() feofs() f_of() feof() f_eof() feofs() f_of() feof() ANSWER DOWNLOAD EXAMIANS APP
PHP File System The filesize() function returns the file size in ___________ bytes kilobytes bits gigabytes bytes kilobytes bits gigabytes 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? fileget() fget() filegets() fgets() fileget() fget() filegets() fgets() 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 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 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 folder name Strips of the path and returns the file name Returns the last accessed time of the file Returns the first accessed time of the file Strips of the path and returns the folder name Strips of the path and returns the file name ANSWER DOWNLOAD EXAMIANS APP