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

Decoded Output download

<?php

return [

    'actions' => [

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

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'actions' => [

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

    ],

];

Function Calls

None

Variables

None

Stats

MD5 dca4cf8a739949a9bb0344af15aeabc2
Eval Count 0
Decode Time 106 ms