reference/spl/book.xml
e579f9c9383e9dbc293343287086e988c17d0321
...
...
@@ -1,23 +1,20 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<!-- Membership: core -->
4
3

5
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" ?>
6
6
<title>Standard PHP Library (SPL)</title>
7
7
<titleabbrev>SPL</titleabbrev>
8
8
9
9
<preface xml:id="intro.spl">
10
10
&reftitle.intro;
11
11
<para>
12
-
SPL is a collection of interfaces and classes that are meant to solve
13
-
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>
14
17
</para>
15
-
<note>
16
-
<para>
17
-
Legacy "doxygen" documentation can be found
18
-
<link xlink:href="&url.spl.doxygen;">here</link>.
19
-
</para>
20
-
</note>
21
18
</preface>
22
19

23
20
&reference.spl.setup;
24
21