From 74c163ba11f41ea03535491f066c3aadb0359d02 Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Fri, 23 Apr 2004 13:12:15 +0000 Subject: [PATCH] typos git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@156921 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/filters.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appendices/filters.xml b/appendices/filters.xml index 756bb0195a..5211dc71b2 100644 --- a/appendices/filters.xml +++ b/appendices/filters.xml @@ -1,5 +1,5 @@ - + List of Available Filters @@ -158,8 +158,8 @@ fclose($fp); convert.base64-encode supports parameters given as an associative array. If line-length is given, the base64 output will be split into chunks of line-length - characters each. If line-braek-chars is given, each - chunk will be delimted by the characters given. These parameters give the + characters each. If line-break-chars is given, each + chunk will be delimited by the characters given. These parameters give the same effect as using base64_encode with chunk_split.