PHP File System What is the difference between stat() and fstat()? fstat() has nothing to do with files While stat() works on open file pointers, fstat() works on files specified by pathname While fstat() works on open file pointers, stat() works on files specified by pathname stat() has nothing to do with files fstat() is an alias of stat() fstat() has nothing to do with files While stat() works on open file pointers, fstat() works on files specified by pathname While fstat() works on open file pointers, stat() works on files specified by pathname stat() has nothing to do with files fstat() is an alias of stat() ANSWER DOWNLOAD EXAMIANS APP
PHP File System The ............ function checks if the "end-of-file" (EOF) has been reached. feof() f_of() f_eof() feofs() feof() f_of() f_eof() feofs() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which function is useful when you want to output the executed command’s result? cmm() system() out_cmm() out_system() cmm() system() out_cmm() out_system() 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? fgets() fileget() filegets() fget() fgets() fileget() filegets() fget() 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() filewrite() filewrites() fwrites() fwrite() filewrite() filewrites() fwrites() 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