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 /** * Seeks position within a large object * * @phpstub * * @param resource $l..
Decoded Output download
<?php
/**
* Seeks position within a large object
*
* @phpstub
*
* @param resource $large_object
* @param int $offset
* @param int $whence
*
* @return bool
*/
function pg_lo_seek($large_object, $offset, $whence = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Seeks position within a large object
*
* @phpstub
*
* @param resource $large_object
* @param int $offset
* @param int $whence
*
* @return bool
*/
function pg_lo_seek($large_object, $offset, $whence = false)
{
}
Function Calls
None |
Stats
MD5 | a4fabcf1ceebe22052b6303bb6b5a163 |
Eval Count | 0 |
Decode Time | 83 ms |