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

previous() 공개 메소드

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