Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Commit 4c80e22

Browse files
authored
Update README.md
1 parent 11efd02 commit 4c80e22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ composer require ares333/php-curl
1313
```
1414

1515
## Features
16-
1. Extremely low cpu and memory consumption with high performance(download 3000 html pages per second,download images with 1000Mbps on server with 1Gbps interface).
16+
1. Extremely low cpu and memory consumption.
1717
1. All curl options are exposed directly which enables high universality and high extensibility.
1818
1. Api is very simple.
1919
1. Support process disruption and resume from last running state.
@@ -24,7 +24,7 @@ composer require ares333/php-curl
2424
1. All configs can be changed on the fly and take effect immediately.
2525

2626
## Work Flow
27-
Curl::add() add tasks to task pool.Curl::start() start the event loop and block.Events(onSuccess,onFail,onInfo,onTask...) will be triggered and callbacks will be called on the fly.The loop finished when all tasks finished.
27+
Curl::add() add tasks to task pool.Curl::start() start the event loop and block.Events(onSuccess,onFail,onInfo,onTask...) will be triggered and callbacks will be called on the fly.The loop finish when all tasks finished.
2828

2929
## Tutorial
3030
**basic**
@@ -429,4 +429,4 @@ Filter out "." and ".." segments from a URL's path and return the result.
429429
```PHP
430430
function getCurl()
431431
```
432-
Return current Curl instance.
432+
Return current Curl instance.

0 commit comments

Comments
 (0)