downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Установка и настройка> <SPL
[edit] Last updated: Fri, 25 May 2012

view this page in

Введение

SPL - это набор интерфейсов и классов, предназначенных для решения стандартных задач.

Замечание:

Документацию в стиле doxygen можно найти » здесь.



add a note add a note User Contributed Notes Введение
Anonymous 16-May-2012 08:38
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.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites