Fonctions cURL
PHP Manual

curl_share_errno

(PHP 7 >= 7.1.0)

curl_share_errnoReturn the last share curl error number

Description

int curl_share_errno ( resource $sh )

Return an integer containing the last share curl error number.

Liste de paramètres

sh

A cURL share handle returned by curl_share_init().

Valeurs de retour

Returns an integer containing the last share curl error number, ou FALSE si une erreur survient.

Voir aussi


Fonctions cURL
PHP Manual