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 /** * Returns the data type of the indicated column in a result set * * @phpstub..
Decoded Output download
<?php
/**
* Returns the data type of the indicated column in a result set
*
* @phpstub
*
* @param resource $stmt
* @param mixed $column
*
* @return string Returns a string containing the defined data type of the specified column.
* If the specified column does not exist in the result set,
* returns false.
*/
function db2_field_type($stmt, $column)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns the data type of the indicated column in a result set
*
* @phpstub
*
* @param resource $stmt
* @param mixed $column
*
* @return string Returns a string containing the defined data type of the specified column.
* If the specified column does not exist in the result set,
* returns false.
*/
function db2_field_type($stmt, $column)
{
}
Function Calls
None |
Stats
MD5 | 0d5a91f91e8dd82a696e979c34995d91 |
Eval Count | 0 |
Decode Time | 80 ms |