ALIAS

b64e()

ShortPHP reference for base64_encode().

Signature

base64_encode(string $string): string

Example

b64e(...);

PHP equivalent

base64_encode() is the canonical PHP function. ShortPHP provides b64e() as the convenience alias.

Extension: Core

Official PHP manual ↗

Reference navigation

Previous: b64d()

Next: base()

Back to reference