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 /** * Set internal row offset in result resource * * @phpstub * * @param resou..
Decoded Output download
<?php
/**
* Set internal row offset in result resource
*
* @phpstub
*
* @param resource $result
* @param int $offset
*
* @return bool
*/
function pg_result_seek($result, $offset)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Set internal row offset in result resource
*
* @phpstub
*
* @param resource $result
* @param int $offset
*
* @return bool
*/
function pg_result_seek($result, $offset)
{
}
Function Calls
None |
Stats
MD5 | 68f09e01e1a036eaaf236b07b76f203e |
Eval Count | 0 |
Decode Time | 87 ms |