LdapTools\Object\LdapObjectCollection::key PHP Méthode

key() public méthode

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