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 /** * Get number of affected rows in previous FrontBase operation * * @phpstub ..

Decoded Output download

<?php

/**
 * Get number of affected rows in previous FrontBase operation
 *
 * @phpstub
 *
 * @param resource $link_identifier
 *
 * @return int If the last query failed, this function will return -1.
 */
function fbsql_affected_rows($link_identifier = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get number of affected rows in previous FrontBase operation
 *
 * @phpstub
 *
 * @param resource $link_identifier
 *
 * @return int If the last query failed, this function will return -1.
 */
function fbsql_affected_rows($link_identifier = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 b04d223e3363823aab1b4c8f962d4c4a
Eval Count 0
Decode Time 301 ms