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' => [ 'open_documentation' => [ 'label'..

Decoded Output download

<?php

return [

    'actions' => [

        'open_documentation' => [
            'label' => '',
        ],

        'open_github' => [
            'label' => 'GitHub',
        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'actions' => [

        'open_documentation' => [
            'label' => '',
        ],

        'open_github' => [
            'label' => 'GitHub',
        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 dcf5091e48157253189a5546ff63d35c
Eval Count 0
Decode Time 91 ms