mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-30 04:01:47 +00:00
Add public method getActiveCurls (#871)
This commit is contained in:
@@ -942,4 +942,9 @@ class MultiCurl extends BaseCurl
|
||||
|
||||
$this->currentRequestCount = 0;
|
||||
}
|
||||
|
||||
public function getActiveCurls()
|
||||
{
|
||||
return $this->activeCurls;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user