update lock clucknut
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 14s
Build, Push and Deploy / build-and-push (push) Successful in 3m14s
Build, Push and Deploy / deploy-staging (push) Successful in 25s
Build, Push and Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-04-18 20:32:18 +07:00
parent 4554035227
commit dcaf267458
3359 changed files with 153185 additions and 205489 deletions

View File

@@ -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