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

search for in the

Instalación/Configuración> <SPL
[edit] Last updated: Fri, 17 May 2013

view this page in

Introducción

SPL es una colección de interfaces y clases que están pensadas para solucionar problemas comunes.

Nota:

El legado de la documentación de "doxygen" se puede encontrar » aquí.



add a note add a note User Contributed Notes Introducción - [1 notes]
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.

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