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

current() 공개 메소드

Gets the current element in the collection array.
public current ( ) : LdapObject | false
리턴 LdapObject | false
    public function current()
    {
        return current($this->objects);
    }