gnupg_keylistiterator
class gnupg_keylistiterator implements Iterator (View source)
Methods
__construct()
No description
TValue
current()
Return the current element
TKey|null
key()
Return the key of the current element
void
next()
Move forward to next element
void
rewind()
Rewind the Iterator to the first element
bool
valid()
Checks if current position is valid
Details
__construct()
No description
TValue
current()
Return the current element
TKey|null
key()
Return the key of the current element
void
next()
Move forward to next element
void
rewind()
Rewind the Iterator to the first element
bool
valid()
Checks if current position is valid