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 number of rows that were changed by the most recent SQL state..

Decoded Output download

<?php

/**
 * Returns the number of rows that were changed by the most
   recent SQL statement
 *
 * @phpstub
 *
 * @param resource $dbhandle
 *
 * @return int
 */
function sqlite_changes($dbhandle)
{
}

/**
 * Returns the number of rows that were changed by the most
   recent SQL statement
 *
 * @phpstub
 *
 * @return int
 */
function sqlite_changes()
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns the number of rows that were changed by the most
   recent SQL statement
 *
 * @phpstub
 *
 * @param resource $dbhandle
 *
 * @return int
 */
function sqlite_changes($dbhandle)
{
}

/**
 * Returns the number of rows that were changed by the most
   recent SQL statement
 *
 * @phpstub
 *
 * @return int
 */
function sqlite_changes()
{
}

Function Calls

None

Variables

None

Stats

MD5 03f126567c035399172ae87671f139ac
Eval Count 0
Decode Time 99 ms