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' => 'Schlieen..

Decoded Output download

<?php

return [

    'actions' => [

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

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'actions' => [

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

    ],

];

Function Calls

None

Variables

None

Stats

MD5 f8ad16beb06c586072eba86c6d4365ac
Eval Count 0
Decode Time 82 ms