mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Add to docblock the reason why the output is chunk_split
This commit is contained in:
parent
4a4ca7c8d4
commit
ea534002c3
1 changed files with 1 additions and 0 deletions
|
@ -182,6 +182,7 @@ class File {
|
|||
|
||||
/**
|
||||
* 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
|
||||
|
|
Loading…
Reference in a new issue