$iterator->keys()
Returns an array of all keys
$iterator->keys(): array
Return type
array
This method modifies the existing $iterator
object it is applied to and returns it again.
Returns an array of all keys
$iterator->keys(): array
array
This method modifies the existing $iterator
object it is applied to and returns it again.