Event
PHP Manual

The EventBufferPosition class

(No version information available, might only be in SVN)

Introduction

Represents position within EventBuffer . Used to inspect data of an event buffer.

Class synopsis

final EventBufferPosition {
/* Properties */
public readonly integer $position ;
/* Methods */
public __construct ( void )
}

Properties

position

Position within event buffer

Table of Contents


Event
PHP Manual