base64_decode
Decodes a base64-encoded string.
Syntax
base64_decode( input )
Arguments
Argument | Description |
---|---|
input
|
(string) The string to decode. |
Returns
(String). The decoded string.
If the input is not a valid base64-encoded string, the function returns nil
.