update : 2015.11.03
php.shukuma.com

검색:
 
 
Adds data to a buffer event's output buffer

EventBufferEvent::write

(PECL event >= 1.2.6-beta)

EventBufferEvent::writeAdds data to a buffer event's output buffer

설명

public bool EventBufferEvent::write ( string $data )

Adds data to a buffer event's output buffer

인수

data

Data to be added to the underlying buffer.

반환값

Returns TRUE on success. Otherwise FALSE.

참고