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 that were affected by the previous query * * @ph..

Decoded Output download

<?php

/**
 * Return the number of rows that were affected by the previous query
 *
 * @phpstub
 *
 * @param resource $link_identifier
 *
 * @return int Returns the number of rows as an integer.
 */
function ibase_affected_rows($link_identifier = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Return the number of rows that were affected by the previous query
 *
 * @phpstub
 *
 * @param resource $link_identifier
 *
 * @return int Returns the number of rows as an integer.
 */
function ibase_affected_rows($link_identifier = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 5b8f2ee73140e6a26fba0933b7ccbaf1
Eval Count 0
Decode Time 91 ms