mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Lets make it a note, not a tip, while we are here.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277812 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
959f3c02f0
commit
742160cb20
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
|
||||
<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>
|
||||
|
@ -11,12 +11,12 @@
|
|||
SPL is a collection of interfaces and classes that are meant to solve
|
||||
standard problems.
|
||||
</para>
|
||||
<tip>
|
||||
<note>
|
||||
<para>
|
||||
Legacy "doxygen" documentations can be found
|
||||
<link xlink:href="http://www.php.net/~helly/php/ext/spl/">here</link>.
|
||||
</para>
|
||||
</tip>
|
||||
</note>
|
||||
</preface>
|
||||
|
||||
&reference.spl.setup;
|
||||
|
|
Loading…
Reference in a new issue