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 /** * Rolls back current transaction * * @phpstub * * @param resource $link *..

Decoded Output download

<?php

/**
 * Rolls back current transaction
 *
 * @phpstub
 *
 * @param resource $link
 *
 * @return bool
 */
function maxdb_rollback($link)
{
}

/**
 * Rolls back current transaction
 *
 * @phpstub
 *
 * @return bool
 */
function maxdb_rollback()
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Rolls back current transaction
 *
 * @phpstub
 *
 * @param resource $link
 *
 * @return bool
 */
function maxdb_rollback($link)
{
}

/**
 * Rolls back current transaction
 *
 * @phpstub
 *
 * @return bool
 */
function maxdb_rollback()
{
}

Function Calls

None

Variables

None

Stats

MD5 a7a49eda0e0f5744ff01cc6e8e0a581d
Eval Count 0
Decode Time 88 ms