Skip to content

Instantly share code, notes, and snippets.

@kitsunet
Created November 25, 2014 15:48
Show Gist options
  • Select an option

  • Save kitsunet/bdfab1da3544fa9a0a21 to your computer and use it in GitHub Desktop.

Select an option

Save kitsunet/bdfab1da3544fa9a0a21 to your computer and use it in GitHub Desktop.
class StreamResource {
public function close(); // fclose
public function read($length = NULL); // fread
public function write($content); // fwrite
public function rewind(); // rewind()
public function getMetaData(); // stream_get_meta_data(), maybe even separate getters for the meta data information
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment