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 /** * Send a FrontBase query * * @phpstub * * @param string $query * @param r..

Decoded Output download

<?php

/**
 * Send a FrontBase query
 *
 * @phpstub
 *
 * @param string $query
 * @param resource $link_identifier
 * @param int $batch_size
 *
 * @return resource returns true (non-zero) or false
 *                  to indicate whether or not the query succeeded.  A return value
 *                  of true means that the query was legal and could be executed by
 *                  the server.  It does not indicate anything about the number of
 *                  rows affected or returned. It is perfectly possible for a query
 *                  to succeed but affect no rows or return no rows.
 */
function fbsql_query($query, $link_identifier = NULL, $batch_size = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Send a FrontBase query
 *
 * @phpstub
 *
 * @param string $query
 * @param resource $link_identifier
 * @param int $batch_size
 *
 * @return resource returns true (non-zero) or false
 *                  to indicate whether or not the query succeeded.  A return value
 *                  of true means that the query was legal and could be executed by
 *                  the server.  It does not indicate anything about the number of
 *                  rows affected or returned. It is perfectly possible for a query
 *                  to succeed but affect no rows or return no rows.
 */
function fbsql_query($query, $link_identifier = NULL, $batch_size = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 b6a7d21a74b84f4fc078e2aeb6da0fe1
Eval Count 0
Decode Time 91 ms