Which one of the following function is capable of reading a file into a string variable?
Which one of the following function is capable of reading a file into a string variable? Correct Answer file_get_contents()
The function file_get_contents() reads a file into a string. This is the preferred way to read the contents of a file into a string as it will use memory mapping techniques.
মোঃ আরিফুল ইসলাম
Feb 20, 2025