PHP File System The filesize() function returns the file size in ___________ bits kilobytes bytes gigabytes bits kilobytes bytes gigabytes ANSWER DOWNLOAD EXAMIANS APP
PHP File System The ........... function is used to read a single character from a file. fget() fgetc() fgets() fgetf() fget() fgetc() fgets() fgetf() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function is capable of reading a file into an array? arrfile() file_arr() arr_file() file() arrfile() file_arr() arr_file() file() 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? filegets() fileget() fget() fgets() filegets() fileget() fget() fgets() 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 ftok() Change the auto_detect_line_endings INI setting Use fpos() Use a regular expression to detect the last letter of a line Read the file one character at a time Use ftok() Change the auto_detect_line_endings INI setting Use fpos() Use a regular expression to detect the last letter of a line Read the file one character at a time ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which function sets the file filename’s last-modified and last-accessed times? set() touch() sets() touched() set() touch() sets() touched() ANSWER DOWNLOAD EXAMIANS APP