Standard PHP Library (SPL)
SPL provides a standard set of interfaces for PHP5. The aim of SPL is to implement some efficient data access interfaces and classes for PHP. Functionally it is designed to traverse aggregate structures (anything you want to loop over). These may include arrays, database result sets, xml trees, directory listings or any list at all. Currently SPL deals with Iterators. To see all the classes available to SPL, this simple snippet will show you.
Excellent tutorial written by Kevin Waterso. Read more…
Advertisement
What does it mean by SPL actually?
Zamshed Farhan
September 17, 2009 at 10:07 am
Standard PHP Library.
Federico
September 17, 2009 at 10:22 am