LdapTools\Object\LdapObjectCollection::count PHP Méthode

count() public méthode

The number of LdapObjects in the collection.
public count ( ) : integer
Résultat integer
    public function count()
    {
        return count($this->objects);
    }