swoole_async_readfile
Read a file asynchronously
&reftitle.description;
boolswoole_async_readfile
stringfilename
callablecallback
&reftitle.parameters;
filename
The filename of the file being read.
callback
mixedcallback
stringfilename
stringcontent
filename
The name of the file.
content
The content readed from the file.
&reftitle.returnvalues;
&return.success;