PHP File System Which one of the following function is capable of reading a file into a string variable? file_get_content() file_content() file_contents() file_get_contents() file_get_content() file_content() file_contents() file_get_contents() 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() fgetss() fgetsp() fgetsa() fgetsh() fgetss() fgetsp() fgetsa() 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? arr_file() file() arrfile() file_arr() arr_file() file() arrfile() file_arr() ANSWER DOWNLOAD EXAMIANS APP
PHP File System flock() is used to unlock a file so that two or more people do not get access to it at the same time. False True False True ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function reads a directory into an Array? scandir() readdir() scandirectory() readdirectory() scandir() readdir() scandirectory() readdirectory() ANSWER DOWNLOAD EXAMIANS APP