curl_multi_errno

(PHP 7 >= 7.1.0, PHP 8)

curl_multi_errnoReturn the last multi curl error number

Descrição

curl_multi_errno ( CurlMultiHandle $multi_handle ) : int

Return an integer containing the last multi curl error number.

Parâmetros

mh

Um cURL "multi handle" retornado por curl_multi_init().

Valor Retornado

Return an integer containing the last multi curl error number.

Changelog

Versão Descrição
8.0.0 The function no longer returns false on failure.
8.0.0 multi_handle expects a CurlMultiHandle instance now; previously, a resource was expected.

Veja Também

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top