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 /** * Export a large object to file * * @phpstub * * @param resource $connecti..

Decoded Output download

<?php

/**
 * Export a large object to file
 *
 * @phpstub
 *
 * @param resource $connection
 * @param int $oid
 * @param string $pathname
 *
 * @return bool 
 */
function pg_lo_export($connection = NULL, $oid, $pathname)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Export a large object to file
 *
 * @phpstub
 *
 * @param resource $connection
 * @param int $oid
 * @param string $pathname
 *
 * @return bool 
 */
function pg_lo_export($connection = NULL, $oid, $pathname)
{
}

Function Calls

None

Variables

None

Stats

MD5 393ce6eea8a7bc0426c24a9a80e971d8
Eval Count 0
Decode Time 81 ms