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 number of fields returned by the last query * * @phpstub * * @pa..
Decoded Output download
<?php
/**
* Get the number of fields returned by the last query
*
* @phpstub
*
* @param resource $result
*
* @return int Returns the number of fields
*/
function ingres_num_fields($result)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get the number of fields returned by the last query
*
* @phpstub
*
* @param resource $result
*
* @return int Returns the number of fields
*/
function ingres_num_fields($result)
{
}
Function Calls
None |
Stats
MD5 | f094c6b7a03c6ca84e79aa96457b1158 |
Eval Count | 0 |
Decode Time | 107 ms |