是否存在关键字的数据
boolean Module_Storage::exists( string $key )
参数列表 参数 类型 描述 默认值 $key string $key
$key
string
boolean
public function exists($key) { return $this->driver->exists($key); }