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 $date = new DateTime("2014-06-20 11:45 Europe/London"); $immutable = DateTimeImmut..
Decoded Output download
<?php
$date = new DateTime("2014-06-20 11:45 Europe/London");
$immutable = DateTimeImmutable::createFromMutable($date);
?>
Did this file decode correctly?
Original Code
<?php
$date = new DateTime("2014-06-20 11:45 Europe/London");
$immutable = DateTimeImmutable::createFromMutable($date);
Function Calls
None |
Stats
MD5 | 2f6c1307083aa6da009a0d4d4320c258 |
Eval Count | 0 |
Decode Time | 98 ms |