EventBuffer::substr

EventBuffer::substr

(PECL event >= 1.6.0)

EventBuffer::substrSubstracts a portion of the buffer data

Description

public string EventBuffer::substr (  int $start  [,  int $length  ] )

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

Parameters

start

The start position of data to be substracted.

length

Maximum number of bytes to substract.

Return Values

Returns the data substracted as a string on success, or FALSE on failure.

See Also

© 1997–2017 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://secure.php.net/manual/en/eventbuffer.substr.php

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部