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' => [ 'GNF' => [ 'FG', 'GNF', ..

Decoded Output download

<?php

return [
    'Names' => [
        'GNF' => [
            'FG',
            'GNF',
        ],
    ],
];
 ?>

Did this file decode correctly?

Original Code

<?php

return [
    'Names' => [
        'GNF' => [
            'FG',
            'GNF',
        ],
    ],
];

Function Calls

None

Variables

None

Stats

MD5 6c4f7c06459ca3c34ee854d9fb9a01fa
Eval Count 0
Decode Time 99 ms