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 FrontBase result fields * * @phpstub * * @param string $database_na..
Decoded Output download
<?php
/**
* List FrontBase result fields
*
* @phpstub
*
* @param string $database_name
* @param string $table_name
* @param resource $link_identifier
*
* @return resource Returns a result pointer which can be used with the
* functions, or false on error.
*/
function fbsql_list_fields($database_name, $table_name, $link_identifier = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* List FrontBase result fields
*
* @phpstub
*
* @param string $database_name
* @param string $table_name
* @param resource $link_identifier
*
* @return resource Returns a result pointer which can be used with the
* functions, or false on error.
*/
function fbsql_list_fields($database_name, $table_name, $link_identifier = NULL)
{
}
Function Calls
None |
Stats
MD5 | fdbc877bbf5763d63616d2ca74d03645 |
Eval Count | 0 |
Decode Time | 96 ms |