From 62e20f255e4baf454616e6848743700c59a1a502 Mon Sep 17 00:00:00 2001 From: zyimm Date: Mon, 26 Feb 2024 11:47:35 +0800 Subject: [PATCH] =?UTF-8?q?:art:ReactPHP=E7=9A=84promise=E4=BD=BF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _posts/编程/PHP/reactphp/promise.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/编程/PHP/reactphp/promise.md b/_posts/编程/PHP/reactphp/promise.md index b813e52..71d26fe 100644 --- a/_posts/编程/PHP/reactphp/promise.md +++ b/_posts/编程/PHP/reactphp/promise.md @@ -20,7 +20,7 @@ promise 对象有三种状态:pending(进行中)、fulfilled(已成功 2. 写入数据库 3. 写入日志 -下面代码,将演示如何将每行表格数据按照上述3个过程进程处理: +下面代码,将演示如何将每行表格数据按照上述3个进程进行处理: ```php