mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
* include reference elements according to DocBook
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@189098 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a54568795c
commit
4d11c5e10c
2 changed files with 9 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- Author: Wez Furlong <wez@thebrainroom.com>
|
||||
Please contact me before making any major amendments to the
|
||||
content of this section. Splitting/Merging are fine if they are
|
||||
|
@ -9,10 +9,12 @@
|
|||
|
||||
<reference id="streams.dir-api">
|
||||
<title>Streams Dir API Reference</title>
|
||||
<para>
|
||||
The functions listed in this section work on local files, as well as remote files
|
||||
(provided that the wrapper supports this functionality!).
|
||||
</para>
|
||||
<partintro>
|
||||
<para>
|
||||
The functions listed in this section work on local files, as well as remote files
|
||||
(provided that the wrapper supports this functionality!).
|
||||
</para>
|
||||
</partintro>
|
||||
|
||||
<refentry id="streams.php-stream-opendir">
|
||||
<refnamediv>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<!-- Author: Wez Furlong <wez@thebrainroom.com>
|
||||
Please contact me before making any major amendments to the
|
||||
content of this section. Splitting/Merging are fine if they are
|
||||
|
@ -285,8 +285,8 @@ PHP_FUNCTION(example_open_php_home_page)
|
|||
a stream. To do this, you can use <function>php_stream_auto_cleanup</function>.
|
||||
</para>
|
||||
</sect1>
|
||||
</chapter>
|
||||
|
||||
|
||||
&chapters.streams.common;
|
||||
&chapters.streams.dir;
|
||||
&chapters.streams.file;
|
||||
|
@ -294,8 +294,6 @@ PHP_FUNCTION(example_open_php_home_page)
|
|||
&chapters.streams.structs;
|
||||
&chapters.streams.constants;
|
||||
|
||||
</chapter>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
|
Loading…
Reference in a new issue