(PHP 7 >= 7.1.0)
curl_multi_errno — Return the last multi curl error number
$mh
) : int|falseReturn an integer containing the last multi curl error number.
mh
Ein von curl_multi_init() zurückgegebenes cURL-Multihandle.
Return an integer containing the last multi curl error number,
Im Fehlerfall wird FALSE
zurückgegeben..