PHP File System Which one of the following function is capable of reading a file into a string variable? file_get_contents() file_contents() file_content() file_get_content() file_get_contents() file_contents() file_content() file_get_content() ANSWER DOWNLOAD EXAMIANS APP
PHP File System The ........... function is used to read a single character from a file. fget() fgetf() fgetc() fgets() fget() fgetf() fgetc() fgets() 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 checks if the "end-of-file" (EOF) has been reached. f_eof() feof() f_of() feofs() f_eof() feof() f_of() feofs() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function outputs the contents of a string variable to the specified resource? fwrite() filewrites() filewrite() fwrites() fwrite() filewrites() filewrite() fwrites() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which function sets the file filename’s last-modified and last-accessed times? touched() sets() set() touch() touched() sets() set() touch() ANSWER DOWNLOAD EXAMIANS APP