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 [ 'single' => [ 'label' => 'Tahrirlash', 'modal' => [..

Decoded Output download

<?php

return [

    'single' => [

        'label' => 'Tahrirlash',

        'modal' => [

            'heading' => ':labelni tahrirlash',

            'actions' => [

                'save' => [
                    'label' => 'O\'zgarishlarni saqlash',
                ],

            ],

        ],

        'notifications' => [

            'saved' => [
                'title' => 'Saqlandi',
            ],

        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'single' => [

        'label' => 'Tahrirlash',

        'modal' => [

            'heading' => ':labelni tahrirlash',

            'actions' => [

                'save' => [
                    'label' => 'O\'zgarishlarni saqlash',
                ],

            ],

        ],

        'notifications' => [

            'saved' => [
                'title' => 'Saqlandi',
            ],

        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 ba5968f78c51f9fdfeacc1da56f93cee
Eval Count 0
Decode Time 99 ms