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 [ 'title' => 'Papan pemuka', 'actions' => [ 'filter' => [..

Decoded Output download

<?php

return [

    'title' => 'Papan pemuka',

    'actions' => [

        'filter' => [

            'label' => 'Penapis',

            'modal' => [

                'heading' => 'Penapis',

                'actions' => [

                    'apply' => [

                        'label' => 'Mohon',

                    ],

                ],

            ],

        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'title' => 'Papan pemuka',

    'actions' => [

        'filter' => [

            'label' => 'Penapis',

            'modal' => [

                'heading' => 'Penapis',

                'actions' => [

                    'apply' => [

                        'label' => 'Mohon',

                    ],

                ],

            ],

        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 f0319f65b4c378d1aad0efdab23ae71c
Eval Count 0
Decode Time 99 ms