update lock clucknut
All checks were successful
All checks were successful
This commit is contained in:
@@ -5,12 +5,8 @@
|
||||
use Safe\Exceptions\SwooleException;
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @param string $hostname The host name.
|
||||
* @param callable $callback The host name.
|
||||
*
|
||||
* The IP address.
|
||||
* @param string $hostname
|
||||
* @param callable $callback
|
||||
* @throws SwooleException
|
||||
*
|
||||
*/
|
||||
@@ -25,12 +21,8 @@ function swoole_async_dns_lookup(string $hostname, callable $callback): void
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @param string $filename The filename of the file being read.
|
||||
* @param string $callback The name of the file.
|
||||
*
|
||||
* The content read from the file.
|
||||
* @param string $filename
|
||||
* @param string $callback
|
||||
* @throws SwooleException
|
||||
*
|
||||
*/
|
||||
@@ -45,11 +37,9 @@ function swoole_async_readfile(string $filename, string $callback): void
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @param string $filename The filename being written.
|
||||
* @param string $content The content writing to the file.
|
||||
* @param int $offset The offset.
|
||||
* @param string $filename
|
||||
* @param string $content
|
||||
* @param int $offset
|
||||
* @param callable $callback
|
||||
* @throws SwooleException
|
||||
*
|
||||
@@ -71,10 +61,8 @@ function swoole_async_write(string $filename, string $content, ?int $offset = nu
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @param string $filename The filename being written.
|
||||
* @param string $content The content writing to the file.
|
||||
* @param string $filename
|
||||
* @param string $content
|
||||
* @param callable $callback
|
||||
* @param int $flags
|
||||
* @throws SwooleException
|
||||
@@ -97,8 +85,6 @@ function swoole_async_writefile(string $filename, string $content, ?callable $ca
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @param callable $callback
|
||||
* @throws SwooleException
|
||||
*
|
||||
@@ -114,8 +100,6 @@ function swoole_event_defer(callable $callback): void
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @param int $fd
|
||||
* @throws SwooleException
|
||||
*
|
||||
@@ -131,8 +115,6 @@ function swoole_event_del(int $fd): void
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @param int $fd
|
||||
* @param string $data
|
||||
* @throws SwooleException
|
||||
|
||||
Reference in New Issue
Block a user