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 /** * Output blob contents to browser * * @phpstub * * @param string $blob_id ..

Decoded Output download

<?php

/**
 * Output blob contents to browser
 *
 * @phpstub
 *
 * @param string $blob_id
 *
 * @return bool
 */
function ibase_blob_echo($blob_id)
{
}

/**
 * Output blob contents to browser
 *
 * @phpstub
 *
 * @param resource $link_identifier
 * @param string $blob_id
 *
 * @return bool
 */
function ibase_blob_echo($link_identifier, $blob_id)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Output blob contents to browser
 *
 * @phpstub
 *
 * @param string $blob_id
 *
 * @return bool
 */
function ibase_blob_echo($blob_id)
{
}

/**
 * Output blob contents to browser
 *
 * @phpstub
 *
 * @param resource $link_identifier
 * @param string $blob_id
 *
 * @return bool
 */
function ibase_blob_echo($link_identifier, $blob_id)
{
}

Function Calls

None

Variables

None

Stats

MD5 a7e135715cb9a273dd9475ccfa9486cb
Eval Count 0
Decode Time 80 ms