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. True False True False ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function outputs the contents of a string variable to the specified resource? filewrite() fwrite() filewrites() fwrites() filewrite() fwrite() filewrites() fwrites() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which function sets the file filename’s last-modified and last-accessed times? set() touched() touch() sets() set() touched() touch() sets() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following PHP function is used to determine a file’s last access time? fileatime() filectime() filetime() fileltime() fileatime() filectime() filetime() fileltime() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which function is useful when you want to output the executed command’s result? out_cmm() cmm() out_system() system() out_cmm() cmm() out_system() system() ANSWER DOWNLOAD EXAMIANS APP
PHP File System The ........... function is used to read a single character from a file. fgetc() fgetf() fgets() fget() fgetc() fgetf() fgets() fget() ANSWER DOWNLOAD EXAMIANS APP