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

Decoded Output download

<?php

/**
 * Commits the current transaction
 *
 * @phpstub
 *
 * @param resource $link
 *
 * @return bool
 */
function maxdb_commit($link)
{
}

/**
 * Commits the current transaction
 *
 * @phpstub
 *
 * @return bool
 */
function maxdb_commit()
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Commits the current transaction
 *
 * @phpstub
 *
 * @param resource $link
 *
 * @return bool
 */
function maxdb_commit($link)
{
}

/**
 * Commits the current transaction
 *
 * @phpstub
 *
 * @return bool
 */
function maxdb_commit()
{
}

Function Calls

None

Variables

None

Stats

MD5 cc2bf0bc254f4b236198ede774139540
Eval Count 0
Decode Time 119 ms