PHP File System Which function is useful when you want to output the executed command’s result? out_system() out_cmm() system() cmm() out_system() out_cmm() system() cmm() 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? fileget() filegets() fget() fgets() fileget() filegets() fget() fgets() 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
PHP File System The filesize() function returns the file size in ___________ gigabytes kilobytes bytes bits gigabytes kilobytes bytes bits 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 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() While stat() works on open file pointers, fstat() works on files specified by pathname fstat() has nothing to do with files 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 Which one of the following function operates similarly to fgets(), except that it also strips any HTML and PHP tags form the input? fgetsp() fgetsh() fgetss() fgetsa() fgetsp() fgetsh() fgetss() fgetsa() ANSWER DOWNLOAD EXAMIANS APP