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 /** * Duplicates the given blob object * * @phpstub * * @param int $bid * * ..
Decoded Output download
<?php
/**
* Duplicates the given blob object
*
* @phpstub
*
* @param int $bid
*
* @return int Returns the new blob object-id, or false on errors.
*/
function ifx_copy_blob($bid)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Duplicates the given blob object
*
* @phpstub
*
* @param int $bid
*
* @return int Returns the new blob object-id, or false on errors.
*/
function ifx_copy_blob($bid)
{
}
Function Calls
None |
Stats
MD5 | 1663941041b5e06117d7114af8c54638 |
Eval Count | 0 |
Decode Time | 69 ms |