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 current seek position a of large object * * @phpstub * * @param ..

Decoded Output download

<?php

/**
 * Returns current seek position a of large object
 *
 * @phpstub
 *
 * @param resource $large_object
 *
 * @return int The current seek offset (in number of bytes) from the beginning of the large
 *             object.  If there is an error, the return value is negative.
 */
function pg_lo_tell($large_object)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns current seek position a of large object
 *
 * @phpstub
 *
 * @param resource $large_object
 *
 * @return int The current seek offset (in number of bytes) from the beginning of the large
 *             object.  If there is an error, the return value is negative.
 */
function pg_lo_tell($large_object)
{
}

Function Calls

None

Variables

None

Stats

MD5 9550722d87cfe24ce2b623ea2c3e7055
Eval Count 0
Decode Time 92 ms