PhpSandbox\PHPSandbox::hasWhitelistedOperators PHP Méthode

hasWhitelistedOperators() public méthode

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