示例#1
0
 /**
  * Check if a key exists in the archive
  *
  * @param string $key
  * @return bool
  */
 public function exists($key)
 {
     return $this->archive->offsetExists($key);
 }