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

EventBuffer::readLine - Extracts a line from the front of the buffer | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

EventBuffer::readLine

(PECL event >= 1.2.6-beta)

EventBuffer::readLineExtracts a line from the front of the buffer

説明

public string EventBuffer::readLine ( int $eol_style )

Extracts a line from the front of the buffer and returns it in a newly allocated string. If there is not a whole line to read, the function returns NULL. The line terminator is not included in the copied string.

パラメータ

eol_style

One of EventBuffer:EOL_* constants .

返り値

On success returns the line read from the buffer, otherwise NULL.

参考


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

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