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 /** * Frees the memory associated with a result * * @phpstub * * @param resour..

Decoded Output download

<?php

/**
 * Frees the memory associated with a result
 *
 * @phpstub
 *
 * @param resource $result
 *
 * @return void
 */
function maxdb_free_result($result)
{
}

/**
 * Frees the memory associated with a result
 *
 * @phpstub
 *
 * @return void
 */
function maxdb_free_result()
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Frees the memory associated with a result
 *
 * @phpstub
 *
 * @param resource $result
 *
 * @return void
 */
function maxdb_free_result($result)
{
}

/**
 * Frees the memory associated with a result
 *
 * @phpstub
 *
 * @return void
 */
function maxdb_free_result()
{
}

Function Calls

None

Variables

None

Stats

MD5 7be58f545d454585a84ecec5c408f4bf
Eval Count 0
Decode Time 85 ms