mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Update link url to revised method name
This commit is contained in:
parent
ea534002c3
commit
277ec8d89b
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ class File {
|
|||
* 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
|
||||
* @link http://book.cakephp.org/2.0/en/core-utility-libraries/file-folder.html#File::readBase64
|
||||
*/
|
||||
public function readBase64() {
|
||||
return chunk_split(base64_encode($this->read()));
|
||||
|
|
Loading…
Add table
Reference in a new issue