swoole_async_readfile
Read a file asynchronously
説明
bool swoole_async_readfile(string $filename
, callable $callback
)
パラメータ
-
filename
-
The filename of the file being read.
-
callback
-
mixed callback(string $filename
, string $content
)
-
filename
-
The name of the file.
-
content
-
The content read from the file.
戻り値
成功した場合に true
を、失敗した場合に false
を返します。