git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@156921 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Damien Seguy 2004-04-23 13:12:15 +00:00
parent 60873cc344
commit 74c163ba11

View file

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