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' => [ 'KMF' => [ 'CF', ' ', ..

Decoded Output download

<?php

return [
    'Names' => [
        'KMF' => [
            'CF',
            '  ',
        ],
    ],
];
 ?>

Did this file decode correctly?

Original Code

<?php

return [
    'Names' => [
        'KMF' => [
            'CF',
            '  ',
        ],
    ],
];

Function Calls

None

Variables

None

Stats

MD5 a5152630e5abf20e51d5f3b09104ba28
Eval Count 0
Decode Time 83 ms