X This is a work-in-progress experimental design. Things will be broken and unfinished! You may prefer php.net

Introduction

SPL is a collection of interfaces and classes that are meant to solve standard problems.

Note:

Legacy "doxygen" documentation can be found » here.

add a note add a note

User Contributed Notes 1 note

up
1
Anonymous
1 year ago
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.