mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Commas in See also
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@174592 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
880e005f54
commit
374e41849a
2 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/zlib.xml, last change in rev 1.4 -->
|
||||
<refentry id="function.gzencode">
|
||||
<refnamediv>
|
||||
|
@ -63,9 +63,9 @@
|
|||
version 4.3</ulink> (RFC 1952).
|
||||
</para>
|
||||
<para>
|
||||
See also <function>gzcompress</function>.
|
||||
See also <function>gzcompress</function>,
|
||||
<function>gzuncompress</function>,
|
||||
<function>gzdeflate</function>,
|
||||
<function>gzdeflate</function>, and
|
||||
<function>gzinflate</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/zlib.xml, last change in rev 1.11 -->
|
||||
<refentry id="function.gzinflate">
|
||||
<refnamediv>
|
||||
|
@ -22,7 +22,7 @@
|
|||
the optional parameter <parameter>length</parameter>.
|
||||
</para>
|
||||
<para>
|
||||
See also <function>gzcompress</function>.
|
||||
See also <function>gzcompress</function>,
|
||||
<function>gzuncompress</function>,
|
||||
<function>gzdeflate</function>, and
|
||||
<function>gzencode</function>.
|
||||
|
|
Loading…
Reference in a new issue