PHPHtmlParser\Dom\Collection::count PHP Méthode

count() public méthode

Returns the count of the collection.
public count ( ) : integer
Résultat integer
    public function count()
    {
        return count($this->collection);
    }