How To Read the Entire File into a Single String? ~ Interview Questions & Answers

Sunday, August 12, 2007

How To Read the Entire File into a Single String?

If you have a file, and you want to read the entire file into a single string, you can use the file_get_contents() function. It opens the specified file, reads all characters in the file, and returns them in a single string.

0 comments: