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 /** * Return the number of rows in statements result set * * @phpstub * * @par..
Decoded Output download
<?php
/**
* Return the number of rows in statements result set
*
* @phpstub
*
* @param resource $stmt
*
* @return int An integer representing the number of rows in result set.
*/
function maxdb_stmt_num_rows($stmt)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Return the number of rows in statements result set
*
* @phpstub
*
* @param resource $stmt
*
* @return int An integer representing the number of rows in result set.
*/
function maxdb_stmt_num_rows($stmt)
{
}
Function Calls
None |
Stats
MD5 | b86f896b602b21d99236787f968ad568 |
Eval Count | 0 |
Decode Time | 87 ms |