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.

Related Questions

What will be the output of the following PHP code? "convertSpace")); ?>