Documentation

Class Phalcon\Storage\Leveldb\Writebatch

Source on GitHub

Methods

public mixed put (string $key, string $value)

Adds a put operation for the given key and value to the write batch

public boolean delete (string $key)

Adds a deletion operation for the given key to the write batch

public boolean clear ()

Clears all of operations in the write batch