PHP File System Which one of the following PHP function is used to determine a file’s last access time? fileltime() filetime() filectime() fileatime() fileltime() filetime() filectime() fileatime() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function is capable of reading a file into a string variable? file_contents() file_get_content() file_get_contents() file_content() file_contents() file_get_content() file_get_contents() file_content() ANSWER DOWNLOAD EXAMIANS APP
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 Strips of the path and returns the file name Returns the first accessed time of the file Strips of the path and returns the folder name Returns the last accessed time of the file Strips of the path and returns the file name Returns the first accessed time of the file ANSWER DOWNLOAD EXAMIANS APP
PHP File System The ........... function is used to read a single character from a file. fget() fgets() fgetc() fgetf() fget() fgets() fgetc() fgetf() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function operates similarly to fgets(), except that it also strips any HTML and PHP tags form the input? fgetss() fgetsa() fgetsh() fgetsp() fgetss() fgetsa() fgetsh() fgetsp() ANSWER DOWNLOAD EXAMIANS APP
PHP File System The filesize() function returns the file size in ___________ bits bytes gigabytes kilobytes bits bytes gigabytes kilobytes ANSWER DOWNLOAD EXAMIANS APP