From ea534002c3febe08faeea095185a69c485682968 Mon Sep 17 00:00:00 2001 From: J Miller Date: Fri, 17 May 2013 08:44:46 -0700 Subject: [PATCH] Add to docblock the reason why the output is chunk_split --- lib/Cake/Utility/File.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Cake/Utility/File.php b/lib/Cake/Utility/File.php index 2af2812f633..cfaa716e7d1 100644 --- a/lib/Cake/Utility/File.php +++ b/lib/Cake/Utility/File.php @@ -182,6 +182,7 @@ public function read($bytes = false, $mode = 'rb', $force = false) { /** * Return the contents of this File as a base64 version of the file contents. + * The string is split into smaller chunks to match RFC 2045 semantics. * * @return string File contents in base64 encoding * @link http://book.cakephp.org/2.0/en/core-utility-libraries/file-folder.html#File::readAndBase64Encode