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 /** * Unescape binary for bytea type * * @phpstub * * @param string $data * ..
Decoded Output download
<?php
/**
* Unescape binary for bytea type
*
* @phpstub
*
* @param string $data
*
* @return string A ``string`` containing the unescaped data.
*/
function pg_unescape_bytea($data)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Unescape binary for bytea type
*
* @phpstub
*
* @param string $data
*
* @return string A ``string`` containing the unescaped data.
*/
function pg_unescape_bytea($data)
{
}
Function Calls
None |
Stats
MD5 | 4cf18cd0c51a54a6755e535bb3052e7e |
Eval Count | 0 |
Decode Time | 89 ms |