Forum und email

curl_errno

(PHP 4 >= 4.0.3, PHP 5)

curl_errno — Return the last error number

Leírás

int curl_errno ( resource $ch )

Returns the error number for the last cURL operation.

Paraméterek

ch

A cURL handle returned by curl_init().

Visszatérési értékek

Returns the error number or 0 (zero) if no error occurred.