Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

public function getWorkMode() { if (!$this->license) { $this->_..

Decoded Output download

<?  public function getWorkMode() 
    { 
        if (!$this->license) { 
            $this->_obfuscated_FF9FA39D89C086ADACB6A49FB1AF9AA0A4A094A7BCA8A1_(); 
        } 
        return $this->license["mode"]; 
    } ?>

Did this file decode correctly?

Original Code

public function getWorkMode()
    {
        if (!$this->license) {
            $this->_obfuscated_FF9FA39D89C086ADACB6A49FB1AF9AA0A4A094A7BCA8A1_();
        }
        return $this->license["mode"];
    }

Function Calls

None

Variables

None

Stats

MD5 3fd1df5b8b5b5bcc637796e26efce2b9
Eval Count 0
Decode Time 45 ms