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 /** @phpstub */ class CairoPsLevel { const LEVEL_2 = 0; const LEVEL_3 = 1; ..
Decoded Output download
<?php
/** @phpstub */
class CairoPsLevel
{
const LEVEL_2 = 0;
const LEVEL_3 = 1;
} ?>
Did this file decode correctly?
Original Code
<?php
/** @phpstub */
class CairoPsLevel
{
const LEVEL_2 = 0;
const LEVEL_3 = 1;
}
Function Calls
None |
Stats
MD5 | 6fff73b88ec0cfedee82043008f627e2 |
Eval Count | 0 |
Decode Time | 151 ms |