mirror of
https://github.com/php/php-src.git
synced 2026-04-27 18:23:26 +02:00
- Fix docu
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user