PHP File System The ........... function is used to read a single character from a file. fgetf() fgetc() fgets() fget() fgetf() fgetc() fgets() fget() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function reads a directory into an Array? scandirectory() readdir() scandir() readdirectory() scandirectory() readdir() scandir() readdirectory() ANSWER DOWNLOAD EXAMIANS APP
PHP File System The ............ function checks if the "end-of-file" (EOF) has been reached. feof() f_of() f_eof() feofs() feof() f_of() f_eof() feofs() ANSWER DOWNLOAD EXAMIANS APP
PHP File System What should you do if your script is having problem recognizing file endings from a text file saved on a platform different from the one you’re reading it on? Use fpos() Read the file one character at a time Use a regular expression to detect the last letter of a line Change the auto_detect_line_endings INI setting Use ftok() Use fpos() Read the file one character at a time Use a regular expression to detect the last letter of a line Change the auto_detect_line_endings INI setting Use ftok() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which function is useful when you want to output the executed command’s result? cmm() out_cmm() system() out_system() cmm() out_cmm() system() out_system() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function is capable of reading a file into an array? file() arrfile() file_arr() arr_file() file() arrfile() file_arr() arr_file() ANSWER DOWNLOAD EXAMIANS APP