Пример #1
0
 /**
  * Removes access to {@link Curl::$ch $ch} from a {@link CurlParallel} object.
  *
  * @param CurlParallel $mh The CurlParallel object that no longer needs {@link Curl::$ch $ch}.
  */
 public function revoke(CurlParallel $mh)
 {
     $mh->release($this->ch);
     $this->multi = false;
 }