PhpSandbox\PHPSandbox::hasDefinedVars PHP Méthode

hasDefinedVars() public méthode

Query whether PHPSandbox instance has defined variables
public hasDefinedVars ( ) : integer
Résultat integer Returns the number of variables this instance has defined
    public function hasDefinedVars()
    {
        return count($this->definitions['variables']);
    }
PHPSandbox