FileStore::delete PHP Method

delete() public method

删除
public delete ( string $key ) : number
$key string
return number
    public function delete($key)
    {
        return @unlink(\Config\Store::$storePath . '/' . $key);
    }