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 /** * Get the name of a field in a query result * * @phpstub * * @param resour..

Decoded Output download

<?php

/**
 * Get the name of a field in a query result
 *
 * @phpstub
 *
 * @param resource $result
 * @param int $index
 *
 * @return string Returns the name of a field
 *                in a query result
 */
function ingres_field_name($result, $index)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get the name of a field in a query result
 *
 * @phpstub
 *
 * @param resource $result
 * @param int $index
 *
 * @return string Returns the name of a field
 *                in a query result
 */
function ingres_field_name($result, $index)
{
}

Function Calls

None

Variables

None

Stats

MD5 17bdab9c4fbef34b9b13887f6319cd6f
Eval Count 0
Decode Time 82 ms