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 // +---------------------------------------------------------------------- // | // ..

Decoded Output download

<?php
// +----------------------------------------------------------------------
// | 
// +----------------------------------------------------------------------

return [
    // 
    'default_lang'    => env('DEFAULT_LANG', 'zh-cn'),
    // 
    'allow_lang_list' => [],
    // 
    'detect_var'      => 'lang',
    // Cookie
    'use_cookie'      => true,
    // cookie
    'cookie_var'      => 'think_lang',
    // header
    'header_var'      => 'think-lang',
    // 
    'extend_list'     => [],
    // Accept-Language
    'accept_language' => [
        'zh-hans-cn' => 'zh-cn',
    ],
    // 
    'allow_group'     => false,
];
 ?>

Did this file decode correctly?

Original Code

<?php
// +----------------------------------------------------------------------
// | 
// +----------------------------------------------------------------------

return [
    // 
    'default_lang'    => env('DEFAULT_LANG', 'zh-cn'),
    // 
    'allow_lang_list' => [],
    // 
    'detect_var'      => 'lang',
    // Cookie
    'use_cookie'      => true,
    // cookie
    'cookie_var'      => 'think_lang',
    // header
    'header_var'      => 'think-lang',
    // 
    'extend_list'     => [],
    // Accept-Language
    'accept_language' => [
        'zh-hans-cn' => 'zh-cn',
    ],
    // 
    'allow_group'     => false,
];

Function Calls

None

Variables

None

Stats

MD5 4b071ea23e8a0d0315665a2e0f8b14e1
Eval Count 0
Decode Time 95 ms