mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
corrected a few typos I made in the initial cvs add
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@41239 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1c555d989e
commit
f61970dc83
1 changed files with 5 additions and 5 deletions
|
@ -17,8 +17,8 @@
|
|||
<sect1 id="bzip2-example">
|
||||
<title>Small code example</title>
|
||||
<para>
|
||||
This example opens a temporary file and writes a test string to it, then it
|
||||
prints out the content of this file.
|
||||
This example opens a temporary file and writes a test string to
|
||||
it, then prints out the contents of the file.
|
||||
</para>
|
||||
<example>
|
||||
<title>Small bzip2 Example</title>
|
||||
|
@ -121,7 +121,7 @@ bzclose($bz);
|
|||
how the compression phase behaves when presented with worst case,
|
||||
highly repetitive, input data. The value can be between 0 and
|
||||
250 with 0 being a special case and 30 being the default
|
||||
value. Regardless of the <parameter>workfactor</parameter> the
|
||||
value. Regardless of the <parameter>workfactor</parameter>, the
|
||||
generated output is the same.
|
||||
</para>
|
||||
<para>
|
||||
|
@ -158,8 +158,8 @@ $bzstr = bzcompress($str, 9);
|
|||
</funcsynopsis>
|
||||
<para>
|
||||
<function>bzdecompress</function> decompresses the
|
||||
<parameter>source</parameter> string of bzip2 encoded data and
|
||||
returns it. If the optional parameter
|
||||
<parameter>source</parameter> string containing bzip2 encoded
|
||||
data and returns it. If the optional parameter
|
||||
<parameter>small</parameter> is true, an alternative
|
||||
decompression algorithm will be used which uses less memory (the
|
||||
maximum memory requirement drops to around 2300K) but works at
|
||||
|
|
Loading…
Reference in a new issue