PHP File System Which function is useful when you want to output the executed command’s result? system() out_cmm() cmm() out_system() system() out_cmm() cmm() out_system() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function reads a directory into an Array? scandirectory() scandir() readdir() readdirectory() scandirectory() scandir() readdir() readdirectory() ANSWER DOWNLOAD EXAMIANS APP
PHP File System The ............ function checks if the "end-of-file" (EOF) has been reached. f_of() feofs() feof() f_eof() f_of() feofs() feof() f_eof() ANSWER DOWNLOAD EXAMIANS APP
PHP File System What is the purpose of basename() function? 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 Returns the last accessed time of the file 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? file_arr() file() arrfile() arr_file() file_arr() file() arrfile() arr_file() 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