Skip to content

Instantly share code, notes, and snippets.

@hannesvdvreken
Created May 12, 2015 21:12
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hannesvdvreken/89cc4e7326c7e077b9e9 to your computer and use it in GitHub Desktop.
Save hannesvdvreken/89cc4e7326c7e077b9e9 to your computer and use it in GitHub Desktop.
$context = stream_context_create([], ['notification' => $callback]);
$resource = fopen($source, 'r', null, $context);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment