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 MySQL table fields * * @phpstub * * @param string $database_name *..

Decoded Output download

<?php

/**
 * List MySQL table fields
 *
 * @phpstub
 *
 * @param string $database_name
 * @param string $table_name
 * @param resource $link_identifier
 *
 * @return resource A result pointer ``resource`` on success, or false on
 *                  failure.
 */
function mysql_list_fields($database_name, $table_name, $link_identifier = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * List MySQL table fields
 *
 * @phpstub
 *
 * @param string $database_name
 * @param string $table_name
 * @param resource $link_identifier
 *
 * @return resource A result pointer ``resource`` on success, or false on
 *                  failure.
 */
function mysql_list_fields($database_name, $table_name, $link_identifier = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 4f0bfd926d748c0e98d06f1cc9263f77
Eval Count 0
Decode Time 89 ms