PHP File System Which function is useful when you want to output the executed command’s result? out_cmm() out_system() system() cmm() out_cmm() out_system() system() cmm() 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 is the purpose of basename() function? 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 Returns the first accessed time of the file ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which function sets the file filename’s last-modified and last-accessed times? touch() touched() sets() set() touch() touched() sets() set() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function is capable of reading a specific number of characters form a file? filegets() fgets() fileget() fget() filegets() fgets() fileget() fget() 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? fgetsp() fgetss() fgetsa() fgetsh() fgetsp() fgetss() fgetsa() fgetsh() ANSWER DOWNLOAD EXAMIANS APP