PHP File System Which function is useful when you want to output the executed command’s result? system() cmm() out_cmm() out_system() system() cmm() out_cmm() out_system() 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() filewrite() fwrite() fwrites() filewrites() filewrite() fwrite() fwrites() 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 The filesize() function returns the file size in ___________ bits gigabytes bytes kilobytes bits gigabytes bytes kilobytes ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following PHP function is used to determine a file’s last access time? fileltime() fileatime() filetime() filectime() fileltime() fileatime() filetime() filectime() 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() fget() fileget() filegets() fgets() fget() fileget() ANSWER DOWNLOAD EXAMIANS APP