GoLang swoole_async_readfile

request it (216)
GoLang replacement for PHP's swoole_async_readfile [edit | history]



Do you know a GoLang replacement for PHP's swoole_async_readfile? Write it!

PHP swoole_async_readfile

PHP original manual for swoole_async_readfile [ show | php.net ]

swoole_async_readfile

(PHP 5 >= 5.2.0, PHP 7, PECL swoole >= 1.9.0)

swoole_async_readfileRead a file asynchronously

Description

bool swoole_async_readfile ( string $filename , callable $callback )

Parameters

filename

The filename of the file being read.

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

The name of the file.

content

The content readed from the file.

Return Values

Returns TRUE on success or FALSE on failure.