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 $container->loadFromExtension('swiftmailer', [ 'transport' => null, ]); ..
Decoded Output download
<?php
$container->loadFromExtension('swiftmailer', [
'transport' => null,
]);
?>
Did this file decode correctly?
Original Code
<?php
$container->loadFromExtension('swiftmailer', [
'transport' => null,
]);
Function Calls
None |
Stats
MD5 | bc3bb4bdca72dc603397602ffde6c240 |
Eval Count | 0 |
Decode Time | 98 ms |