PHP File System Which one of the following function reads a directory into an Array? readdirectory() scandir() scandirectory() readdir() readdirectory() scandir() scandirectory() readdir() ANSWER DOWNLOAD EXAMIANS APP
PHP File System What is the difference between stat() and fstat()? fstat() is an alias of stat() stat() has nothing to do with files fstat() 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() is an alias of stat() stat() has nothing to do with files fstat() 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 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_contents() file_get_contents() file_get_content() file_content() file_contents() file_get_contents() file_get_content() 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() fwrites() filewrites() fwrite() filewrite() fwrites() filewrites() 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? fget() fileget() fgets() filegets() fget() fileget() fgets() filegets() 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