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