PHP File System Which one of the following function reads a directory into an Array? readdirectory() scandirectory() scandir() readdir() readdirectory() scandirectory() scandir() readdir() ANSWER DOWNLOAD EXAMIANS APP
PHP File System The filesize() function returns the file size in ___________ gigabytes bits kilobytes bytes gigabytes bits kilobytes bytes ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function outputs the contents of a string variable to the specified resource? fwrites() fwrite() filewrites() filewrite() fwrites() fwrite() filewrites() filewrite() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which function sets the file filename’s last-modified and last-accessed times? sets() set() touched() touch() sets() set() touched() touch() 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? fgetss() fgetsa() fgetsh() fgetsp() fgetss() fgetsa() fgetsh() fgetsp() ANSWER DOWNLOAD EXAMIANS APP
PHP File System What should you do if your script is having problem recognizing file endings from a text file saved on a platform different from the one you’re reading it on? Use a regular expression to detect the last letter of a line Use ftok() Change the auto_detect_line_endings INI setting Use fpos() Read the file one character at a time Use a regular expression to detect the last letter of a line Use ftok() Change the auto_detect_line_endings INI setting Use fpos() Read the file one character at a time ANSWER DOWNLOAD EXAMIANS APP