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 /** * Seek to the first row number * * @phpstub * * @param resource $result *..

Decoded Output download

<?php

/**
 * Seek to the first row number
 *
 * @phpstub
 *
 * @param resource $result
 *
 * @return bool
 */
function sqlite_rewind($result)
{
}

/**
 * Seek to the first row number
 *
 * @phpstub
 *
 * @return bool
 */
function sqlite_rewind()
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Seek to the first row number
 *
 * @phpstub
 *
 * @param resource $result
 *
 * @return bool
 */
function sqlite_rewind($result)
{
}

/**
 * Seek to the first row number
 *
 * @phpstub
 *
 * @return bool
 */
function sqlite_rewind()
{
}

Function Calls

None

Variables

None

Stats

MD5 48e75be652087cd633f9b00c33310073
Eval Count 0
Decode Time 89 ms