🎨ReactPHP的promise使用

This commit is contained in:
zyimm 2024-02-26 11:47:35 +08:00
parent c3d89ad1e7
commit 62e20f255e

View File

@ -20,7 +20,7 @@ promise 对象有三种状态pending进行中、fulfilled已成功
2. 写入数据库
3. 写入日志
下面代码将演示如何将每行表格数据按照上述3个过程进程处理:
下面代码将演示如何将每行表格数据按照上述3个进程进行处理:
```php
<?php