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
Namespace
TYPO3\PharStreamWrapperCode
public function stream_lock($operation) {
return $this
->invokeInternalStreamWrapper('flock', $this->internalResource, $operation);
}