Reading a file in PHP

The file function parses a text file into an array, and the file_get_contents function returns a text file as a string.

Leave a Reply