PhpSandbox\PHPSandbox::hasWhitelistedOperators PHP 메소드

hasWhitelistedOperators() 공개 메소드

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