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 field type * * @phpstub * * @param resource $result * @param int $f..
Decoded Output download
<?php
/**
* Get field type
*
* @phpstub
*
* @param resource $result
* @param int $field_offset
*
* @return string The type of the field. One of ,
* , , ,
* or . This functions will
* return false on failure.
*/
function msql_field_type($result, $field_offset)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get field type
*
* @phpstub
*
* @param resource $result
* @param int $field_offset
*
* @return string The type of the field. One of ,
* , , ,
* or . This functions will
* return false on failure.
*/
function msql_field_type($result, $field_offset)
{
}
Function Calls
None |
Stats
MD5 | 9df6b6cee4b0ac118958f9c42391c29f |
Eval Count | 0 |
Decode Time | 83 ms |