PHP File System Which function sets the file filename’s last-modified and last-accessed times? touched() touch() set() sets() touched() touch() set() 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? filetime() filectime() fileatime() fileltime() filetime() filectime() fileatime() fileltime() 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 filesize() function returns the file size in ___________ bytes kilobytes bits gigabytes bytes kilobytes bits gigabytes 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() filewrite() fwrite() filewrites() fwrites() filewrite() fwrite() filewrites() ANSWER DOWNLOAD EXAMIANS APP
PHP File System fgets() is used to read a file one line at a time. False True False True ANSWER DOWNLOAD EXAMIANS APP