diff --git a/reference/spl/functions/iterator-count.xml b/reference/spl/functions/iterator-count.xml index d2b117416a42..574b4f025a69 100644 --- a/reference/spl/functions/iterator-count.xml +++ b/reference/spl/functions/iterator-count.xml @@ -10,7 +10,7 @@ &reftitle.description; intiterator_count - Traversableiterator + Traversablearrayiterator Count the elements in an iterator. @@ -42,6 +42,30 @@ + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.2.0 + + The type of iterator has been widened from + Traversable to + Traversablearray. + + + + + + + &reftitle.examples; @@ -105,7 +129,6 @@ foreach ($iterator as $key => $value) { -