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