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 [ 'active_locale' => [ 'label' => 'Mahalliy', ], ]; ..

Decoded Output download

<?php

return [

    'active_locale' => [
        'label' => 'Mahalliy',
    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'active_locale' => [
        'label' => 'Mahalliy',
    ],

];

Function Calls

None

Variables

None

Stats

MD5 c9cd8878b491ae30e60657c48572c5dc
Eval Count 0
Decode Time 105 ms