PHP File System fgets() is used to read a file one line at a time. False True False True 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 What is the purpose of basename() function? Strips of the path and returns the file name Strips of the path and returns the folder name Returns the last accessed time of the file Returns the first accessed time of the file Strips of the path and returns the file name Strips of the path and returns the folder name Returns the last accessed time of the file Returns the first accessed time of the file ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which function sets the file filename’s last-modified and last-accessed times? set() sets() touched() touch() set() sets() touched() touch() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function outputs the contents of a string variable to the specified resource? fwrite() fwrites() filewrite() filewrites() fwrite() fwrites() filewrite() filewrites() 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