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 /** * Uuencode a string * * @phpstub * * @param string $data * * @return str..
Decoded Output download
<?php
/**
* Uuencode a string
*
* @phpstub
*
* @param string $data
*
* @return string Returns the uuencoded data.
*/
function convert_uuencode($data)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Uuencode a string
*
* @phpstub
*
* @param string $data
*
* @return string Returns the uuencoded data.
*/
function convert_uuencode($data)
{
}
Function Calls
None |
Stats
MD5 | 2e38517300ecd48b0283a68068a92b9f |
Eval Count | 0 |
Decode Time | 73 ms |