public function StreamWrapperInterface::stream_seek
1 method overrides StreamWrapperInterface::stream_seek()
- DrupalLocalStreamWrapper::stream_seek in drupal-7.x/
includes/ stream_wrappers.inc - Support for fseek().
Archivo
- drupal-7.x/
includes/ stream_wrappers.inc, line 105 - Drupal stream wrapper interface.
Class
- StreamWrapperInterface
- Generic PHP stream wrapper interface.
Código
public function stream_seek($offset, $whence);