Skip to content

Stream Wrappers

Stream wrappers allow accessing different resources using URLs.

Common wrappers include:

  • file://
  • http://
  • ftp://
  • php://
$content = file_get_contents("php://memory");