PHP File System The filesize() function returns the file size in ___________ kilobytes gigabytes bits bytes kilobytes gigabytes bits bytes 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() filegets() fget() fileget() fgets() filegets() fget() fileget() ANSWER DOWNLOAD EXAMIANS APP
PHP File System The ........... function is used to read a single character from a file. fgets() fgetf() fgetc() fget() fgets() fgetf() fgetc() fget() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following PHP function is used to determine a file’s last access time? filetime() fileltime() filectime() fileatime() filetime() fileltime() filectime() fileatime() 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 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() 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? fgetsh() fgetsa() fgetss() fgetsp() fgetsh() fgetsa() fgetss() fgetsp() ANSWER DOWNLOAD EXAMIANS APP