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' => 'Elfizetsek kezelse',
        ],

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

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

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

        'sidebar' => [

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

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

        ],

        'theme_switcher' => [

            'dark' => [
                'label' => 'Stt md bekapcsolsa',
            ],

            'light' => [
                'label' => 'Vilgos md bekapcsolsa',
            ],

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

        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'direction' => 'ltr',

    'actions' => [

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

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

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

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

        'sidebar' => [

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

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

        ],

        'theme_switcher' => [

            'dark' => [
                'label' => 'Stt md bekapcsolsa',
            ],

            'light' => [
                'label' => 'Vilgos md bekapcsolsa',
            ],

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

        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 69ba341029a51e547c5965cf9824c484
Eval Count 0
Decode Time 112 ms