| 
 | curl_errnoReturn the last error number Description
   int curl_errno
    ( resource  $ch)Returns the error number for the last cURL operation. Parameters
 
 Return ValuesReturns the error number or 0 (zero) if no error occurred. Examples
 Example #1 curl_errno example 
<?php |