SPL
在线手册:中文  英文

简介

SPL是用于解决典型问题(standard problems)的一组接口与类的集合。

Note:

更详细的SPL文档请参考 » 这里.


SPL
在线手册:中文  英文

用户评论:

Anonymous (2012-05-16 08:38:51)

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.

易百教程