/**
  * set lock status for stream
  *
  * @param   int   $operation
  * @return  bool
  * @since   0.10.0
  * @link     https://github.com/mikey179/vfsStream/issues/6
  */
 public function stream_lock($operation)
 {
     $this->content->lock($operation);
     return true;
 }