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 /** * Create a large object * * @phpstub * * @param resource $connection * @p..
Decoded Output download
<?php
/**
* Create a large object
*
* @phpstub
*
* @param resource $connection
* @param mixed $object_id
*
* @return int
*/
function pg_lo_create($connection = NULL, $object_id = NULL)
{
}
/**
* Create a large object
*
* @phpstub
*
* @param mixed $object_id
*
* @return int
*/
function pg_lo_create($object_id)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Create a large object
*
* @phpstub
*
* @param resource $connection
* @param mixed $object_id
*
* @return int
*/
function pg_lo_create($connection = NULL, $object_id = NULL)
{
}
/**
* Create a large object
*
* @phpstub
*
* @param mixed $object_id
*
* @return int
*/
function pg_lo_create($object_id)
{
}
Function Calls
None |
Stats
MD5 | b0af0594e5065d2796fb628389e3044f |
Eval Count | 0 |
Decode Time | 80 ms |