cURL Funkcje
PHP Manual

curl_errno

(PHP 4 >= 4.0.3, PHP 5)

curl_errnoReturn the last error number

Opis

int curl_errno ( resource $ch )

Returns the error number for the last cURL operation.

Parametry

ch

Uchwyt cURL zwrócony przez curl_init().

Zwracane wartości

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

Patrz także


cURL Funkcje
PHP Manual