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 /** * Returns the number of rows affected by an SQL statement * * @phpstub * *..

Decoded Output download

<?php

/**
 * Returns the number of rows affected by an SQL statement
 *
 * @phpstub
 *
 * @param resource $stmt
 *
 * @return int Returns the number of rows affected by the last SQL statement issued by
 *             the specified statement handle.
 */
function db2_num_rows($stmt)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns the number of rows affected by an SQL statement
 *
 * @phpstub
 *
 * @param resource $stmt
 *
 * @return int Returns the number of rows affected by the last SQL statement issued by
 *             the specified statement handle.
 */
function db2_num_rows($stmt)
{
}

Function Calls

None

Variables

None

Stats

MD5 287c6875bce474419bdca371213c5b08
Eval Count 0
Decode Time 76 ms