LdapTools\Object\LdapObjectCollection::first PHP Метод

first() публичный Метод

Sets the collection array pointer to the first element and returns it.
public first ( ) : LdapObject | boolean
Результат LdapObject | boolean
    public function first()
    {
        return reset($this->objects);
    }