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);
    }