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 function sets the file filename’s last-modified and last-accessed times? touch() set() sets() touched() touch() set() sets() touched() ANSWER DOWNLOAD EXAMIANS APP
PHP File System The ............ function checks if the "end-of-file" (EOF) has been reached. feof() f_eof() feofs() f_of() feof() f_eof() feofs() f_of() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which function is useful when you want to output the executed command’s result? cmm() out_cmm() out_system() system() cmm() out_cmm() out_system() 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() arr_file() file_arr() file() arrfile() arr_file() file_arr() 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() fgetsp() fgetss() fgetsa() fgetsh() fgetsp() fgetss() fgetsa() ANSWER DOWNLOAD EXAMIANS APP