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 auto generated id used in the last query * * @phpstub * * @p..

Decoded Output download

<?php

/**
 * Returns the auto generated id used in the last query
 *
 * @phpstub
 *
 * @param resource $link
 *
 * @return mixed The value of the  field that was updated
 *               by the previous query. Returns zero if there was no previous query on the
 *               connection or if the query did not update an
 *               value.
 */
function maxdb_insert_id($link)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns the auto generated id used in the last query
 *
 * @phpstub
 *
 * @param resource $link
 *
 * @return mixed The value of the  field that was updated
 *               by the previous query. Returns zero if there was no previous query on the
 *               connection or if the query did not update an
 *               value.
 */
function maxdb_insert_id($link)
{
}

Function Calls

None

Variables

None

Stats

MD5 b1de4b61a57620d1386f712d391ee217
Eval Count 0
Decode Time 64 ms