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 MySQL database * * @phpstub * * @param string $database..
Decoded Output download
<?php
/**
* List tables in a MySQL database
*
* @phpstub
*
* @param string $database
* @param resource $link_identifier
*
* @return resource A result pointer ``resource`` on success.
*/
function mysql_list_tables($database, $link_identifier = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* List tables in a MySQL database
*
* @phpstub
*
* @param string $database
* @param resource $link_identifier
*
* @return resource A result pointer ``resource`` on success.
*/
function mysql_list_tables($database, $link_identifier = NULL)
{
}
Function Calls
None |
Stats
MD5 | 263d9080e2a7899dd091f28cc594d9a6 |
Eval Count | 0 |
Decode Time | 85 ms |