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 [ 'direction' => 'ltr', 'actions' => [ 'billing' => [ ..

Decoded Output download

<?php

return [

    'direction' => 'ltr',

    'actions' => [

        'billing' => [
            'label' => '  ',
        ],

        'logout' => [
            'label' => '  ',
        ],

        'open_database_notifications' => [
            'label' => ' ',
        ],

        'open_user_menu' => [
            'label' => ' ',
        ],

        'sidebar' => [

            'collapse' => [
                'label' => '  ',
            ],

            'expand' => [
                'label' => '  ',
            ],

        ],

        'theme_switcher' => [

            'dark' => [
                'label' => '   ',
            ],

            'light' => [
                'label' => '   ',
            ],

            'system' => [
                'label' => '   ',
            ],

        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'direction' => 'ltr',

    'actions' => [

        'billing' => [
            'label' => '  ',
        ],

        'logout' => [
            'label' => '  ',
        ],

        'open_database_notifications' => [
            'label' => ' ',
        ],

        'open_user_menu' => [
            'label' => ' ',
        ],

        'sidebar' => [

            'collapse' => [
                'label' => '  ',
            ],

            'expand' => [
                'label' => '  ',
            ],

        ],

        'theme_switcher' => [

            'dark' => [
                'label' => '   ',
            ],

            'light' => [
                'label' => '   ',
            ],

            'system' => [
                'label' => '   ',
            ],

        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 efedbc427cd153c5a787f16752ed4169
Eval Count 0
Decode Time 116 ms