public function StreamWrapperInterface::stream_read

7.x stream_wrappers.inc public StreamWrapperInterface::stream_read($count)
1 method overrides StreamWrapperInterface::stream_read()
DrupalLocalStreamWrapper::stream_read in drupal-7.x/includes/stream_wrappers.inc
Support for fread(), file_get_contents() etc.

File

drupal-7.x/includes/stream_wrappers.inc, line 102
Drupal stream wrapper interface.

Class

StreamWrapperInterface
Generic PHP stream wrapper interface.

Code

public function stream_read($count);