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 /** * Return the content of a blob object * * @phpstub * * @param int $bid * ..

Decoded Output download

<?php

/**
 * Return the content of a blob object
 *
 * @phpstub
 *
 * @param int $bid
 *
 * @return string The contents of the BLOB as a string, or false on errors.
 */
function ifx_get_blob($bid)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Return the content of a blob object
 *
 * @phpstub
 *
 * @param int $bid
 *
 * @return string The contents of the BLOB as a string, or false on errors.
 */
function ifx_get_blob($bid)
{
}

Function Calls

None

Variables

None

Stats

MD5 40c89489e62b87de057c71b984158599
Eval Count 0
Decode Time 78 ms