function PharStreamWrapper::stream_lock

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);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.