PHP File System Which function is useful when you want to output the executed command’s result? out_system() out_cmm() system() cmm() out_system() out_cmm() system() cmm() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following PHP function is used to determine a file’s last access time? filectime() filetime() fileatime() fileltime() filectime() filetime() fileatime() fileltime() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which function sets the file filename’s last-modified and last-accessed times? touch() set() touched() sets() touch() set() touched() sets() ANSWER DOWNLOAD EXAMIANS APP
PHP File System The ........... function is used to read a single character from a file. fgetc() fget() fgets() fgetf() fgetc() fget() fgets() fgetf() 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 Which one of the following function reads a directory into an Array? readdir() readdirectory() scandir() scandirectory() readdir() readdirectory() scandir() scandirectory() ANSWER DOWNLOAD EXAMIANS APP