LdapTools\Object\LdapObjectCollection::count PHP 메소드

count() 공개 메소드

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