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
PHP File System What is the purpose of basename() function? Returns the first accessed time of the file Strips of the path and returns the folder name Returns the last accessed time of the file Strips of the path and returns the file name Returns the first accessed time of the file Strips of the path and returns the folder name Returns the last accessed time of the file Strips of the path and returns the file name 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() filetime() fileatime() fileltime() filectime() filetime() fileatime() fileltime() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which function sets the file filename’s last-modified and last-accessed times? set() touched() sets() touch() set() touched() sets() touch() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which function is useful when you want to output the executed command’s result? system() out_system() out_cmm() cmm() system() out_system() out_cmm() cmm() 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