Eloquent\Phony\Spy\ArraySpy::current PHP Méthode

current() public méthode

Get the current value.
public current ( ) : mixed
Résultat mixed The current value.
    public function current()
    {
        return current($this->array);
    }