]> granicus.if.org Git - php/commitdiff
- MFH Fix docu
authorMarcus Boerger <helly@php.net>
Thu, 5 Jan 2006 19:00:27 +0000 (19:00 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 5 Jan 2006 19:00:27 +0000 (19:00 +0000)
ext/spl/internal/limititerator.inc

index 930ba535fadacd518e0167dff9add9caadfc90bc..b3e4088f8111175376d1ba155727b12e77a726f9 100755 (executable)
@@ -32,7 +32,7 @@ class LimitIterator implements OuterIterator
         *
         * @param it     Iterator to limit
         * @param offset Offset to first element
-        * @param count  Maximum number of elements to show or NULL for all
+        * @param count  Maximum number of elements to show or -1 for all
         */
        function __construct(Iterator $it, $offset = 0, $count = -1)
        {