mirror of
https://github.com/php/doc-es.git
synced 2026-03-25 16:02:13 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/es/trunk@337108 c90b9560-bf6c-de11-be94-00142212c4b1
63 lines
1.9 KiB
XML
63 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 41060e691dc09b9b190e2181123dbc8286e05843 Maintainer: chuso Status: ready -->
|
|
<!-- Reviewed: yes Maintainer: seros -->
|
|
|
|
<book xml:id="book.spl" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<?phpdoc extension-membership="core" ?>
|
|
<title>SPL - Biblioteca estándar de PHP</title>
|
|
<titleabbrev>SPL</titleabbrev>
|
|
|
|
<preface xml:id="intro.spl">
|
|
&reftitle.intro;
|
|
<para>
|
|
La Biblioteca Estándar de PHP (SPL por las siglas de Standard PHP Library en inglés) es una colección de interfaces y clases
|
|
pensadas para solucionar problemas comunes.
|
|
</para>
|
|
<para>
|
|
No es necesaria ninguna biblioteca externa para construir esta extensión. Está disponible y compilada de forma predeterminada en PHP 5.0.0.
|
|
</para>
|
|
<para>
|
|
SPL proporciona un conjunto de estructuras de datos estándar, un conjunto de iteradores para recorrer objetos, un conjunto de interfaces, un conjunto de excepciones estándar, varias clases para trabajar con ficheros, y un conjunto de funciones como <function>spl_autoload_register</function>
|
|
</para>
|
|
</preface>
|
|
|
|
&reference.spl.setup;
|
|
&reference.spl.constants;
|
|
&reference.spl.datastructures;
|
|
&reference.spl.iterators;
|
|
&reference.spl.interfaces;
|
|
&reference.spl.exceptions;
|
|
&reference.spl.reference;
|
|
&reference.spl.files;
|
|
&reference.spl.miscellaneous;
|
|
|
|
<!-- TODO: Not documented
|
|
&reference.spl.splfixedarray;
|
|
&reference.spl.splobjectstorage;
|
|
-->
|
|
|
|
</book>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|
|
|