Constantes pré-définies

Ces constantes sont définies par cette extension, et ne sont disponibles que si cette extension a été compilée avec PHP, ou bien chargée au moment de l'exécution.

Les descriptions ainsi que les usages de ces constantes sont décrites dans la documentation des fonctions curl_setopt(), curl_multi_setopt() et curl_getinfo().

CURLOPT_AUTOREFERER (int)
CURLOPT_COOKIESESSION (int)
CURLOPT_DOH_URL (int)
Fournit l'URL du DNS-over-HTTPS. Disponible à partir de PHP 8.1.0 et cURL 7.62.0.
CURLOPT_DOH_SSL_VERIFYHOST (int)
Vérifie le nom du certificat SSL du serveur DNS-over-HTTPS avec le nom d'hôte. Disponible à partir de PHP 8.2.0 et cURL 7.76.0.
CURLOPT_DOH_SSL_VERIFYPEER (int)
Vérifie l'authenticité du certificat SSL du serveur DNS-over-HTTPS. Disponible à partir de PHP 8.2.0 et cURL 7.76.0.
CURLOPT_DOH_SSL_VERIFYSTATUS (int)
Indique à cURL de vérifier l'état du certificat du serveur DNS-over-HTTPS en utilisant l'extension "Certificate Status Request" de TLS (Agrafage OCSP). Disponible à partir de PHP 8.2.0 et cURL 7.76.0.
CURLOPT_DNS_USE_GLOBAL_CACHE (int)
CURLOPT_DNS_CACHE_TIMEOUT (int)
CURLOPT_FTP_SSL (int)
CURLFTP_CREATE_DIR (int)
Disponible à partir de PHP 7.0.7 et cURL 7.19.3
CURLFTP_CREATE_DIR_NONE (int)
Disponible à partir de PHP 7.0.7 et cURL 7.19.3
CURLFTP_CREATE_DIR_RETRY (int)
Disponible à partir de PHP 7.0.7 et cURL 7.19.3
CURLFTPSSL_TRY (int)
CURLFTPSSL_ALL (int)
CURLFTPSSL_CONTROL (int)
CURLFTPSSL_NONE (int)
CURLFTPMETHOD_DEFAULT (int)
Disponible à partir de PHP 8.2.0 et cURL 7.15.3
CURLOPT_PRIVATE (int)
CURLOPT_FTPSSLAUTH (int)
CURLOPT_PORT (int)
CURLOPT_FILE (int)
CURLOPT_INFILE (int)
CURLOPT_INFILESIZE (int)
CURLOPT_ISSUERCERT_BLOB (int)
Certificat SSL de l'émetteur à partir du blob de mémoire. Disponible à partir de PHP 8.1.0 et cURL 7.71.0.
CURLOPT_URL (int)
CURLOPT_PROXY (int)
CURLOPT_PROXY_ISSUERCERT (int)
Nom de fichier du certificat SSL de l'émetteur du proxy. Disponible à partir de PHP 8.1.0 et cURL 7.71.0.
CURLOPT_PROXY_ISSUERCERT_BLOB (int)
Certificat SSL de l'émetteur du proxy à partir d'un blob de mémoire. Disponible à partir de PHP 8.1.0 et cURL 7.71.0.
CURLOPT_PROXY_SSLCERT_BLOB (int)
Certificat client du proxy SSL à partir d'un blob de mémoire. Disponible à partir de PHP 8.1.0 et cURL 7.71.0.
CURLOPT_PROXY_SSLKEY_BLOB (int)
Clé privée pour le certificat du proxy à partir du blob de mémoire. Disponible à partir de PHP 8.1.0 et cURL 7.71.0.
CURLOPT_VERBOSE (int)
CURLOPT_ALTSVC (int)
Disponible à partir de PHP 8.2.0 et cURL 7.64.1
CURLOPT_ALTSVC_CTRL (int)
Disponible à partir de PHP 8.2.0 et cURL 7.64.1
CURLALTSVC_H1 (int)
Disponible à partir de PHP 8.2.0 et cURL 7.64.1
CURLALTSVC_H2 (int)
Disponible à partir de PHP 8.2.0 et cURL 7.64.1
CURLALTSVC_H3 (int)
Disponible à partir de PHP 8.2.0 et cURL 7.64.1
CURLALTSVC_READONLYFILE (int)
Disponible à partir de PHP 8.2.0 et cURL 7.64.1
CURLOPT_HEADER (int)
CURLOPT_HTTPHEADER (int)
CURLOPT_NOPROGRESS (int)
CURLOPT_NOBODY (int)
CURLOPT_FAILONERROR (int)
CURLOPT_UPLOAD (int)
CURLOPT_UPLOAD_BUFFERSIZE (int)
Disponible à partir de PHP 8.2.0 et cURL 7.62.0
CURLOPT_POST (int)
CURLOPT_FTPLISTONLY (int)
CURLOPT_FTPAPPEND (int)
CURLOPT_FTP_CREATE_MISSING_DIRS (int)
CURLOPT_NETRC (int)
CURLOPT_FOLLOWLOCATION (int)
Cette constante n'est pas disponible lorsque open_basedir est actif.
CURLOPT_FTPASCII (int)
CURLOPT_PUT (int)
CURLOPT_MIME_OPTIONS (int)
Disponible à partir de PHP 8.3.0 et cURL 7.81.0
CURLOPT_MUTE (int)
Supprimée à partir de cURL 7.15.5; utiliser CURLOPT_RETURNTRANSFER à la place.
CURLOPT_USERPWD (int)
CURLOPT_PROXYUSERPWD (int)
CURLOPT_RANGE (int)
CURLOPT_TIMEOUT (int)
CURLOPT_TIMEOUT_MS (int)
CURLOPT_TCP_NODELAY (int)
CURLOPT_POSTFIELDS (int)
CURLOPT_PROGRESSFUNCTION (int)
CURLOPT_REFERER (int)
CURLOPT_USERAGENT (int)
CURLOPT_FTPPORT (int)
CURLOPT_FTP_USE_EPSV (int)
CURLOPT_LOW_SPEED_LIMIT (int)
CURLOPT_LOW_SPEED_TIME (int)
CURLOPT_RESUME_FROM (int)
CURLOPT_COOKIELIST (int)
Disponible à partir de cURL 7.14.1
CURLOPT_SSLCERT (int)
CURLOPT_SSLCERT_BLOB (int)
Certificat client SSL à partir d'un blob de mémoire. Disponible à partir de PHP 8.1.0 et cURL 7.71.0.
CURLOPT_SSLCERTPASSWD (int)
CURLOPT_SSLKEY_BLOB (int)
Clé privée pour le certificat du client à partir du blob de mémoire. Disponible à partir de PHP 8.1.0 et cURL 7.71.0.
CURLOPT_WRITEHEADER (int)
CURLOPT_WS_OPTIONS (int)
Disponible à partir de PHP 8.3.0 et cURL 7.86.0
CURLOPT_SSL_VERIFYHOST (int)
CURLOPT_COOKIEFILE (int)
CURLOPT_SSLVERSION (int)
CURL_SSLVERSION_DEFAULT (int)
CURL_SSLVERSION_TLSv1 (int)
CURL_SSLVERSION_SSLv2 (int)
CURL_SSLVERSION_SSLv3 (int)
CURL_SSLVERSION_TLSv1_0 (int)
CURL_SSLVERSION_TLSv1_1 (int)
CURL_SSLVERSION_TLSv1_2 (int)
CURL_SSLVERSION_TLSv1_3 (int)
CURLOPT_TIMECONDITION (int)
CURLOPT_TIMEVALUE (int)
CURLOPT_CUSTOMREQUEST (int)
CURLOPT_STDERR (int)
CURLOPT_TRANSFERTEXT (int)
CURLOPT_RETURNTRANSFER (int)
CURLOPT_QUICK_EXIT (int)
Available as of PHP 8.3.0 and cURL 7.87.0
CURLOPT_QUOTE (int)
CURLOPT_POSTQUOTE (int)
CURLOPT_INTERFACE (int)
CURLOPT_KRB4LEVEL (int)
CURLOPT_HTTPPROXYTUNNEL (int)
CURLOPT_FILETIME (int)
CURLOPT_WRITEFUNCTION (int)
CURLOPT_READFUNCTION (int)
CURLOPT_PASSWDFUNCTION (int)
Supprimée à partir de PHP 7.3.0.
CURLOPT_HEADERFUNCTION (int)
CURLOPT_MAXAGE_CONN (int)
Disponible à partir de PHP 8.2.0 et cURL 7.65.0
CURLOPT_MAXFILESIZE_LARGE (int)
Disponible à partir de PHP 8.2.0 et cURL 7.11.0
CURLOPT_MAXLIFETIME_CONN (int)
Disponible à partir de PHP 8.2.0 et cURL 7.80.0
CURLOPT_MAXREDIRS (int)
CURLOPT_MAXCONNECTS (int)
CURLOPT_FRESH_CONNECT (int)
CURLOPT_FORBID_REUSE (int)
CURLOPT_RANDOM_FILE (int)
CURLOPT_EGDSOCKET (int)
CURLOPT_CONNECTTIMEOUT (int)
CURLOPT_CONNECTTIMEOUT_MS (int)
CURLOPT_SSL_VERIFYPEER (int)
CURLOPT_CA_CACHE_TIMEOUT (int)
Disponible à partir de PHP 8.3.0 et cURL 7.87.0
CURLOPT_CAINFO (int)
CURLOPT_CAINFO_BLOB (int)
Disponible à partir de PHP 8.2.0 et cURL 7.77.0
CURLOPT_CAPATH (int)
CURLOPT_COOKIEJAR (int)
CURLOPT_SSL_CIPHER_LIST (int)
CURLOPT_SSL_EC_CURVES (int)
Disponible à partir de PHP 8.2.0 et cURL 7.73.0
CURLOPT_BINARYTRANSFER (int)
CURLOPT_NOSIGNAL (int)
CURLOPT_PROXYTYPE (int)
Disponible à partir de cURL 7.10.
CURLOPT_BUFFERSIZE (int)
CURLOPT_HTTPGET (int)
CURLOPT_HTTP_VERSION (int)
CURLOPT_HSTS (int)
Disponible à partir de PHP 8.2.0 et cURL 7.74.0
CURLOPT_HSTS_CTRL (int)
Disponible à partir de PHP 8.2.0 et cURL 7.74.0
CURLHSTS_ENABLE (int)
Disponible à partir de PHP 8.2.0 et cURL 7.74.0
CURLHSTS_READONLYFILE (int)
Disponible à partir de PHP 8.2.0 et cURL 7.74.0
CURLOPT_SSLKEY (int)
CURLOPT_SSLKEYTYPE (int)
CURLOPT_SSLKEYPASSWD (int)
CURLOPT_SSLENGINE (int)
CURLOPT_SSLENGINE_DEFAULT (int)
CURLOPT_SSLCERTTYPE (int)
CURLOPT_CRLF (int)
CURLOPT_ENCODING (int)
CURLOPT_PROXYPORT (int)
CURLOPT_UNRESTRICTED_AUTH (int)
CURLOPT_FTP_USE_EPRT (int)
CURLOPT_HTTP200ALIASES (int)
CURLOPT_HTTPAUTH (int)
CURLOPT_AWS_SIGV4 (int)
Disponible à partir de PHP 8.2.0 et cURL 7.75.0
CURLAUTH_BASIC (int)
CURLAUTH_DIGEST (int)
CURLAUTH_GSSNEGOTIATE (int)
CURLAUTH_NEGOTIATE (int)
Disponible à partir de PHP 7.0.7 et cURL 7.38.0.
CURLAUTH_NTLM (int)
CURLAUTH_NTLM_WB (int)
Disponible à partir de PHP 7.0.7 et cURL 7.22.0
CURLAUTH_ANY (int)
CURLAUTH_ANYSAFE (int)
CURLAUTH_AWS_SIGV4 (int)
Disponible à partir de PHP 8.2.0 et cURL 7.75.0.
CURLOPT_PROXYAUTH (int)
CURLOPT_MAIL_RCPT_ALLLOWFAILS (int)
Disponible à partir de PHP 8.2.0 et cURL 7.69.0
CURLOPT_UPKEEP_INTERVAL_MS (int)
Disponible à partir de PHP 8.2.0 et cURL 7.62.0
CURLOPT_MAX_RECV_SPEED_LARGE (int)
Disponible à partir de cURL 7.15.5
CURLOPT_MAX_SEND_SPEED_LARGE (int)
Disponible à partir de cURL 7.15.5
CURLOPT_HEADEROPT (int)
Disponible à partir de PHP 7.0.7 et cURL 7.37.0
CURLOPT_PROXYHEADER (int)
Disponible à partir de PHP 7.0.7 et cURL 7.37.0
CURLINFO_PRIVATE (int)
CURLINFO_EFFECTIVE_URL (int)
CURLINFO_HTTP_CODE (int)
À partir de cURL 7.10.8, il s'agit d'un alias hérité de CURLINFO_RESPONSE_CODE
CURLINFO_PROXY_ERROR (int)
Disponible à partir de PHP 8.2.0 et cURL 7.73.0
CURLPX_BAD_ADDRESS_TYPE (int)
Disponible à partir de PHP 8.2.0 et cURL 7.73.0
CURLPX_BAD_VERSION (int)
Disponible à partir de PHP 8.2.0 et cURL 7.73.0
CURLPX_CLOSED (int)
Disponible à partir de PHP 8.2.0 et cURL 7.73.0
CURLPX_GSSAPI (int)
Disponible à partir de PHP 8.2.0 et cURL 7.73.0
CURLPX_GSSAPI_PERMSG (int)
Disponible à partir de PHP 8.2.0 et cURL 7.73.0
CURLPX_GSSAPI_PROTECTION (int)
Disponible à partir de PHP 8.2.0 et cURL 7.73.0
CURLPX_IDENTD_DIFFER (int)
Disponible à partir de PHP 8.2.0 et cURL 7.73.0
CURLPX_IDENTD (int)
Disponible à partir de PHP 8.2.0 et cURL 7.73.0
CURLPX_LONG_HOSTNAME (int)
Disponible à partir de PHP 8.2.0 et cURL 7.73.0
CURLPX_LONG_PASSWD (int)
Disponible à partir de PHP 8.2.0 et cURL 7.73.0
CURLPX_LONG_USER (int)
Disponible à partir de PHP 8.2.0 et cURL 7.73.0
CURLPX_NO_AUTH (int)
Disponible à partir de PHP 8.2.0 et cURL 7.73.0
CURLPX_OK (int)
Disponible à partir de PHP 8.2.0 et cURL 7.73.0
CURLPX_RECV_ADDRESS (int)
Disponible à partir de PHP 8.2.0 et cURL 7.73.0
CURLPX_RECV_AUTH (int)
Disponible à partir de PHP 8.2.0 et cURL 7.73.0
CURLPX_RECV_CONNECT (int)
Disponible à partir de PHP 8.2.0 et cURL 7.73.0
CURLPX_RECV_REQACK (int)
Disponible à partir de PHP 8.2.0 et cURL 7.73.0
CURLPX_REPLY_ADDRESS_TYPE_NOT_SUPPORTED (int)
Disponible à partir de PHP 8.2.0 et cURL 7.73.0
CURLPX_REPLY_COMMAND_NOT_SUPPORTED (int)
Disponible à partir de PHP 8.2.0 et cURL 7.73.0
CURLPX_REPLY_CONNECTION_REFUSED (int)
Disponible à partir de PHP 8.2.0 et cURL 7.73.0
CURLPX_REPLY_GENERAL_SERVER_FAILURE (int)
Disponible à partir de PHP 8.2.0 et cURL 7.73.0
CURLPX_REPLY_HOST_UNREACHABLE (int)
Disponible à partir de PHP 8.2.0 et cURL 7.73.0
CURLPX_REPLY_NETWORK_UNREACHABLE (int)
Disponible à partir de PHP 8.2.0 et cURL 7.73.0
CURLPX_REPLY_NOT_ALLOWED (int)
Disponible à partir de PHP 8.2.0 et cURL 7.73.0
CURLPX_REPLY_TTL_EXPIRED (int)
Disponible à partir de PHP 8.2.0 et cURL 7.73.0
CURLPX_REPLY_UNASSIGNED (int)
Disponible à partir de PHP 8.2.0 et cURL 7.73.0
CURLPX_REQUEST_FAILED (int)
Disponible à partir de PHP 8.2.0 et cURL 7.73.0
CURLPX_RESOLVE_HOST (int)
Disponible à partir de PHP 8.2.0 et cURL 7.73.0
CURLPX_SEND_AUTH (int)
Disponible à partir de PHP 8.2.0 et cURL 7.73.0
CURLPX_SEND_CONNECT (int)
Disponible à partir de PHP 8.2.0 et cURL 7.73.0
CURLPX_SEND_REQUEST (int)
Disponible à partir de PHP 8.2.0 et cURL 7.73.0
CURLPX_UNKNOWN_FAIL (int)
Disponible à partir de PHP 8.2.0 et cURL 7.73.0
CURLPX_UNKNOWN_MODE (int)
Disponible à partir de PHP 8.2.0 et cURL 7.73.0
CURLPX_USER_REJECTED (int)
Disponible à partir de PHP 8.2.0 et cURL 7.73.0
CURLINFO_REFERER (int)
Disponible à partir de PHP 8.2.0 et cURL 7.76.0
CURLINFO_RESPONSE_CODE (int)
Disponible à partir de cURL 7.10.8
CURLINFO_RETRY_AFTER (int)
Disponible à partir de PHP 8.2.0 et cURL 7.66.0
CURLINFO_HEADER_OUT (int)
CURLINFO_HEADER_SIZE (int)
CURLINFO_REQUEST_SIZE (int)
CURLINFO_TOTAL_TIME (int)
CURLINFO_NAMELOOKUP_TIME (int)
CURLINFO_CAINFO (int)
Disponible à partir de PHP 8.3.0 et cURL 7.84.0
CURLINFO_CAPATH (int)
Disponible à partir de PHP 8.3.0 et cURL 7.84.0
CURLINFO_CONNECT_TIME (int)
CURLINFO_PRETRANSFER_TIME (int)
CURLINFO_SIZE_UPLOAD (int)
CURLINFO_SIZE_DOWNLOAD (int)
CURLINFO_SPEED_DOWNLOAD (int)
CURLINFO_SPEED_UPLOAD (int)
CURLINFO_FILETIME (int)
CURLINFO_SSL_VERIFYRESULT (int)
CURLINFO_CONTENT_LENGTH_DOWNLOAD (int)
CURLINFO_CONTENT_LENGTH_UPLOAD (int)
CURLINFO_STARTTRANSFER_TIME (int)
CURLINFO_CONTENT_TYPE (int)
CURLINFO_REDIRECT_TIME (int)
CURLINFO_REDIRECT_COUNT (int)
CURLINFO_REDIRECT_URL (int)
CURLINFO_PRIMARY_IP (int)
CURLINFO_PRIMARY_PORT (int)
CURLINFO_LOCAL_IP (int)
CURLINFO_LOCAL_PORT (int)
CURL_PUSH_OK (int)
Disponible à partir de PHP 7.1.0 et cURL 7.44.0
CURL_PUSH_DENY (int)
Disponible à partir de PHP 7.1.0 et cURL 7.44.0
CURL_REDIR_POST_301 (int)
Disponible à partir de PHP 7.0.7 et cURL 7.18.2
CURL_REDIR_POST_302 (int)
Disponible à partir de PHP 7.0.7 et cURL 7.18.2
CURL_REDIR_POST_303 (int)
Disponible à partir de PHP 7.0.7 et cURL 7.25.1
CURL_REDIR_POST_ALL (int)
Disponible à partir de PHP 7.0.7 et cURL 7.18.2
CURL_TIMECOND_NONE (int)
CURL_TIMECOND_IFMODSINCE (int)
CURL_TIMECOND_IFUNMODSINCE (int)
CURL_TIMECOND_LASTMOD (int)
CURL_VERSION_ALTSVC (int)
Disponible à partir de PHP 7.3.6 et cURL 7.64.1
CURL_VERSION_ASYNCHDNS (int)
Résout le DNS de façon asynchrone. Disponible à partir de PHP 7.3.0 et cURL 7.10.7
CURL_VERSION_BROTLI (int)
Disponible à partir de PHP PHP 7.3.0 et cURL 7.57.0
CURL_VERSION_CONV (int)
La conversion de caractères est supportée. Disponible à partir de PHP 7.3.0 et cURL 7.15.4
CURL_VERSION_CURLDEBUG (int)
Le traçage du débogage mémoire est supporté. Disponible à partir de PHP 7.3.6 et cURL 7.19.6
CURL_VERSION_DEBUG (int)
Compilé avec les capacités de débogage. Disponible à partir de PHP 7.3.0 et cURL 7.10.6
CURL_VERSION_GSASL (int)
Disponible à partir de PHP 8.2.0 et cURL 7.76.0
CURL_VERSION_GSSAPI (int)
Compilé contre une bibliothèque GSS-API. Disponible à partir de PHP 7.3.0 et cURL 7.38.0
CURL_VERSION_GSSNEGOTIATE (int)
L'authentification negotiate est supportée. Disponible à partir de PHP 7.3.0 et cURL 7.10.6 (obsolète à partir de 7.38.0)
CURL_VERSION_HSTS (int)
Disponible à partir de PHP 8.2.0 et cURL 7.74.0
CURL_VERSION_IDN (int)
Les Internationized Domain Names sont supportés. Disponible à partir de PHP 7.3.0 et cURL 7.12.0
CURL_VERSION_MULTI_SSL (int)
Disponible à partir de PHP 7.3.0 et cURL 7.56.0
CURL_VERSION_NTLM (int)
L'authentification NTLM est supportée. Disponible à partir de PHP 7.3.0 et cURL 7.10.6
CURL_VERSION_NTLM_WB (int)
Disponible à partir de PHP 7.3.0 et cURL 7.22.0
CURL_VERSION_IPV6 (int)
IPv6 est activé.
CURL_VERSION_KERBEROS4 (int)
L'authentification Kerberos V4 est supportée.
CURL_VERSION_KERBEROS5 (int)
L'authentification Kerberos V5 est supportée. Disponible à partir de PHP 7.0.7 et cURL 7.40.0
CURL_VERSION_HTTP2 (int)
Support HTTP2 intégré. Disponible à partir de cURL 7.33.0
CURL_VERSION_HTTP3 (int)
Disponible à partir de PHP 8.2.0 et cURL 7.66.0
CURL_VERSION_LARGEFILE (int)
Supporte les fichiers plus large que 2 Go Disponible à partir de cURL 7.33.0
CURL_VERSION_PSL (int)
Le Public Suffix List de Mozilla, utilisé pour la vérification de domaine de cookie Disponible à partir de PHP 7.3.6 et cURL 7.47.0
CURL_VERSION_SPNEGO (int)
L'authentification SPNEGO est supportée. Disponible à partir de PHP 7.3.0 et cURL 7.10.8
CURL_VERSION_SSPI (int)
Compilé contre Windows SSPI. Disponible à partir de PHP 7.3.0 et cURL 7.13.2
CURL_VERSION_SSL (int)
Les options SSL sont présent.
CURL_VERSION_TLSAUTH_SRP (int)
L'authentification TLS-SRP est supportée. Disponible à partir de PHP 7.3.0 et cURL 7.21.4
CURL_VERSION_UNICODE (int)
Disponible à partir de PHP 8.2.0 et cURL 7.72.0
CURL_VERSION_UNIX_SOCKETS (int)
Support des sockets de domaine Unix. Disponible à partir de PHP 7.0.7 et cURL 7.40.0
CURL_VERSION_ZSTD (int)
Disponible à partir de PHP 8.2.0 et cURL 7.72.0
CURL_VERSION_LIBZ (int)
Les fonctionnalités libz sont présent.
CURLVERSION_NOW (int)
CURLE_OK (int)
CURLE_UNSUPPORTED_PROTOCOL (int)
CURLE_FAILED_INIT (int)
CURLE_URL_MALFORMAT (int)
CURLE_URL_MALFORMAT_USER (int)
CURLE_COULDNT_RESOLVE_PROXY (int)
CURLE_COULDNT_RESOLVE_HOST (int)
CURLE_COULDNT_CONNECT (int)
CURLE_FTP_WEIRD_SERVER_REPLY (int)
CURLE_FTP_ACCESS_DENIED (int)
CURLE_FTP_USER_PASSWORD_INCORRECT (int)
CURLE_FTP_WEIRD_PASS_REPLY (int)
CURLE_FTP_WEIRD_USER_REPLY (int)
CURLE_FTP_WEIRD_PASV_REPLY (int)
CURLE_FTP_WEIRD_227_FORMAT (int)
CURLE_FTP_CANT_GET_HOST (int)
CURLE_FTP_CANT_RECONNECT (int)
CURLE_FTP_COULDNT_SET_BINARY (int)
CURLE_PARTIAL_FILE (int)
CURLE_PROXY (int)
Disponible à partir de PHP 8.2.0 et cURL 7.73.0
CURLE_FTP_COULDNT_RETR_FILE (int)
CURLE_FTP_WRITE_ERROR (int)
CURLE_FTP_QUOTE_ERROR (int)
CURLE_HTTP_NOT_FOUND (int)
CURLE_WRITE_ERROR (int)
CURLE_MALFORMAT_USER (int)
CURLE_FTP_COULDNT_STOR_FILE (int)
CURLE_READ_ERROR (int)
CURLE_OUT_OF_MEMORY (int)
CURLE_OPERATION_TIMEOUTED (int)
CURLE_FTP_COULDNT_SET_ASCII (int)
CURLE_FTP_PORT_FAILED (int)
CURLE_FTP_COULDNT_USE_REST (int)
CURLE_FTP_COULDNT_GET_SIZE (int)
CURLE_HTTP_RANGE_ERROR (int)
CURLE_HTTP_POST_ERROR (int)
CURLE_SSL_CONNECT_ERROR (int)
CURLE_FTP_BAD_DOWNLOAD_RESUME (int)
CURLE_FILE_COULDNT_READ_FILE (int)
CURLE_LDAP_CANNOT_BIND (int)
CURLE_LDAP_SEARCH_FAILED (int)
CURLE_LIBRARY_NOT_FOUND (int)
CURLE_FUNCTION_NOT_FOUND (int)
CURLE_ABORTED_BY_CALLBACK (int)
CURLE_BAD_FUNCTION_ARGUMENT (int)
CURLE_BAD_CALLING_ORDER (int)
CURLE_HTTP_PORT_FAILED (int)
CURLE_BAD_PASSWORD_ENTERED (int)
CURLE_TOO_MANY_REDIRECTS (int)
CURLE_UNKNOWN_TELNET_OPTION (int)
CURLE_TELNET_OPTION_SYNTAX (int)
CURLE_OBSOLETE (int)
CURLE_SSL_PEER_CERTIFICATE (int)
CURLE_GOT_NOTHING (int)
CURLE_SSL_ENGINE_NOTFOUND (int)
CURLE_SSL_ENGINE_SETFAILED (int)
CURLE_SEND_ERROR (int)
CURLE_RECV_ERROR (int)
CURLE_SHARE_IN_USE (int)
CURLE_SSL_CERTPROBLEM (int)
CURLE_SSL_CIPHER (int)
CURLE_SSL_CACERT (int)
CURLE_BAD_CONTENT_ENCODING (int)
CURLE_LDAP_INVALID_URL (int)
CURLE_FILESIZE_EXCEEDED (int)
CURLE_FTP_SSL_FAILED (int)
CURLE_SSH (int)
Disponible à partir de cURL 7.16.1.
CURLFTPAUTH_DEFAULT (int)
CURLFTPAUTH_SSL (int)
CURLFTPAUTH_TLS (int)
CURLPROXY_HTTP (int)
Disponible à partir de cURL 7.10.
CURLPROXY_HTTP_1_0 (int)
Disponible à partir de PHP 7.0.7 et cURL 7.19.3
CURLPROXY_SOCKS4 (int)
Disponible à partir de cURL 7.10.
CURLPROXY_SOCKS5 (int)
Disponible à partir de cURL 7.10.
CURL_NETRC_OPTIONAL (int)
CURL_NETRC_IGNORED (int)
CURL_NETRC_REQUIRED (int)
CURL_HTTP_VERSION_NONE (int)
CURL_HTTP_VERSION_1_0 (int)
CURL_HTTP_VERSION_1_1 (int)
CURL_HTTP_VERSION_2 (int)
Disponible à partir de PHP 7.0.7 et cURL 7.43.0
CURL_HTTP_VERSION_2_0 (int)
Disponible à partir de cURL 7.33.0
CURL_HTTP_VERSION_2TLS (int)
Disponible à partir de PHP 7.0.7 et cURL 7.47.0
CURL_HTTP_VERSION_2_PRIOR_KNOWLEDGE (int)
Disponible à partir de PHP 7.0.7 et cURL 7.49.0
CURLM_CALL_MULTI_PERFORM (int)
CURLM_OK (int)
CURLM_BAD_HANDLE (int)
CURLM_BAD_EASY_HANDLE (int)
CURLM_OUT_OF_MEMORY (int)
CURLM_INTERNAL_ERROR (int)
CURLMSG_DONE (int)
CURLOPT_KEYPASSWD (int)
CURLOPT_SSH_AUTH_TYPES (int)
CURLOPT_SSH_HOST_PUBLIC_KEY_MD5 (int)
CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256 (int)
Disponible à partir de PHP 8.2.0 et cURL 7.80.0
CURLOPT_SSH_HOSTKEYFUNCTION (int)
Disponible à partir de PHP 8.3.0 et cURL 7.84.0
CURLOPT_SSH_PRIVATE_KEYFILE (int)
CURLOPT_SSH_PUBLIC_KEYFILE (int)
CURLOPT_SSL_OPTIONS (int)
Disponible à partir de cURL 7.25.0
CURLSSLOPT_ALLOW_BEAST (int)
Disponible à partir de cURL 7.25.0
CURLSSLOPT_NO_REVOKE (int)
Disponible à partir de PHP 7.0.7 et cURL 7.44.0
CURLSSLOPT_AUTO_CLIENT_CERT (int)
Disponible à partir de PHP 8.2.0 et cURL 7.77.0
CURLSSLOPT_NATIVE_CA (int)
Disponible à partir de PHP 8.2.0 et cURL 7.71.0
CURLSSLOPT_NO_PARTIALCHAIN (int)
Disponible à partir de PHP 8.2.0 et cURL 7.68.0
CURLSSLOPT_REVOKE_BEST_EFFORT (int)
Disponible à partir de PHP 8.2.0 et cURL 7.70.0
CURLOPT_USERNAME (int)
Disponible à partir de cURL 7.19.1
CURLOPT_SASL_AUTHZID (int)
Disponible à partir de PHP 8.2.0 et cURL 7.66.0
CURLOPT_SASL_IR (int)
Disponible à partir de PHP 7.0.7 et cURL 7.31.0
CURLOPT_DNS_INTERFACE (int)
Disponible à partir de PHP 7.0.7 et cURL 7.33.0
CURLOPT_DNS_LOCAL_IP4 (int)
Disponible à partir de PHP 7.0.7 et cURL 7.33.0
CURLOPT_DNS_LOCAL_IP6 (int)
Disponible à partir de PHP 7.0.7 et cURL 7.33.0
CURLOPT_XOAUTH2_BEARER (int)
Disponible à partir de PHP 7.0.7 et cURL 7.33.0
CURLOPT_LOGIN_OPTIONS (int)
Disponible à partir de PHP 7.0.7 et cURL 7.34.0
CURLOPT_EXPECT_100_TIMEOUT_MS (int)
Disponible à partir de PHP 7.0.7 et cURL 7.36.0
CURLOPT_SSL_ENABLE_ALPN (int)
Disponible à partir de PHP 7.0.7 et cURL 7.36.0
CURLOPT_SSL_ENABLE_NPN (int)
Disponible à partir de PHP 7.0.7 et cURL 7.36.0
CURLOPT_PINNEDPUBLICKEY (int)
Disponible à partir de PHP 7.0.7 et cURL 7.39.0
CURLOPT_UNIX_SOCKET_PATH (int)
Disponible à partir de PHP 7.0.7 et cURL 7.40.0
CURLOPT_SSL_VERIFYSTATUS (int)
Disponible à partir de PHP 7.0.7 et cURL 7.41.0
CURLOPT_PATH_AS_IS (int)
Disponible à partir de PHP 7.0.7 et cURL 7.42.0
CURLOPT_SSL_FALSESTART (int)
Disponible à partir de PHP 7.0.7 et cURL 7.42.0
CURLOPT_PIPEWAIT (int)
Disponible à partir de PHP 7.0.7 et cURL 7.43.0
CURLOPT_PROTOCOLS_STR (int)
Available as of PHP 8.3.0 and cURL 7.85.0
CURLOPT_PROXY_SERVICE_NAME (int)
Disponible à partir de PHP 7.0.7 et cURL 7.43.0
CURLOPT_SERVICE_NAME (int)
Disponible à partir de PHP 7.0.7 et cURL 7.43.0
CURLOPT_DEFAULT_PROTOCOL (int)
Disponible à partir de PHP 7.0.7 et cURL 7.45.0
CURLOPT_STREAM_WEIGHT (int)
Disponible à partir de PHP 7.0.7 et cURL 7.46.0
CURLOPT_TFTP_NO_OPTIONS (int)
Disponible à partir de PHP 7.0.7 et cURL 7.48.0
CURLOPT_CONNECT_TO (int)
Disponible à partir de PHP 7.0.7 et cURL 7.49.0
CURLOPT_TCP_FASTOPEN (int)
Disponible à partir de PHP 7.0.7 et cURL 7.49.0
CURLOPT_TCP_KEEPALIVE (int)
Disponible à partir de cURL 7.25.0
CURLOPT_TCP_KEEPIDLE (int)
Disponible à partir de cURL 7.25.0
CURLOPT_TCP_KEEPINTVL (int)
Disponible à partir de cURL 7.25.0
CURLMOPT_PIPELINING (int)
Disponible à partir de cURL 7.16.0.
CURLMOPT_MAXCONNECTS (int)
Disponible à partir de cURL 7.16.3.
CURLMOPT_MAX_CONCURRENT_STREAMS (int)
Disponible à partir de PHP 8.2.0 et cURL 7.67.0.
CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE (int)
Disponible à partir de PHP 7.0.7 et cURL 7.30.0
CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE (int)
Disponible à partir de PHP 7.0.7 et cURL 7.30.0
CURLMOPT_MAX_HOST_CONNECTIONS (int)
Disponible à partir de PHP 7.0.7 et cURL 7.30.0
CURLMOPT_MAX_PIPELINE_LENGTH (int)
Disponible à partir de PHP 7.0.7 et cURL 7.30.0
CURLMOPT_MAX_TOTAL_CONNECTIONS (int)
Disponible à partir de PHP 7.0.7 et cURL 7.30.0
CURLMOPT_PUSHFUNCTION (int)
Disponible à partir de PHP 7.1.0 et cURL 7.44.0
CURLSSH_AUTH_AGENT (int)
Disponible à partir de PHP 7.0.7 et cURL 7.28.0
CURLSSH_AUTH_ANY (int)
CURLSSH_AUTH_DEFAULT (int)
CURLSSH_AUTH_HOST (int)
CURLSSH_AUTH_KEYBOARD (int)
CURLSSH_AUTH_NONE (int)
CURLSSH_AUTH_PASSWORD (int)
CURLSSH_AUTH_PUBLICKEY (int)
CURLPAUSE_ALL (int)
Disponible à partir de cURL 7.18.0.
CURLPAUSE_CONT (int)
Disponible à partir de cURL 7.18.0.
CURLPAUSE_RECV (int)
Disponible à partir de cURL 7.18.0.
CURLPAUSE_RECV_CONT (int)
Disponible à partir de cURL 7.18.0.
CURLPAUSE_SEND (int)
Disponible à partir de cURL 7.18.0.
CURLPAUSE_SEND_CONT (int)
Disponible à partir de cURL 7.18.0.
CURLPIPE_NOTHING (int)
Disponible à partir de cURL 7.43.0.
CURLPIPE_HTTP1 (int)
Disponible à partir de cURL 7.43.0.
CURLPIPE_MULTIPLEX (int)
Disponible à partir de cURL 7.43.0.
CURLPROXY_SOCKS4A (int)
Disponible à partir de cURL 7.18.0.
CURLPROXY_SOCKS5_HOSTNAME (int)
Disponible à partir de cURL 7.18.0.
CURLHEADER_SEPARATE (int)
Disponible à partir de PHP 7.0.7 et cURL 7.37.0.
CURLHEADER_UNIFIED (int)
Disponible à partir de PHP 7.0.7 et cURL 7.37.0.
CURLPROTO_SMB (int)
Disponible à partir de PHP 7.0.7 et cURL 7.40.0.
CURLPROTO_SMBS (int)
Disponible à partir de PHP 7.0.7 et cURL 7.40.0.
CURLPROTO_MQTT (int)
Disponible à partir de PHP 8.2.0 et cURL 7.71.0.
CURLOPT_REDIR_PROTOCOLS_STR (int)
Disponible à partir de PHP 8.3.0 et cURL 7.85.0.
CURLOPT_REQUEST_TARGET (int)
Disponible à partir de PHP 7.3.0 et cURL 7.55.0.
CURLAUTH_GSSAPI (int)
Disponible à partir de PHP 7.3.0 et cURL 7.54.1
CURLE_WEIRD_SERVER_REPLY (int)
Disponible à partir de PHP 7.3.0 et cURL 7.51.0
CURLINFO_CONTENT_LENGTH_DOWNLOAD_T (int)
Disponible à partir de PHP 7.3.0 et cURL 7.55.0
CURLINFO_CONTENT_LENGTH_UPLOAD_T (int)
Disponible à partir de PHP 7.3.0 et cURL 7.55.0
CURLINFO_HTTP_VERSION (int)
Disponible à partir de PHP 7.3.0 et cURL 7.50.0
CURLINFO_PROTOCOL (int)
Disponible à partir de PHP 7.3.0 et cURL 7.52.0
CURLINFO_PROXY_SSL_VERIFYRESULT (int)
Disponible à partir de PHP 7.3.0 et cURL 7.52.0
CURLINFO_SCHEME (int)
Disponible à partir de PHP 7.3.0 et cURL 7.52.0
CURLINFO_SIZE_DOWNLOAD_T (int)
Disponible à partir de PHP 7.3.0 et cURL 7.50.0
CURLINFO_SIZE_UPLOAD_T (int)
Disponible à partir de PHP 7.3.0 et cURL 7.50.0
CURLINFO_SPEED_DOWNLOAD_T (int)
Disponible à partir de PHP 7.3.0 et cURL 7.50.0
CURLINFO_SPEED_UPLOAD_T (int)
Disponible à partir de PHP 7.3.0 et cURL 7.50.0
CURL_MAX_READ_SIZE (int)
Disponible à partir de PHP 7.3.0 et cURL 7.53.0
CURLOPT_ABSTRACT_UNIX_SOCKET (int)
Disponible à partir de PHP 7.3.0 et cURL 7.53.0
CURLOPT_KEEP_SENDING_ON_ERROR (int)
Disponible à partir de PHP 7.3.0 et cURL 7.51.0
CURLOPT_PRE_PROXY (int)
Disponible à partir de PHP 7.3.0 et cURL 7.52.0
CURLOPT_PROXY_CAINFO (int)
Disponible à partir de PHP 7.3.0 et cURL 7.52.0
CURLOPT_PROXY_CAINFO_BLOB (int)
Disponible à partir de PHP 8.2.0 et cURL 7.77.0
CURLOPT_PROXY_CAPATH (int)
Disponible à partir de PHP 7.3.0 et cURL 7.52.0
CURLOPT_PROXY_CRLFILE (int)
Disponible à partir de PHP 7.3.0 et cURL 7.52.0
CURLOPT_PROXY_KEYPASSWD (int)
Disponible à partir de PHP 7.3.0 et cURL 7.52.0
CURLOPT_PROXY_PINNEDPUBLICKEY (int)
Disponible à partir de PHP 7.3.0 et cURL 7.52.0
CURLOPT_PROXY_SSLCERT (int)
Disponible à partir de PHP 7.3.0 et cURL 7.52.0
CURLOPT_PROXY_SSLCERTTYPE (int)
Disponible à partir de PHP 7.3.0 et cURL 7.52.0
CURLOPT_PROXY_SSL_CIPHER_LIST (int)
Disponible à partir de PHP 7.3.0 et cURL 7.52.0
CURLOPT_PROXY_SSLKEY (int)
Disponible à partir de PHP 7.3.0 et cURL 7.52.0
CURLOPT_PROXY_SSLKEYTYPE (int)
Disponible à partir de PHP 7.3.0 et cURL 7.52.0
CURLOPT_PROXY_SSL_OPTIONS (int)
Disponible à partir de PHP 7.3.0 et cURL 7.52.0
CURLOPT_PROXY_SSL_VERIFYHOST (int)
Disponible à partir de PHP 7.3.0 et cURL 7.52.0
CURLOPT_PROXY_SSL_VERIFYPEER (int)
Disponible à partir de PHP 7.3.0 et cURL 7.52.0
CURLOPT_PROXY_SSLVERSION (int)
Disponible à partir de PHP 7.3.0 et cURL 7.52.0
CURLOPT_PROXY_TLSAUTH_PASSWORD (int)
Disponible à partir de PHP 7.3.0 et cURL 7.52.0
CURLOPT_PROXY_TLSAUTH_TYPE (int)
Disponible à partir de PHP 7.3.0 et cURL 7.52.0
CURLOPT_PROXY_TLSAUTH_USERNAME (int)
Disponible à partir de PHP 7.3.0 et cURL 7.52.0
CURLOPT_SOCKS5_AUTH (int)
Disponible à partir de PHP 7.3.0 et cURL 7.55.0
CURLOPT_SUPPRESS_CONNECT_HEADERS (int)
Disponible à partir de PHP 7.3.0 et cURL 7.54.0
CURLPROXY_HTTPS (int)
Disponible à partir de PHP 7.3.0 et cURL 7.52.0
CURL_SSLVERSION_MAX_DEFAULT (int)
Disponible à partir de PHP 7.3.0 et cURL 7.54.0
CURL_SSLVERSION_MAX_NONE (int)
Disponible à partir de PHP 7.3.0 et cURL 7.54.0
CURL_SSLVERSION_MAX_TLSv1_0 (int)
Disponible à partir de PHP 7.3.0 et cURL 7.54.0
CURL_SSLVERSION_MAX_TLSv1_1 (int)
Disponible à partir de PHP 7.3.0 et cURL 7.54.0
CURL_SSLVERSION_MAX_TLSv1_2 (int)
Disponible à partir de PHP 7.3.0 et cURL 7.54.0
CURL_SSLVERSION_MAX_TLSv1_3 (int)
Disponible à partir de PHP 7.3.0 et cURL 7.54.0
CURL_SSLVERSION_TLSv1_3 (int)
Disponible à partir de PHP 7.3.0 et cURL 7.52.0
CURL_VERSION_HTTPS_PROXY (int)
Disponible à partir de PHP 7.3.0 et cURL 7.52.0
CURLAUTH_BEARER (int)
Disponible à partir de PHP 7.3.0 et cURL 7.61.0.
CURLINFO_APPCONNECT_TIME_T (int)
Disponible à partir de PHP 7.3.0 et cURL 7.61.0
CURLINFO_CONNECT_TIME_T (int)
Disponible à partir de PHP 7.3.0 et cURL 7.61.0
CURLINFO_FILETIME_T (int)
Disponible à partir de PHP 7.3.0 et cURL 7.59.0
CURLINFO_NAMELOOKUP_TIME_T (int)
Disponible à partir de PHP 7.3.0 et cURL 7.61.0
CURLINFO_PRETRANSFER_TIME_T (int)
Disponible à partir de PHP 7.3.0 et cURL 7.61.0
CURLINFO_REDIRECT_TIME_T (int)
Disponible à partir de PHP 7.3.0 et cURL 7.61.0
CURLINFO_STARTTRANSFER_TIME_T (int)
Disponible à partir de PHP 7.3.0 et cURL 7.61.0
CURLINFO_TOTAL_TIME_T (int)
Disponible à partir de PHP 7.3.0 et cURL 7.61.0
CURL_LOCK_DATA_CONNECT (int)
Disponible à partir de PHP 7.3.0 et cURL 7.10.0
CURL_LOCK_DATA_PSL (int)
Disponible à partir de PHP 7.3.0 et cURL 7.61.0
CURLOPT_DISALLOW_USERNAME_IN_URL (int)
Disponible à partir de PHP 7.3.0 and cURL 7.61.0
CURLOPT_DNS_SHUFFLE_ADDRESSES (int)
Disponible à partir de PHP 7.3.0 et cURL 7.60.0
CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS (int)
Disponible à partir de PHP 7.3.0 and cURL 7.59.0
CURLOPT_HAPROXYPROTOCOL (int)
Disponible à partir de PHP 7.3.0 et cURL 7.60.0
CURLOPT_PROXY_TLS13_CIPHERS (int)
Disponible à partir de PHP 7.3.0 et cURL 7.61.0
CURLOPT_SSH_COMPRESSION (int)
Disponible à partir de PHP 7.3.0 et cURL 7.56.0
CURLOPT_TIMEVALUE_LARGE (int)
Disponible à partir de PHP 7.3.0 et cURL 7.59.0
CURLOPT_TLS13_CIPHERS (int)
Disponible à partir de PHP 7.3.0 et cURL 7.61.0
CURLSSH_AUTH_GSSAPI (int)
Disponible à partir de PHP 7.3.0 et cURL 7.58.0
CURLOPT_HTTP09_ALLOWED (int)
Disponible respectivement à partir de PHP 7.3.15 and 7.4.3 et cURL 7.64.0
CURLMIMEOPT_FORMESCAPE (int)
Disponible à partir de PHP 8.3.0 et cURL 7.81.0
CURLWS_RAW_MODE (int)
Disponible à partir de PHP 8.3.0 et cURL 7.86.0
CURLKHMATCH_OK (int)
Disponible à partir de PHP 8.3.0 et cURL 7.19.6
CURLKHMATCH_MISMATCH (int)
Disponible à partir de PHP 8.3.0 et cURL 7.19.6
CURLKHMATCH_MISSING (int)
Disponible à partir de PHP 8.3.0 et cURL 7.19.6
CURLKHMATCH_LAST (int)
Disponible à partir de PHP 8.3.0 et cURL 7.19.6
To Top