Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php /** * Decodes data encoded with MIME base64 * * @phpstub * * @param string $da..
Decoded Output download
<?php
/**
* Decodes data encoded with MIME base64
*
* @phpstub
*
* @param string $data
* @param bool $strict
*
* @return string Returns the original data. The returned data may be
* binary.
*/
function base64_decode($data, $strict = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Decodes data encoded with MIME base64
*
* @phpstub
*
* @param string $data
* @param bool $strict
*
* @return string Returns the original data. The returned data may be
* binary.
*/
function base64_decode($data, $strict = false)
{
}
Function Calls
None |
Stats
MD5 | 1d4385560812a097b79cce7693ade332 |
Eval Count | 0 |
Decode Time | 94 ms |