PHP File System What is the purpose of basename() function? 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 Strips of the path and returns the folder name ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function outputs the contents of a string variable to the specified resource? filewrite() fwrite() filewrites() fwrites() filewrite() fwrite() filewrites() fwrites() 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? fgetsh() fgetsp() fgetsa() fgetss() fgetsh() fgetsp() fgetsa() fgetss() ANSWER DOWNLOAD EXAMIANS APP
PHP File System fgets() is used to read a file one line at a time. False True False True 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 The filesize() function returns the file size in ___________ bits kilobytes bytes gigabytes bits kilobytes bytes gigabytes ANSWER DOWNLOAD EXAMIANS APP