Re: [PHP-DEV] [php-internals] SplFileObject interface

2008-08-05 Thread Marcus Boerger
Hello Giorgio, you think to complex. Just use user streams and be done. marcus Tuesday, August 5, 2008, 8:17:06 PM, you wrote: > Hello everyone, I had a thought about Standard Php Library extension > and his classes and I'd like to expose an idea to see if it can have a > real utility. > Spl

[PHP-DEV] [php-internals] SplFileObject interface

2008-08-05 Thread Giorgio Sironi
Hello everyone, I had a thought about Standard Php Library extension and his classes and I'd like to expose an idea to see if it can have a real utility. Spl has interfaces like Traversable and Iterator that can be implemented by programmers classes. It also has some class of basic use like SplFile