curl_multi_errno


php128 apg

RETURN the last cURL error number.


<?php

int curl_multi_errno
(CurlHandle $handle);


where,

$handle The cURL handle returned by curl_init function
  
?>

 $handle 


The cURL multi handle returned by curl_multi_init function.


SEE the next exercises - other lessons!