LdapTools\Object\LdapObjectCollection::key PHP Метод

key() публичный Метод

Gets the index of the current position in the collection.
public key ( ) : integer
Результат integer
    public function key()
    {
        return key($this->objects);
    }