Skip to content

Commit 71722fb

Browse files
committed
Merge pull request php-curl-class#158 from zachborboa/master
Move MultiCurl methods out of experimental
2 parents c6ed55e + d5c04c8 commit 71722fb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,6 @@ Curl::verbose($on = true)
190190
Curl::http_build_multi_query($data, $key = null)
191191
Curl::is_array_assoc($array)
192192
Curl::is_array_multidim($array)
193-
```
194-
195-
### Experimental Methods
196-
```php
197193
MultiCurl::__construct($base_url = null)
198194
MultiCurl::__destruct()
199195
MultiCurl::addDelete($url, $data = array())

0 commit comments

Comments
 (0)