PHP File System Which one of the following function is capable of reading a file into an array? arr_file() file_arr() file() arrfile() arr_file() file_arr() file() arrfile() ANSWER DOWNLOAD EXAMIANS APP
PHP File System flock() is used to unlock a file so that two or more people do not get access to it at the same time. False True False True ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which function sets the file filename’s last-modified and last-accessed times? sets() touch() touched() set() sets() touch() touched() set() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function is capable of reading a file into a string variable? file_get_content() file_content() file_contents() file_get_contents() file_get_content() file_content() file_contents() file_get_contents() ANSWER DOWNLOAD EXAMIANS APP
PHP File System The filesize() function returns the file size in ___________ bytes bits kilobytes gigabytes bytes bits kilobytes gigabytes ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which function is useful when you want to output the executed command’s result? cmm() out_system() out_cmm() system() cmm() out_system() out_cmm() system() ANSWER DOWNLOAD EXAMIANS APP