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 namespace fecshop\app\appfront\modules\Cms\block\widgets; use fecshop\interfaces\b..

Decoded Output download

<?php

namespace fecshopppppfront\modules\Cmslock\widgets;

use fecshop\interfaceslock\BlockCache;
use Yii;

class Footer implements BlockCache
{
    public function getLastData()
    {
        return [

        ];
    }

    public function getCacheKey()
    {
        $lang = Yii::$service->store->currentLanguage;

        return self::BLOCK_CACHE_PREFIX.'_'.$lang;
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace fecshop\app\appfront\modules\Cms\block\widgets;

use fecshop\interfaces\block\BlockCache;
use Yii;

class Footer implements BlockCache
{
    public function getLastData()
    {
        return [

        ];
    }

    public function getCacheKey()
    {
        $lang = Yii::$service->store->currentLanguage;

        return self::BLOCK_CACHE_PREFIX.'_'.$lang;
    }
}

Function Calls

None

Variables

None

Stats

MD5 3b9f65be9a64e501c21b86ce3b146973
Eval Count 0
Decode Time 110 ms