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 scale of a field * * @phpstub * * @param resource $result * @pa..
Decoded Output download
<?php
/**
* Get the scale of a field
*
* @phpstub
*
* @param resource $result
* @param int $index
*
* @return int Returns the scale of the field, as an integer
*/
function ingres_field_scale($result, $index)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get the scale of a field
*
* @phpstub
*
* @param resource $result
* @param int $index
*
* @return int Returns the scale of the field, as an integer
*/
function ingres_field_scale($result, $index)
{
}
Function Calls
None |
Stats
MD5 | bc3770233e35184bd5de94feb5b0a7a5 |
Eval Count | 0 |
Decode Time | 78 ms |