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 in a result set * * @phpstub * * @param resourc..
Decoded Output download
<?php
/**
* Get the number of fields in a result set
*
* @phpstub
*
* @param resource $result_id
*
* @return int Returns the number of fields as an integer.
*/
function ibase_num_fields($result_id)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get the number of fields in a result set
*
* @phpstub
*
* @param resource $result_id
*
* @return int Returns the number of fields as an integer.
*/
function ibase_num_fields($result_id)
{
}
Function Calls
None |
Stats
MD5 | a1f5935fbed4ab8762d298618c2a7b00 |
Eval Count | 0 |
Decode Time | 104 ms |