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' => [ 'NOK' => [ 'Nkr', 'norgga..

Decoded Output download

<?php

return [
    'Names' => [
        'NOK' => [
            'Nkr',
            'norgga kruvdno',
        ],
        'SEK' => [
            'kr',
            'ruoa kruvdno',
        ],
    ],
];
 ?>

Did this file decode correctly?

Original Code

<?php

return [
    'Names' => [
        'NOK' => [
            'Nkr',
            'norgga kruvdno',
        ],
        'SEK' => [
            'kr',
            'ruoa kruvdno',
        ],
    ],
];

Function Calls

None

Variables

None

Stats

MD5 9e764c14bc3465844fafcc057f0f6f46
Eval Count 0
Decode Time 104 ms