Maybe this should be mentioned in the docs.
I know how to use http://edit.php.net but where do I put this kind of
information?
In the __construct method documentation
http://php.net/manual/en/splfileobject.construct.php or somewhere else?
On 12/05/2012 03:46 PM, Paul Dragoonis wrote:
The way this class is designed, it needs to take the file name via the
constructor as an "initiation point".
if you try to call a method of this class without initiation occurring it
will throw an exception.
this is why you must instantiate the SplFileObject's __construct() method
to start the initiation.
Hope this helps.
Paul.
On Wed, Dec 5, 2012 at 2:38 PM, Christoph Rosse <[email protected]> wrote:
SplFileObject