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 /** * FecShop file. * * @link http://www.fecshop.com/ * @copyright Copyright (c)..

Decoded Output download

<?php
/**
 * FecShop file.
 *
 * @link http://www.fecshop.com/
 * @copyright Copyright (c) 2016 FecShop Software LLC
 * @license http://www.fecshop.com/license/
 */
return [
    'catalogsearch' => [
        'class' => 'ecshopppppserver\modules\Catalogsearch\Module',
        /**
         * params
         */
        'params'=> [
            //'categorysearch_filter_attr' =>[
            //	'color','size',
            //],
            // title  %s 
            'search_page_title_format' => 'Search Text: %s ',
            //  meta keywords %s 
            'search_page_meta_keywords_format' => 'Search Text: %s ',
            //  meta description %s 
            'search_page_meta_description_format' => 'Search Text: %s ',
            // 
            'product_search_max_count'  => 1000,
            // 
            'search_breadcrumbs'        => true,

            //'search_filter_category' 	=> true,

            'search_query' =>[
                // 30
                //'numPerPage' => [30, 60, 90],        // 

                // 
                'price_range' => [
                /*
                    '0-10',
                    '10-20',
                    '20-30',
                    '30-50',
                    '50-100',
                    '100-150',
                    '150-300',
                    '300-500',
                    '500-1000',
                    '1000-',
                */
                ],
            ],
        ],
    ]
]; ?>

Did this file decode correctly?

Original Code

<?php
/**
 * FecShop file.
 *
 * @link http://www.fecshop.com/
 * @copyright Copyright (c) 2016 FecShop Software LLC
 * @license http://www.fecshop.com/license/
 */
return [
    'catalogsearch' => [
        'class' => '\fecshop\app\appserver\modules\Catalogsearch\Module',
        /**
         * params
         */
        'params'=> [
            //'categorysearch_filter_attr' =>[
            //	'color','size',
            //],
            // title  %s 
            'search_page_title_format' => 'Search Text: %s ',
            //  meta keywords %s 
            'search_page_meta_keywords_format' => 'Search Text: %s ',
            //  meta description %s 
            'search_page_meta_description_format' => 'Search Text: %s ',
            // 
            'product_search_max_count'  => 1000,
            // 
            'search_breadcrumbs'        => true,

            //'search_filter_category' 	=> true,

            'search_query' =>[
                // 30
                //'numPerPage' => [30, 60, 90],        // 

                // 
                'price_range' => [
                /*
                    '0-10',
                    '10-20',
                    '20-30',
                    '30-50',
                    '50-100',
                    '100-150',
                    '150-300',
                    '300-500',
                    '500-1000',
                    '1000-',
                */
                ],
            ],
        ],
    ]
];

Function Calls

None

Variables

None

Stats

MD5 38247b1eb69cf79738bdb77e563b4104
Eval Count 0
Decode Time 110 ms