public function StreamWrapperInterface::stream_seek

7.x stream_wrappers.inc public StreamWrapperInterface::stream_seek($offset, $whence)
1 method overrides StreamWrapperInterface::stream_seek()
DrupalLocalStreamWrapper::stream_seek in drupal-7.x/includes/stream_wrappers.inc
Support for fseek().

File

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

Class

StreamWrapperInterface
Generic PHP stream wrapper interface.

Code

public function stream_seek($offset, $whence);