PHP File System The filesize() function returns the file size in ___________ bits bytes kilobytes gigabytes bits bytes kilobytes gigabytes ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function is capable of reading a file into a string variable? file_get_contents() file_get_content() file_contents() file_content() file_get_contents() file_get_content() file_contents() file_content() ANSWER DOWNLOAD EXAMIANS APP
PHP File System The ............ function checks if the "end-of-file" (EOF) has been reached. f_of() f_eof() feof() feofs() f_of() f_eof() feof() feofs() 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 function reads a directory into an Array? readdir() scandir() readdirectory() scandirectory() readdir() scandir() readdirectory() scandirectory() 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() fwrites() fwrite() filewrite() filewrites() fwrites() fwrite() filewrite() ANSWER DOWNLOAD EXAMIANS APP