Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
if(strtotime('today midnight') >= 1545244200){ echo "expired"; } else { echo "a..
Decoded Output download
<? if(strtotime('today midnight') >= 1545244200){
echo "expired";
} else {
echo "active";
} ?>
Did this file decode correctly?
Original Code
if(strtotime('today midnight') >= 1545244200){
echo "expired";
} else {
echo "active";
}
Function Calls
| strtotime | 1 |
Stats
| MD5 | 95a7881d0ea9f5fbcd3cd6a99b73ba83 |
| Eval Count | 0 |
| Decode Time | 91 ms |