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
TKey|null
key()
Return the key of the current element
TValue
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
TKey|null
key()
Return the key of the current element
TValue
current()
Return the current element
getError()
No description
destroy()
No description