You are here

public function StreamWrapperInterface::stream_read in D7 Media 6

2 methods override StreamWrapperInterface::stream_read()
ResourceReadOnlyStreamWrapper::stream_read in resource/ResourceReadOnlyStreamWrapper.inc
Support for fread(), file_get_contents() etc.
ResourceStreamWrapper::stream_read in resource/ResourceStreamWrapper.inc
Support for fread(), file_get_contents() etc.

File

resource/ResourceStreamWrapper.inc, line 12

Class

StreamWrapperInterface
Generic PHP stream wrapper interface. @see: http://php.net/manual/en/function.stream-wrapper-register.php

Code

public function stream_read($count);