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 current row index * * @phpstub * * @param resource $result ..
Decoded Output download
<?php
/**
* Returns the current row index
*
* @phpstub
*
* @param resource $result
*
* @return int
*/
function sqlite_key($result)
{
}
/**
* Returns the current row index
*
* @phpstub
*
* @return int
*/
function sqlite_key()
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns the current row index
*
* @phpstub
*
* @param resource $result
*
* @return int
*/
function sqlite_key($result)
{
}
/**
* Returns the current row index
*
* @phpstub
*
* @return int
*/
function sqlite_key()
{
}
Function Calls
None |
Stats
MD5 | 39418fc763a9b2eeb9fd2a508cd98a39 |
Eval Count | 0 |
Decode Time | 80 ms |