php8.5
Home/ Manual/ swoole / functions/ swoole_async_read

swoole_async_read

PHP function Edit on GitHub ✎

(PECL swoole >= 1.9.0)

Read file stream asynchronously

Description

swoole_async_read(string $filename, callable $callback, int $chunk_size = 65536, int $offset = 0): bool

Parameters

filename

The filename of the file being read.

callback
callback(string $filename, string $content): mixed
filename

The name of the file.

content

The content read from the file stream.

chunk_size

The chunk length.

offset

The offset.

Return Values

Whether the read is succeed.

Source: reference/swoole/functions/swoole-async-read.xml · from the official PHP manual (php/doc-en)