reference/spl/book.xml
e579f9c9383e9dbc293343287086e988c17d0321
...
...
@@ -2,21 +2,19 @@
2
2
<!-- $Revision$ -->
3
3

4
4
<book xml:id="book.spl" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
+
<?phpdoc extension-membership="core" ?>
5
6
<title>Standard PHP Library (SPL)</title>
6
7
<titleabbrev>SPL</titleabbrev>
7
8
8
9
<preface xml:id="intro.spl">
9
10
&reftitle.intro;
10
11
<para>
11
-
SPL is a collection of interfaces and classes that are meant to solve
12
-
standard problems.
12
+
The Standard PHP Library (SPL) is a collection of interfaces and classes that are meant to solve
13
+
common problems.
14
+
</para>
15
+
<para>
16
+
SPL provides a set of standard datastructure, a set of iterators to traverse over objects, a set of interfaces, a set of standard Exceptions, a number of classes to work with files and it provides a set of functions like <function>spl_autoload_register</function>
13
17
</para>
14
-
<note>
15
-
<para>
16
-
Legacy "doxygen" documentation can be found
17
-
<link xlink:href="&url.spl.doxygen;">here</link>.
18
-
</para>
19
-
</note>
20
18
</preface>
21
19

22
20
&reference.spl.setup;
23
21