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 /** * Fetch data specified by key * * @phpstub * * @param string $key * @para..

Decoded Output download

<?php

/**
 * Fetch data specified by key
 *
 * @phpstub
 *
 * @param string $key
 * @param resource $handle
 *
 * @return string
 */
function dba_fetch($key, $handle)
{
}

/**
 * Fetch data specified by key
 *
 * @phpstub
 *
 * @param string $key
 * @param int $skip
 * @param resource $handle
 *
 * @return string
 */
function dba_fetch($key, $skip, $handle)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Fetch data specified by key
 *
 * @phpstub
 *
 * @param string $key
 * @param resource $handle
 *
 * @return string
 */
function dba_fetch($key, $handle)
{
}

/**
 * Fetch data specified by key
 *
 * @phpstub
 *
 * @param string $key
 * @param int $skip
 * @param resource $handle
 *
 * @return string
 */
function dba_fetch($key, $skip, $handle)
{
}

Function Calls

None

Variables

None

Stats

MD5 b242610daaf49a37e221ea7217f18abc
Eval Count 0
Decode Time 106 ms