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 the specified field in a result * * @phpstub * * @param ..
Decoded Output download
<?php
/**
* Get the name of the specified field in a result
*
* @phpstub
*
* @param resource $result
* @param int $field_offset
*
* @return string The name of the specified field index on success.
*/
function mysql_field_name($result, $field_offset)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get the name of the specified field in a result
*
* @phpstub
*
* @param resource $result
* @param int $field_offset
*
* @return string The name of the specified field index on success.
*/
function mysql_field_name($result, $field_offset)
{
}
Function Calls
None |
Stats
MD5 | ae071fdcd94dafc23bc8dcfe403c854e |
Eval Count | 0 |
Decode Time | 97 ms |