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 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 bytes bits kilobytes gigabytes bytes bits kilobytes ANSWER DOWNLOAD EXAMIANS APP
PHP File System The ............ function checks if the "end-of-file" (EOF) has been reached. feofs() feof() f_of() f_eof() feofs() feof() f_of() f_eof() 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? Read the file one character at a time Change the auto_detect_line_endings INI setting Use fpos() Use ftok() Use a regular expression to detect the last letter of a line Read the file one character at a time Change the auto_detect_line_endings INI setting Use fpos() Use ftok() Use a regular expression to detect the last letter of a line ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which function sets the file filename’s last-modified and last-accessed times? set() sets() touch() touched() set() sets() touch() touched() ANSWER DOWNLOAD EXAMIANS APP