phasync\fread() function

Documentation

Coroutine aware binary-safe file read

Signature

function fread($stream, int $length): string|false

Parameters

NameTypeDefault
$stream mixed required
$length int required

Returns

string|false

Source

src/functions.php:148-151