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 What is the purpose of basename() function? Returns the last 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 first accessed time of the file Returns the last 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 first accessed time of the file ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function is capable of reading a file into an array? arr_file() file_arr() file() arrfile() arr_file() file_arr() file() arrfile() 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 The ........... function is used to read a single character from a file. fgetf() fgets() fget() fgetc() fgetf() fgets() fget() fgetc() 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