array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'eventbuffer.substr.php', 1 => 'EventBuffer::substr', 2 => 'Subtracts a portion of the buffer data', ), 'up' => array ( 0 => 'class.eventbuffer.php', 1 => 'EventBuffer', ), 'prev' => array ( 0 => 'eventbuffer.searcheol.php', 1 => 'EventBuffer::searchEol', ), 'next' => array ( 0 => 'eventbuffer.unfreeze.php', 1 => 'EventBuffer::unfreeze', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/event/eventbuffer/substr.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

EventBuffer::substr

(PECL event >= 1.6.0)

EventBuffer::substrSubtracts a portion of the buffer data

Beschreibung

public function EventBuffer::substr( int $start , int $length = ?): string

Subtracts up to length bytes of the buffer data beginning at start position.

Parameter-Liste

start
The start position of data to be subtracted.
length
Maximum number of bytes to subtract.

Rückgabewerte

Returns the data subtracted as a string on success, or false on failure.

Siehe auch