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

current() public méthode

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