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:
Marcin Gibula 2008-07-02 00:17:16 +00:00
parent dc99d7d218
commit 9cc94da06c
4 changed files with 11 additions and 10 deletions

View file

@ -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>
<!-- }}} -->

View file

@ -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">

View file

@ -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">

View file

@ -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">