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 affected rows in a previous MaxDB operation * * @phpstu..
Decoded Output download
<?php
/**
* Gets the number of affected rows in a previous MaxDB operation
*
* @phpstub
*
* @param resource $link
*
* @return int An integer greater than zero indicates the number of rows affected or retrieved.
* Zero indicates that no records where updated for an UPDATE statement, no rows matched
* the WHERE clause in the query or that no query has yet been executed.
* -1 indicates that the number of rows affected can not be determined.
*/
function maxdb_affected_rows($link)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Gets the number of affected rows in a previous MaxDB operation
*
* @phpstub
*
* @param resource $link
*
* @return int An integer greater than zero indicates the number of rows affected or retrieved.
* Zero indicates that no records where updated for an UPDATE statement, no rows matched
* the WHERE clause in the query or that no query has yet been executed.
* -1 indicates that the number of rows affected can not be determined.
*/
function maxdb_affected_rows($link)
{
}
Function Calls
None |
Stats
MD5 | abbd18c390c29e77c16b5d9a227da573 |
Eval Count | 0 |
Decode Time | 100 ms |