LevelDBIterator
class LevelDBIterator implements Iterator (View source)
Methods
bool
valid()
Checks if current position is valid
void
rewind()
Rewind the Iterator to the first element
last()
No description
seek($key)
No description
void
next()
Move forward to next element
prev()
No description
mixed
key()
Return the key of the current element
mixed
current()
Return the current element
getError()
No description
destroy()
No description
Details
__construct(LevelDB $db, array $read_options = [])
No description
bool
valid()
Checks if current position is valid
void
rewind()
Rewind the Iterator to the first element
last()
No description
seek($key)
No description
void
next()
Move forward to next element
prev()
No description
mixed
key()
Return the key of the current element
mixed
current()
Return the current element
getError()
No description
destroy()
No description