Update README.md

This commit is contained in:
庞大花 2020-12-29 18:13:18 +08:00 committed by GitHub
parent 7207840314
commit 9b1c5e77e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,11 +59,12 @@ openssl扩展
$ret = [
'data' => '' // string 返回的数据
'nextIndex' => 'ddd' // string 获取下一段数据的句柄
'isFinished' => int // 1 表示结束
'isFinished' => int // 1 数据已拉取完毕
];
* 感谢 @zhanzhaopeng1 PR
```
* 感谢 @zhanzhaopeng1 PR
```php