mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Minor documentation updates.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@261892 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
dc99d7d218
commit
9cc94da06c
4 changed files with 11 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- Purpose: compression -->
|
||||
<!-- Membership: pecl -->
|
||||
|
||||
|
@ -13,7 +13,8 @@
|
|||
<para>
|
||||
LZF is a very fast compression algorithm, ideal for saving space with
|
||||
only slight speed cost. It can be optimized for speed or space at the
|
||||
time of compilation.
|
||||
time of compilation. This extension is using <link xlink:href="&url.liblzf;">liblzf</link>
|
||||
library by Marc Lehmann for its operations.
|
||||
</para>
|
||||
</preface>
|
||||
<!-- }}} -->
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
|
||||
<refentry xml:id="function.lzf-compress" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
|
@ -15,8 +15,8 @@
|
|||
<methodparam><type>string</type><parameter>data</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>lzf_compress</function> compresses the given
|
||||
<parameter>data</parameter>.
|
||||
<function>lzf_compress</function> compresses the given
|
||||
<parameter>data</parameter> string using LZF encoding.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1 role="parameters">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
|
||||
<refentry xml:id="function.lzf-decompress" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
|
@ -15,8 +15,8 @@
|
|||
<methodparam><type>string</type><parameter>data</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>lzf_compress</function> decompresses the given
|
||||
<parameter>data</parameter>.
|
||||
<function>lzf_compress</function> decompresses the given
|
||||
<parameter>data</parameter> string containing lzf encoded data.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1 role="parameters">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
|
||||
<refentry xml:id="function.lzf-optimized-for" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<void/>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Determines for what the LZF extension was optimised.
|
||||
Determines what was LZF extension optimized for during compilation.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1 role="returnvalues">
|
||||
|
|
Loading…
Reference in a new issue