mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-03-25 17:32:07 +01:00
63 lines
1.8 KiB
XML
63 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: e579f9c9383e9dbc293343287086e988c17d0321 Maintainer: yannick Status: ready -->
|
|
<!-- Reviewed: yes -->
|
|
|
|
<book xml:id="book.spl" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<?phpdoc extension-membership="core" ?>
|
|
<title>Bibliothèque standard PHP (SPL)</title>
|
|
<titleabbrev>SPL</titleabbrev>
|
|
|
|
<preface xml:id="intro.spl">
|
|
&reftitle.intro;
|
|
<para>
|
|
La bibliothèque standard PHP (SPL) est une collection d'interfaces et de classes
|
|
qui ont été créées afin de résoudre les problèmes communs.
|
|
</para>
|
|
<para>
|
|
SPL fournit des structures de données, un ensemble d'itérateur pour traverser
|
|
des objets, des interfaces, un ensemble d'exceptions standards ainsi qu'un
|
|
certain nombre de classes pour travailler avec des fichiers. SPL fournit
|
|
aussi un jeu de fonctions telle que
|
|
<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
|
|
-->
|