PHP File System fgets() is used to read a file one line at a time. True False True False 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 Which one of the following function is capable of reading a file into a string variable? file_get_content() file_get_contents() file_content() file_contents() file_get_content() file_get_contents() file_content() file_contents() 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 function is useful when you want to output the executed command’s result? out_system() out_cmm() cmm() system() out_system() out_cmm() cmm() system() ANSWER DOWNLOAD EXAMIANS APP
PHP File System What is the purpose of basename() function? 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 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 ANSWER DOWNLOAD EXAMIANS APP