From 833f3869e41b8f685112d371b2a568dc0affafd0 Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Mon, 20 Nov 2017 20:39:29 +0000 Subject: [PATCH] grammar fix Patch by anonymous user git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343432 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/convert-uuencode.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/strings/functions/convert-uuencode.xml b/reference/strings/functions/convert-uuencode.xml index 7dd9f4e488..66c01d8f4a 100644 --- a/reference/strings/functions/convert-uuencode.xml +++ b/reference/strings/functions/convert-uuencode.xml @@ -17,7 +17,7 @@ algorithm. - Uuencode translates all strings (including binary's ones) into printable + Uuencode translates all strings (including binary data) into printable characters, making them safe for network transmissions. Uuencoded data is about 35% larger than the original.