mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed typos.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@148024 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f4fb82faae
commit
52e597af1f
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.lzf-compress">
|
||||
<refnamediv>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<methodparam><type>string</type><parameter>arg</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>lzf_compress</function> compresses data in <parametr>arg</parametr> parametr.
|
||||
<function>lzf_compress</function> compresses data in <parameter>arg</parameter> parametr.
|
||||
</para>
|
||||
<para>
|
||||
Returns compressed data or &false; if an error occured.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.lzf-decompress">
|
||||
<refnamediv>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<methodparam><type>string</type><parameter>arg</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>lzf_decompress</function> decompresses data from parametr <parametr>arg</parametr>.
|
||||
<function>lzf_decompress</function> decompresses data from parametr <parameter>arg</parameter>.
|
||||
</para>
|
||||
<para>
|
||||
Returns decompressed data or &false; if an error occured.
|
||||
|
|
Loading…
Reference in a new issue