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 * * @phpstub * * @param resource $result * @par..

Decoded Output download

<?php

/**
 * Get the name of a field
 *
 * @phpstub
 *
 * @param resource $result
 * @param int $offset
 *
 * @return string The name of the specified field index on success.
 */
function mssql_field_name($result, $offset = -1)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get the name of a field
 *
 * @phpstub
 *
 * @param resource $result
 * @param int $offset
 *
 * @return string The name of the specified field index on success.
 */
function mssql_field_name($result, $offset = -1)
{
}

Function Calls

None

Variables

None

Stats

MD5 ba1adf8b1580ae441e8f0fa0f87af528
Eval Count 0
Decode Time 97 ms