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' => [ 'SLE' => [ 'Le', 'Lewoon ..

Decoded Output download

<?php

return [
    'Names' => [
        'SLE' => [
            'Le',
            'Lewoon Seraa Liyon',
        ],
    ],
];
 ?>

Did this file decode correctly?

Original Code

<?php

return [
    'Names' => [
        'SLE' => [
            'Le',
            'Lewoon Seraa Liyon',
        ],
    ],
];

Function Calls

None

Variables

None

Stats

MD5 092eb25bf65cd82be79990f3093bd117
Eval Count 0
Decode Time 102 ms