PhpSandbox\PHPSandbox::hasWhitelistKeywords PHP Méthode

hasWhitelistKeywords() public méthode

Query whether PHPSandbox instance has whitelisted keywords.
public hasWhitelistKeywords ( ) : integer
Résultat integer Returns the number of whitelisted keywords this instance has defined
    public function hasWhitelistKeywords()
    {
        return count($this->whitelist['keywords']);
    }
PHPSandbox