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 return [ 'Names' => [ 'Mong' => '', ], ]; ..

Decoded Output download

<?php

return [
    'Names' => [
        'Mong' => '',
    ],
];
 ?>

Did this file decode correctly?

Original Code

<?php

return [
    'Names' => [
        'Mong' => '',
    ],
];

Function Calls

None

Variables

None

Stats

MD5 340c1dd6054220455932728c7ee16248
Eval Count 0
Decode Time 112 ms