mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Forgot to commit book.xml (Spl datastructures)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259615 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0264840fd5
commit
99668ca48b
1 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
|
||||
<book xml:id="book.spl" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>Standard PHP Library (SPL)</title>
|
||||
|
@ -21,6 +21,7 @@
|
|||
|
||||
&reference.spl.setup;
|
||||
&reference.spl.constants;
|
||||
&reference.spl.datastructures;
|
||||
&reference.spl.reference;
|
||||
|
||||
&reference.spl.arrayiterator;
|
||||
|
@ -35,6 +36,11 @@
|
|||
&reference.spl.recursiveiteratoriterator;
|
||||
&reference.spl.simplexmliterator;
|
||||
|
||||
&reference.spl.spldoublylinkedlist;
|
||||
&reference.spl.splstack;
|
||||
&reference.spl.splqueue;
|
||||
|
||||
|
||||
</book>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
Loading…
Reference in a new issue