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 /** * Returns the error message from previous operation * * @phpstub * * @para..

Decoded Output download

<?php

/**
 * Returns the error message from previous operation
 *
 * @phpstub
 *
 * @param resource $link_identifier
 *
 * @return string Returns the error text from the last fbsql function, or
 *                (the empty string) if no error occurred.
 */
function fbsql_error($link_identifier = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns the error message from previous operation
 *
 * @phpstub
 *
 * @param resource $link_identifier
 *
 * @return string Returns the error text from the last fbsql function, or
 *                (the empty string) if no error occurred.
 */
function fbsql_error($link_identifier = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 4299bcf48c8dcea430fb4c89e6420c06
Eval Count 0
Decode Time 108 ms