Add additional more examples link

This commit is contained in:
Zach Borboa
2016-08-12 01:39:54 -07:00
parent 783594a582
commit 5fd3b4b3bf
+2
View File
@@ -173,6 +173,8 @@ $multi_curl->addGet('https://www.bing.com/search', array(
$multi_curl->start(); // Blocks until all items in the queue have been processed.
```
More examples are available under [/examples](https://github.com/php-curl-class/php-curl-class/tree/master/examples).
### Available Methods
```php
Curl::__construct($base_url = null)