mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
parameter type correction, zp is resource
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@93534 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
5e81c824b6
commit
c18b431320
11 changed files with 23 additions and 23 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/zlib.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.gzclose">
|
||||
<refnamediv>
|
||||
|
@ -10,13 +10,13 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>gzclose</methodname>
|
||||
<methodparam><type>int</type><parameter>zp</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>zp</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The gz-file pointed to by zp is closed.
|
||||
</para>
|
||||
<para>
|
||||
Returns &true; on success and &false; on failure.
|
||||
&return.success;
|
||||
</para>
|
||||
<para>
|
||||
The gz-file pointer must be valid, and must point to a file
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/zlib.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.gzeof">
|
||||
<refnamediv>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>gzeof</methodname>
|
||||
<methodparam><type>int</type><parameter>zp</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>zp</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Returns &true; if the gz-file pointer is at EOF or an error occurs;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/zlib.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.gzgetc">
|
||||
<refnamediv>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>gzgetc</methodname>
|
||||
<methodparam><type>int</type><parameter>zp</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>zp</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Returns a string containing a single (uncompressed) character
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/zlib.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.gzgets">
|
||||
<refnamediv>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>gzgets</methodname>
|
||||
<methodparam><type>int</type><parameter>zp</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>zp</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>length</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/zlib.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.gzgetss">
|
||||
<refnamediv>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>gzgetss</methodname>
|
||||
<methodparam><type>int</type><parameter>zp</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>zp</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>length</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>allowable_tags</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/zlib.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.gzpassthru">
|
||||
<refnamediv>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>gzpassthru</methodname>
|
||||
<methodparam><type>int</type><parameter>zp</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>zp</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Reads to EOF on the given gz-file pointer and writes the
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/zlib.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.gzputs">
|
||||
<refnamediv>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>gzputs</methodname>
|
||||
<methodparam><type>int</type><parameter>zp</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>zp</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>str</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>length</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/zlib.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.gzread">
|
||||
<refnamediv>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>gzread</methodname>
|
||||
<methodparam><type>int</type><parameter>zp</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>zp</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>length</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<simpara>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/zlib.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.gzrewind">
|
||||
<refnamediv>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>gzrewind</methodname>
|
||||
<methodparam><type>int</type><parameter>zp</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>zp</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Sets the file position indicator for zp to the beginning of the
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/zlib.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.gzseek">
|
||||
<refnamediv>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>gzseek</methodname>
|
||||
<methodparam><type>int</type><parameter>zp</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>zp</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>offset</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/zlib.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.gztell">
|
||||
<refnamediv>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>gztell</methodname>
|
||||
<methodparam><type>int</type><parameter>zp</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>zp</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Returns the position of the file pointer referenced by
|
||||
|
|
Loading…
Reference in a new issue