LdapTools\Object\LdapObjectCollection::key PHP Method

key() public method

Gets the index of the current position in the collection.
public key ( ) : integer
return integer
    public function key()
    {
        return key($this->objects);
    }