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