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 namespace PicoDb; use Exception; /** * SQLException * * @package PicoDb * @au..
Decoded Output download
<?php
namespace PicoDb;
use Exception;
/**
* SQLException
*
* @package PicoDb
* @author Frederic Guillot
*/
class SQLException extends Exception
{
}
?>
Did this file decode correctly?
Original Code
<?php
namespace PicoDb;
use Exception;
/**
* SQLException
*
* @package PicoDb
* @author Frederic Guillot
*/
class SQLException extends Exception
{
}
Function Calls
None |
Stats
MD5 | fc48bf63df8f60302f42b172fba0f062 |
Eval Count | 0 |
Decode Time | 84 ms |