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 type of the specified field in a result * * @phpstub * * @param ..
Decoded Output download
<?php
/**
* Get the type of the specified field in a result
*
* @phpstub
*
* @param resource $result
* @param int $field_offset
*
* @return string The returned field type
* will be one of , ,
* , , and others as
* detailed in the .
*/
function mysql_field_type($result, $field_offset)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get the type of the specified field in a result
*
* @phpstub
*
* @param resource $result
* @param int $field_offset
*
* @return string The returned field type
* will be one of , ,
* , , and others as
* detailed in the .
*/
function mysql_field_type($result, $field_offset)
{
}
Function Calls
None |
Stats
MD5 | 99c16eb92fb1a7317a3ddfbcb47e5f61 |
Eval Count | 0 |
Decode Time | 81 ms |