(PHP 5 >= 5.2.0, PHP 7, PECL swoole >= 1.9.0)
swoole_async_readfile — Read a file asynchronously
$filename
   , string $callback
   )
filenameThe filename being read.
callbackfilenameThe name of the file.
contentThe content readed from the file.
   Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.