PHP File System Which one of the following function reads a directory into an Array? readdir() scandir() readdirectory() scandirectory() readdir() scandir() readdirectory() scandirectory() 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 Which function is useful when you want to output the executed command’s result? out_system() cmm() out_cmm() system() out_system() cmm() out_cmm() system() 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() file_arr() arrfile() arr_file() file() file_arr() arrfile() ANSWER DOWNLOAD EXAMIANS APP
PHP File System The filesize() function returns the file size in ___________ bytes kilobytes bits gigabytes bytes kilobytes bits gigabytes 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 ftok() Read the file one character at a time Change the auto_detect_line_endings INI setting Use fpos() Use a regular expression to detect the last letter of a line Use ftok() Read the file one character at a time Change the auto_detect_line_endings INI setting Use fpos() Use a regular expression to detect the last letter of a line ANSWER DOWNLOAD EXAMIANS APP