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 /** * List tables in a FrontBase database * * @phpstub * * @param string $data..

Decoded Output download

<?php

/**
 * List tables in a FrontBase database
 *
 * @phpstub
 *
 * @param string $database
 * @param resource $link_identifier
 *
 * @return resource Returns a result pointer which can be used with the
 *                  function to read the actual table
 *                  names, or false on error.
 */
function fbsql_list_tables($database, $link_identifier = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * List tables in a FrontBase database
 *
 * @phpstub
 *
 * @param string $database
 * @param resource $link_identifier
 *
 * @return resource Returns a result pointer which can be used with the
 *                  function to read the actual table
 *                  names, or false on error.
 */
function fbsql_list_tables($database, $link_identifier = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 35b0c11122d893f66c26fbf766c1613d
Eval Count 0
Decode Time 72 ms