LiveEdu Quiz of the Day: 05/01/2017
PHP Quiz Answer: A) The file() reads a file into an array. Each array element contains a line from the file, with newline still attached. Syntax:
1 |
file(path,include_path,context) |
Parameter Description path Required. Specifies the file to…