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 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 one of the following function outputs the contents of a string variable to the specified resource? filewrites() fwrite() filewrite() fwrites() filewrites() fwrite() filewrite() fwrites() ANSWER DOWNLOAD EXAMIANS APP
PHP File System The filesize() function returns the file size in ___________ bytes gigabytes kilobytes bits bytes gigabytes kilobytes bits 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 of the following functions reads the entire contents of a file?1. fgets()2. file_get_contents()3. fread()4. readfile()5. file() Option 3 and 5 Option 1, 3 and 4 Option 2, 4 and 5 Option 2 and 4 Option 3 and 5 Option 1, 3 and 4 Option 2, 4 and 5 Option 2 and 4 ANSWER DOWNLOAD EXAMIANS APP