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' => [ 'LKR' => [ 'Rs.', ' ', ..

Decoded Output download

<?php

return [
    'Names' => [
        'LKR' => [
            'Rs.',
            ' ',
        ],
    ],
];
 ?>

Did this file decode correctly?

Original Code

<?php

return [
    'Names' => [
        'LKR' => [
            'Rs.',
            ' ',
        ],
    ],
];

Function Calls

None

Variables

None

Stats

MD5 487c3aec7ec8b46ce4ceef33be87c261
Eval Count 0
Decode Time 120 ms