You are here

public function PharStreamWrapper::stream_lock in Drupal 7

Parameters

int $operation:

Return value

bool

File

misc/typo3/phar-stream-wrapper/src/PharStreamWrapper.php, line 193

Class

PharStreamWrapper

Namespace

TYPO3\PharStreamWrapper

Code

public function stream_lock($operation) {
  return $this
    ->invokeInternalStreamWrapper('flock', $this->internalResource, $operation);
}