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 type name for the corresponding field number * * @phpstub * ..

Decoded Output download

<?php

/**
 * Returns the type name for the corresponding field number
 *
 * @phpstub
 *
 * @param resource $result
 * @param int $field_number
 *
 * @return string A ``string`` containing the base name of the field's type, or false
 *                on error.
 */
function pg_field_type($result, $field_number)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns the type name for the corresponding field number
 *
 * @phpstub
 *
 * @param resource $result
 * @param int $field_number
 *
 * @return string A ``string`` containing the base name of the field's type, or false
 *                on error.
 */
function pg_field_type($result, $field_number)
{
}

Function Calls

None

Variables

None

Stats

MD5 ee2053ac4bc78924c8e7625a99b5ca7e
Eval Count 0
Decode Time 73 ms