base64_decodeDecodes data encoded with MIME base64 Description
stringfalse base64_decode(string
$string , bool $strict = false )
Decodes a base64 encoded Parameters
Return Values
Returns the decoded data or Examples
Example #1 base64_decode example
The above example will output: This is an encoded string |