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

next() 공개 메소드

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