$iterator->current()
Returns the current element
$iterator->current(): mixed
Return type
mixed
This method modifies the existing $iterator
object it is applied to and returns it again.
Returns the current element
$iterator->current(): mixed
mixed
This method modifies the existing $iterator
object it is applied to and returns it again.