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