php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #45344 ArrayIterator constructor not documented
Submitted: 2008-06-24 09:56 UTC Modified: 2008-11-05 11:05 UTC
From: mrmenke at web dot de Assigned:
Status: Wont fix Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2008-06-24 09:56 UTC] mrmenke at web dot de
Description:
------------
The documentation of the __construct() method (or any hint, that the constructor should not be used directly) from the ArrayIterator class is missing.
This works:

var_dump(new ArrayIterator(array(1,2,3,4)));


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-11-05 11:05 UTC] vrana@php.net
SPL is thoroughly documented (including ArrayIterator constructor) at http://www.php.net/~helly/php/ext/spl/ which is linked from the manual.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 11:01:27 2024 UTC