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 CairoFontWeight { const BOLD = 1; const NORMAL = 0; }..
Decoded Output download
<?php
/** @phpstub */
class CairoFontWeight
{
const BOLD = 1;
const NORMAL = 0;
} ?>
Did this file decode correctly?
Original Code
<?php
/** @phpstub */
class CairoFontWeight
{
const BOLD = 1;
const NORMAL = 0;
}
Function Calls
None |
Stats
MD5 | 53f8923ddd2efc78d88bb70955d9ba79 |
Eval Count | 0 |
Decode Time | 115 ms |