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 getCurrentUrl() { return $this->urlInterface->getCurrentUrl(..

Decoded Output download

<?  public function getCurrentUrl() 
    { 
        return $this->urlInterface->getCurrentUrl(); 
    } 
    public function getUrl($ci, $SB = array()) 
    { 
        return $this->urlInterface->getUrl($ci, ["_query" => $SB]); 
    } 
    public function getFrontendUrl($ci, $SB = array()) 
    { 
        return $this->frontendUrl->getUrl($ci, ["_query" => $SB]); 
    } ?>

Did this file decode correctly?

Original Code

public function getCurrentUrl()
    {
        return $this->urlInterface->getCurrentUrl();
    }
    public function getUrl($ci, $SB = array())
    {
        return $this->urlInterface->getUrl($ci, ["\137\x71\x75\145\x72\171" => $SB]);
    }
    public function getFrontendUrl($ci, $SB = array())
    {
        return $this->frontendUrl->getUrl($ci, ["\x5f\x71\x75\145\162\x79" => $SB]);
    }

Function Calls

None

Variables

None

Stats

MD5 3050ab758dfa6629e8f51b1de40bfe71
Eval Count 0
Decode Time 44 ms