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 /** * Enable or disable FrontBase warnings * * @phpstub * * @param bool $OnOff..

Decoded Output download

<?php

/**
 * Enable or disable FrontBase warnings
 *
 * @phpstub
 *
 * @param bool $OnOff
 *
 * @return bool Returns  true if warnings is turned on, false otherwise.
 */
function fbsql_warnings($OnOff = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Enable or disable FrontBase warnings
 *
 * @phpstub
 *
 * @param bool $OnOff
 *
 * @return bool Returns  true if warnings is turned on, false otherwise.
 */
function fbsql_warnings($OnOff = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 8c8f0faa067762b97833a326c617d6f4
Eval Count 0
Decode Time 101 ms