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