public function StreamWrapperInterface::stream_lock

7.x stream_wrappers.inc public StreamWrapperInterface::stream_lock($operation)
1 method overrides StreamWrapperInterface::stream_lock()
DrupalLocalStreamWrapper::stream_lock in drupal-7.x/includes/stream_wrappers.inc
Support for flock().

File

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

Class

StreamWrapperInterface
Generic PHP stream wrapper interface.

Code

public function stream_lock($operation);