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', [ 'antiflood' => true, ]); ..

Decoded Output download

<?php

$container->loadFromExtension('swiftmailer', [
    'antiflood' => true,
]);
 ?>

Did this file decode correctly?

Original Code

<?php

$container->loadFromExtension('swiftmailer', [
    'antiflood' => true,
]);

Function Calls

None

Variables

None

Stats

MD5 fcbc7db41371736631827cdb3906f914
Eval Count 0
Decode Time 102 ms