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);
    }