PHP File System Which function is useful when you want to output the executed command’s result? out_cmm() out_system() cmm() system() out_cmm() out_system() cmm() system() ANSWER DOWNLOAD EXAMIANS APP
PHP File System fgets() is used to read a file one line at a time. True False True False ANSWER DOWNLOAD EXAMIANS APP
PHP File System The filesize() function returns the file size in ___________ bits bytes gigabytes kilobytes bits bytes gigabytes kilobytes 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() fwrites() filewrite() filewrites() fwrite() fwrites() filewrite() filewrites() ANSWER DOWNLOAD EXAMIANS APP
PHP File System What is the difference between stat() and fstat()? While stat() works on open file pointers, fstat() works on files specified by pathname fstat() has nothing to do with files stat() has nothing to do with files fstat() is an alias of stat() 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 stat() has nothing to do with files fstat() is an alias of stat() While fstat() works on open file pointers, stat() works on files specified by pathname ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function reads a directory into an Array? scandirectory() readdirectory() readdir() scandir() scandirectory() readdirectory() readdir() scandir() ANSWER DOWNLOAD EXAMIANS APP