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.
Introduction
SPL est une collection d'interfaces et de classes qui ont été créées afin de résoudre les problèmes standards.
Note:
La documentation historique au format "doxygen" est disponible » ici.
Anonymous
16-May-2012 08:38
