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 the last row's OID * * @phpstub * * @param resource $result * ..

Decoded Output download

<?php

/**
 * Returns the last row's OID
 *
 * @phpstub
 *
 * @param resource $result
 *
 * @return string A ``string`` containing the OID assigned to the most recently inserted
 *                row in the specified , or false on error or
 *                no available OID.
 */
function pg_last_oid($result)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns the last row's OID
 *
 * @phpstub
 *
 * @param resource $result
 *
 * @return string A ``string`` containing the OID assigned to the most recently inserted
 *                row in the specified , or false on error or
 *                no available OID.
 */
function pg_last_oid($result)
{
}

Function Calls

None

Variables

None

Stats

MD5 b2cb8f917acd00b969c773aa3a612d7a
Eval Count 0
Decode Time 76 ms