The RdKafka\Metadata\Collection class

(PECL rdkafka >= 0.9.1)

Introduction

The Collection class is used as a collection of metadata items. It implements Countable and Iterable, so it can be used with count() and foreach.

Class synopsis

RdKafka\Metadata\Collection implements Countable , Iterator {
/* Methods */
public count ( void ) : int
public current ( void ) : mixed
public key ( void ) : scalar
public next ( void ) : void
public rewind ( void ) : void
public valid ( void ) : boolean
}

Table of Contents