PHP File System Which function is useful when you want to output the executed command’s result? out_system() system() cmm() out_cmm() out_system() system() cmm() out_cmm() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function outputs the contents of a string variable to the specified resource? fwrites() fwrite() filewrite() filewrites() fwrites() fwrite() filewrite() filewrites() 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 is capable of reading a specific number of characters form a file? filegets() fget() fileget() fgets() filegets() fget() fileget() fgets() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function reads a directory into an Array? scandir() readdirectory() scandirectory() readdir() scandir() readdirectory() scandirectory() readdir() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which function sets the file filename’s last-modified and last-accessed times? set() touch() sets() touched() set() touch() sets() touched() ANSWER DOWNLOAD EXAMIANS APP