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

last() 공개 메소드

Sets the collection array pointer to the last element and returns it.
public last ( ) : LdapObject | boolean
리턴 LdapObject | boolean
    public function last()
    {
        return end($this->objects);
    }