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 is capable of reading a file into a string variable? file_content() file_get_content() file_contents() file_get_contents() file_content() file_get_content() file_contents() file_get_contents() ANSWER DOWNLOAD EXAMIANS APP
PHP File System The ............ function checks if the "end-of-file" (EOF) has been reached. f_eof() feof() feofs() f_of() f_eof() feof() feofs() f_of() 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() filewrites() fwrite() fwrites() filewrite() filewrites() fwrite() fwrites() ANSWER DOWNLOAD EXAMIANS APP
PHP File System The filesize() function returns the file size in ___________ bits kilobytes bytes gigabytes bits kilobytes bytes gigabytes ANSWER DOWNLOAD EXAMIANS APP
PHP File System The ........... function is used to read a single character from a file. fgetf() fget() fgetc() fgets() fgetf() fget() fgetc() fgets() ANSWER DOWNLOAD EXAMIANS APP