GoLang Swoole\Async::readFile

request it (247)
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

public static void 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.