EventBufferEvent::readBuffer

(PECL event >= 1.2.6-beta)

EventBufferEvent::readBufferDrains the entire contents of the input buffer and places them into buf

說明

public EventBufferEvent::readBuffer( EventBuffer $buf ): bool

Drains the entire contents of the input buffer and places them into buf .

參數(shù)

buf

Target buffer

返回值

成功時(shí)返回 true, 或者在失敗時(shí)返回 false。

參見