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 [ 'actions' => [ 'close' => [ 'label' => 'Sulje', ..

Decoded Output download

<?php

return [

    'actions' => [

        'close' => [
            'label' => 'Sulje',
        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'actions' => [

        'close' => [
            'label' => 'Sulje',
        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 cd74faeaeadc3dcd8eaabcbd060bbacf
Eval Count 0
Decode Time 86 ms