![]() |
![]() |
$asciiToBase64Returns an encoded base64 string |
Usage |
|
Description |
Encodes an ASCII string to its base64 encoded representation Please note that since KVS is UNICODE based, this function will first encode the string in UTF8 and then base64-encode. This means that it is substantially only 7bit safe (ASCII codes below 128). |
Syntax Specification |
|
Examples |
echo $asciiToBase64("Hello!") |
See also |
$base64toascii |