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

Decoded Output download

<?php

return [

    'actions' => [

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

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'actions' => [

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

    ],

];

Function Calls

None

Variables

None

Stats

MD5 6f18f8199f91a1f432fb44a899121866
Eval Count 0
Decode Time 125 ms