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 an mSQL database * * @phpstub * * @param string $database..
Decoded Output download
<?php
/**
* List tables in an mSQL database
*
* @phpstub
*
* @param string $database
* @param resource $link_identifier
*
* @return resource Returns a result set which may be traversed with any function that fetches
* result sets, such as . On failure,
* this function will return false.
*/
function msql_list_tables($database, $link_identifier = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* List tables in an mSQL database
*
* @phpstub
*
* @param string $database
* @param resource $link_identifier
*
* @return resource Returns a result set which may be traversed with any function that fetches
* result sets, such as . On failure,
* this function will return false.
*/
function msql_list_tables($database, $link_identifier = NULL)
{
}
Function Calls
None |
Stats
MD5 | 9487a50bc093cc08f8edaf26b853e2b6 |
Eval Count | 0 |
Decode Time | 86 ms |