update pague now
PHP 8.5.2 Released!

The Swoole\Buffer class

(PECL swoole >= 1.9.0)

Introduction

Class synopsis

class Swoole\Buffer {
/* Methods */
public append ( string $data ): int
public clear (): void
public expand ( int $sice ): int
public read ( int $offset , int $length ): string
public recycle (): void
public substr ( int $offset , int $length = ? , bool $remove = ? ): string
public write ( int $offset , string $data ): void
}

Table of Contens

add a note

User Contributed Notes

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