PHP » GoLang |
login |
register |
about
|
base64_decode(PHP 4, PHP 5, PHP 7) base64_decode — Decodes 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 |
more
Recently updated
more
Most requested
more
Last requests
|