Skip to content

Commit

Permalink
- fixed doc blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
ARACOOOL committed May 21, 2013
1 parent 674dbfe commit 4605424
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dHttp/dHttp.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,13 @@ public function get(array $options = array()) {
return $this->_exec();
}

/**
* Send multithreaded queries
*
* @param array $handlers
* @return array
* @throws \Exception
*/
public function multi(array $handlers) {
//create the multiple cURL handle
$mc = curl_multi_init();
Expand Down

0 comments on commit 4605424

Please sign in to comment.