Stream Wrappers
Stream wrappers allow accessing different resources using URLs.
Common wrappers include:
file://http://ftp://php://
Example
Section titled “Example”$content = file_get_contents("php://memory");Stream wrappers allow accessing different resources using URLs.
Common wrappers include:
file://http://ftp://php://$content = file_get_contents("php://memory");