PHP File System Which one of the following function is capable of reading a specific number of characters form a file? fileget() fget() fgets() filegets() fileget() fget() fgets() filegets() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function is capable of reading a file into an array? file_arr() file() arr_file() arrfile() file_arr() file() arr_file() arrfile() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following PHP function is used to determine a file’s last access time? filectime() fileltime() fileatime() filetime() filectime() fileltime() fileatime() filetime() 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() fgetsa() fgetsh() fgetss() fgetsp() fgetsa() fgetsh() fgetss() ANSWER DOWNLOAD EXAMIANS APP
PHP File System What is the difference between stat() and fstat()? stat() has nothing to do with files 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 fstat() is an alias of stat() stat() has nothing to do with files 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 fstat() is an alias of stat() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which function sets the file filename’s last-modified and last-accessed times? set() sets() touched() touch() set() sets() touched() touch() ANSWER DOWNLOAD EXAMIANS APP