PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

EventBuffer::appendFrom - Moves the specified number of bytes from a source buffer to the end of the current buffer | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

EventBuffer::appendFrom

(PECL event >= 1.6.0)

EventBuffer::appendFromMoves the specified number of bytes from a source buffer to the end of the current buffer

説明

public int EventBuffer::appendFrom ( EventBuffer $buf , int $len )

Moves the specified number of bytes from a source buffer to the end of the current buffer. If there are fewer number of bytes, it moves all the bytes available from the source buffer.

パラメータ

buf

Source buffer.

len

返り値

Returns the number of bytes read.

変更履歴

バージョン 説明
1.6.0 Renamed EventBuffer::appendFrom()(the old method name) to EventBuffer::appendFrom().

参考


忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「EventBuffer::appendFrom - Moves the specified number of bytes from a source buffer to the end of the current buffer」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | EventBuffer::appendFrom - Moves the specified number of bytes from a source buffer to the end of the current buffer」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: