PHP File System Which function is useful when you want to output the executed command’s result? system() out_cmm() cmm() out_system() system() out_cmm() cmm() out_system() 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() fwrite() fwrites() filewrites() filewrite() fwrite() fwrites() filewrites() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function is capable of reading a file into an array? arrfile() arr_file() file_arr() file() arrfile() arr_file() file_arr() file() 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_contents() file_content() file_get_content() file_get_contents() file_contents() file_content() file_get_content() ANSWER DOWNLOAD EXAMIANS APP
PHP File System What is the difference between stat() and fstat()? While fstat() works on open file pointers, stat() works on files specified by pathname While stat() works on open file pointers, fstat() works on files specified by pathname fstat() has nothing to do with files fstat() is an alias of stat() stat() has nothing to do with files While fstat() works on open file pointers, stat() works on files specified by pathname While stat() works on open file pointers, fstat() works on files specified by pathname fstat() has nothing to do with files fstat() is an alias of stat() stat() has nothing to do with files ANSWER DOWNLOAD EXAMIANS APP
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