PHP File System Which one of the following function outputs the contents of a string variable to the specified resource? filewrite() fwrites() fwrite() filewrites() filewrite() fwrites() fwrite() filewrites() 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_content() file_content() file_get_contents() file_contents() file_get_content() file_content() file_get_contents() file_contents() 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
PHP File System Which one of the following function is capable of reading a specific number of characters form a file? filegets() fileget() fgets() fget() filegets() fileget() fgets() fget() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which function is useful when you want to output the executed command’s result? out_system() cmm() system() out_cmm() out_system() cmm() system() out_cmm() ANSWER DOWNLOAD EXAMIANS APP
PHP File System The ............ function checks if the "end-of-file" (EOF) has been reached. feof() feofs() f_of() f_eof() feof() feofs() f_of() f_eof() ANSWER DOWNLOAD EXAMIANS APP