mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@156921 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
60873cc344
commit
74c163ba11
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<appendix id="filters">
|
||||
<title>List of Available Filters</title>
|
||||
<para>
|
||||
|
@ -158,8 +158,8 @@ fclose($fp);
|
|||
<literal>convert.base64-encode</literal> supports parameters given as
|
||||
an associative array. If <parameter>line-length</parameter> is given, the
|
||||
base64 output will be split into chunks of <parameter>line-length</parameter>
|
||||
characters each. If <parameter>line-braek-chars</parameter> is given, each
|
||||
chunk will be delimted by the characters given. These parameters give the
|
||||
characters each. If <parameter>line-break-chars</parameter> is given, each
|
||||
chunk will be delimited by the characters given. These parameters give the
|
||||
same effect as using <function>base64_encode</function> with
|
||||
<function>chunk_split</function>.
|
||||
</simpara>
|
||||
|
|
Loading…
Reference in a new issue