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' => [ 'DKK' => [ 'kr.', 'DKK', ..

Decoded Output download

<?php

return [
    'Names' => [
        'DKK' => [
            'kr.',
            'DKK',
        ],
        'EUR' => [
            '',
            'euro',
        ],
    ],
];
 ?>

Did this file decode correctly?

Original Code

<?php

return [
    'Names' => [
        'DKK' => [
            'kr.',
            'DKK',
        ],
        'EUR' => [
            '',
            'euro',
        ],
    ],
];

Function Calls

None

Variables

None

Stats

MD5 7c04e7c52e959a5aa6679a0808c1618a
Eval Count 0
Decode Time 111 ms