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 number of rows affected during statement execution * * @phpstub *..

Decoded Output download

<?php

/**
 * Returns number of rows affected during statement execution
 *
 * @phpstub
 *
 * @param resource $statement
 *
 * @return int Returns the number of rows affected as an integer, or false on errors.
 */
function oci_num_rows($statement)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns number of rows affected during statement execution
 *
 * @phpstub
 *
 * @param resource $statement
 *
 * @return int Returns the number of rows affected as an integer, or false on errors.
 */
function oci_num_rows($statement)
{
}

Function Calls

None

Variables

None

Stats

MD5 7f02e1d47c7e4a45b1c1073957d5ad1d
Eval Count 0
Decode Time 81 ms