Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

$a_date = "2040-11-23"; echo date("Y-m-t", strtotime($a_date));..

Decoded Output download

<?  $a_date = "2040-11-23"; 
echo date("Y-m-t", strtotime($a_date)); ?>

Did this file decode correctly?

Original Code

$a_date = "2040-11-23";
echo date("Y-m-t", strtotime($a_date));

Function Calls

strtotime 1

Variables

$a_date 2040-11-23

Stats

MD5 f20407260af94f380878b9bebf644fc3
Eval Count 0
Decode Time 89 ms