mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
- MFH Fix docu
This commit is contained in:
parent
32dc6ee526
commit
5121b2a78a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue