ALIAS

b64d()

ShortPHP reference for base64_decode().

Signature

base64_decode(string $string, bool $strict = false): string|false

Example

b64d(...);

PHP equivalent

base64_decode() is the canonical PHP function. ShortPHP provides b64d() as the convenience alias.

Extension: Core

Official PHP manual ↗

Reference navigation

Previous: vals()

Next: b64e()

Back to reference