Related Functions
file_get_contents
PHP 4.3.0+Reads entire file content into a string using memory mapping techniques when available, supporting both local files and remote URLs with customizable context options.
Description
The file_get_contents()
Reads entire file content into a string using memory mapping techniques when available, supporting both local files and remote URLs with customizable context options.
Example