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