Eloquent\Phony\Spy\ArraySpy::key PHP Метод

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

Get the current key.
public key ( ) : mixed
Результат mixed The current key.
    public function key()
    {
        return key($this->array);
    }