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 /** * Returns the next field in the result set * * @phpstub * * @param resourc..

Decoded Output download

<?php

/**
 * Returns the next field in the result set
 *
 * @phpstub
 *
 * @param resource $result
 *
 * @return mixed
 */
function maxdb_fetch_field($result)
{
}

/**
 * Returns the next field in the result set
 *
 * @phpstub
 *
 * @return mixed
 */
function maxdb_fetch_field()
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns the next field in the result set
 *
 * @phpstub
 *
 * @param resource $result
 *
 * @return mixed
 */
function maxdb_fetch_field($result)
{
}

/**
 * Returns the next field in the result set
 *
 * @phpstub
 *
 * @return mixed
 */
function maxdb_fetch_field()
{
}

Function Calls

None

Variables

None

Stats

MD5 83a178538f3e5e7fc878a7f639d777e7
Eval Count 0
Decode Time 105 ms