update page now
Laravel Live Japan

EventBufferEvent::getInput

(PECL event >= 1.2.6-beta)

EventBufferEvent::getInputReturns underlying input buffer associated with current buffer event

Опис

public EventBufferEvent::getInput(): EventBuffer

Returns underlying input buffer associated with current buffer event. An input buffer is a storage for data to read.

Note, there is also input property of EventBufferEvent class.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Returns instance of EventBuffer input buffer associated with current buffer event.

Приклади

Приклад #1 Buffer event's read callback

<?php
function readcb($bev, $base) {
$input = $bev->input; /$bev->getInput();

while (($n = $input->remove($buf, 1024)) > 0) {
echo
$buf;
}
}
?>

Прогляньте також

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top

Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!

Check out: eBank.nz (Art Generator) | Netwrck.com (AI Tools) | Text-Generator.io (AI API) | BitBank.nz (Crypto AI) | ReadingTime (Kids Reading) | RewordGame | BigMultiplayerChess | WebFiddle | How.nz | Helix AI Assistant