|
EventBufferEvent::getOutputReturns underlying output buffer associated with current buffer event Description
public
EventBuffer
EventBufferEvent::getOutput
( void
)
Returns underlying output buffer associated with current buffer event. An output buffer is a storage for data to be written. Note, there is also output property of EventBufferEvent class. ParametersThis function has no parameters. Return ValuesReturns instance of EventBuffer output buffer associated with current buffer event. ExamplesExample #1 EventBufferEvent::getOutput example
<?php See Also
|