Введение

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

Подсказка

A more detailed documentation of SPL can be found » here.

Коментарии

Автор:
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.
2012-05-16 11:38:51
http://php5.kiev.ua/manual/ru/intro.spl.html
SPL is a collection of classes and interfaces providing an API for built-in PHP functions, allowing developers to write  fully object oriented code with standard tools, using PHP in a
much more elegant way.
2014-02-24 02:25:35
http://php5.kiev.ua/manual/ru/intro.spl.html

    Поддержать сайт на родительском проекте КГБ