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 /** * Number of columns in a result * * @phpstub * * @param resource $result_i..
Decoded Output download
<?php
/**
* Number of columns in a result
*
* @phpstub
*
* @param resource $result_id
*
* @return int Returns the number of fields, or -1 on error.
*/
function odbc_num_fields($result_id)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Number of columns in a result
*
* @phpstub
*
* @param resource $result_id
*
* @return int Returns the number of fields, or -1 on error.
*/
function odbc_num_fields($result_id)
{
}
Function Calls
| None |
Stats
| MD5 | 6e47d1b15673859c0b012d9f3f383f0e |
| Eval Count | 0 |
| Decode Time | 67 ms |