|
EventBufferEvent::getInputReturns underlying input buffer associated with current buffer event Description
public
EventBuffer
EventBufferEvent::getInput
( void
)
Returns underlying input buffer associated with current buffer event. An input buffer is a storage for data to read. Note, there is also input property of EventBufferEvent class. ParametersThis function has no parameters. Return ValuesReturns instance of EventBuffer input buffer associated with current buffer event. ExamplesExample #1 Buffer event's read callback
<?php See Also
|