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' => [ 'LRD' => [ '$', 'Liberian..

Decoded Output download

<?php

return [
    'Names' => [
        'LRD' => [
            '$',
            'Liberian Dollar',
        ],
    ],
];
 ?>

Did this file decode correctly?

Original Code

<?php

return [
    'Names' => [
        'LRD' => [
            '$',
            'Liberian Dollar',
        ],
    ],
];

Function Calls

None

Variables

None

Stats

MD5 c9d5953c30b4ce039439e3b143fad17c
Eval Count 0
Decode Time 99 ms