<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.curl.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'curl.constants.php',
    1 => 'Constantes pr&eacute;-d&eacute;finies',
    2 => 'Constantes pr&eacute;-d&eacute;finies',
  ),
  'up' => 
  array (
    0 => 'book.curl.php',
    1 => 'cURL',
  ),
  'prev' => 
  array (
    0 => 'curl.resources.php',
    1 => 'Types de ressources',
  ),
  'next' => 
  array (
    0 => 'curl.examples.php',
    1 => 'Exemples',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/curl/constants.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="curl.constants" class="appendix">
 <h1 class="title">Constantes pré-définies</h1>

 <p class="simpara">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&#039;exécution.</p>
 <p class="para">
  Les descriptions ainsi que les usages de ces constantes sont décrits
  dans la documentation des fonctions <span class="function"><a href="function.curl-setopt.php" class="function">curl_setopt()</a></span>,
  <span class="function"><a href="function.curl-multi-setopt.php" class="function">curl_multi_setopt()</a></span> et <span class="function"><a href="function.curl-getinfo.php" class="function">curl_getinfo()</a></span>.
 </p>
 <table class="doctable table">
      <tr>
       <th>Constantes</th>
       <th>Description</th>
      </tr>
   <tr>
   <td id="constant.curlaltsvc-h1">
    <strong><code><a href="curl.constants.php#constant.curlaltsvc-h1">CURLALTSVC_H1</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.64.1.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlaltsvc-h2">
    <strong><code><a href="curl.constants.php#constant.curlaltsvc-h2">CURLALTSVC_H2</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.64.1.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlaltsvc-h3">
    <strong><code><a href="curl.constants.php#constant.curlaltsvc-h3">CURLALTSVC_H3</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.64.1.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlaltsvc-readonlyfile">
    <strong><code><a href="curl.constants.php#constant.curlaltsvc-readonlyfile">CURLALTSVC_READONLYFILE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.64.1.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlauth-any">
    <strong><code><a href="curl.constants.php#constant.curlauth-any">CURLAUTH_ANY</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">

    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlauth-anysafe">
    <strong><code><a href="curl.constants.php#constant.curlauth-anysafe">CURLAUTH_ANYSAFE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">

    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlauth-aws-sigv4">
    <strong><code><a href="curl.constants.php#constant.curlauth-aws-sigv4">CURLAUTH_AWS_SIGV4</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.75.0.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlauth-basic">
    <strong><code><a href="curl.constants.php#constant.curlauth-basic">CURLAUTH_BASIC</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlauth-bearer">
    <strong><code><a href="curl.constants.php#constant.curlauth-bearer">CURLAUTH_BEARER</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 7.3.0 et cURL 7.61.0.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlauth-digest">
    <strong><code><a href="curl.constants.php#constant.curlauth-digest">CURLAUTH_DIGEST</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlauth-digest-ie">
    <strong><code><a href="curl.constants.php#constant.curlauth-digest-ie">CURLAUTH_DIGEST_IE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Utiliser l&#039;authentification HTTP Digest avec un navigateur IE.
     Disponible à partir de cURL 7.19.3.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlauth-gssapi">
    <strong><code><a href="curl.constants.php#constant.curlauth-gssapi">CURLAUTH_GSSAPI</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 7.3.0 et cURL 7.54.1
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlauth-gssnegotiate">
    <strong><code><a href="curl.constants.php#constant.curlauth-gssnegotiate">CURLAUTH_GSSNEGOTIATE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlauth-negotiate">
    <strong><code><a href="curl.constants.php#constant.curlauth-negotiate">CURLAUTH_NEGOTIATE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 7.0.7 et cURL 7.38.0.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlauth-none">
    <strong><code><a href="curl.constants.php#constant.curlauth-none">CURLAUTH_NONE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de cURL 7.10.6.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlauth-ntlm">
    <strong><code><a href="curl.constants.php#constant.curlauth-ntlm">CURLAUTH_NTLM</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlauth-ntlm-wb">
    <strong><code><a href="curl.constants.php#constant.curlauth-ntlm-wb">CURLAUTH_NTLM_WB</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 7.0.7 et cURL 7.22.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlauth-only">
    <strong><code><a href="curl.constants.php#constant.curlauth-only">CURLAUTH_ONLY</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Ceci est un symbole méta. Mettez cette valeur AVEC
     une seule valeur d&#039;auth spécifique
     pour forcer libcurl à vérifier l&#039;authentification non restreinte et si non,
     seulement cet algorithme d&#039;auth est acceptable.
     Disponible à partir de cURL 7.21.3.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlftpauth-default">
    <strong><code><a href="curl.constants.php#constant.curlftpauth-default">CURLFTPAUTH_DEFAULT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">

    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlftpauth-ssl">
    <strong><code><a href="curl.constants.php#constant.curlftpauth-ssl">CURLFTPAUTH_SSL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">

    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlftpauth-tls">
    <strong><code><a href="curl.constants.php#constant.curlftpauth-tls">CURLFTPAUTH_TLS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">

    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlftpmethod-default">
    <strong><code><a href="curl.constants.php#constant.curlftpmethod-default">CURLFTPMETHOD_DEFAULT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.15.3.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlftpmethod-multicwd">
    <strong><code><a href="curl.constants.php#constant.curlftpmethod-multicwd">CURLFTPMETHOD_MULTICWD</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Effectue une seule opération <code class="literal">CWD</code>
     pour chaque partie de chemin dans l&#039;URL donnée.
     Disponible à partir de cURL 7.15.3.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlftpmethod-nocwd">
    <strong><code><a href="curl.constants.php#constant.curlftpmethod-nocwd">CURLFTPMETHOD_NOCWD</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     libcurl ne fait pas de <code class="literal">CWD</code> du tout.
     libcurl fait <code class="literal">SIZE</code>, <code class="literal">RETR</code>,
     <code class="literal">STOR</code> etc.
     et renvoie un chemin complet au serveur pour toutes ces commandes.
     Disponible à partir de cURL 7.15.3.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlftpmethod-singlecwd">
    <strong><code><a href="curl.constants.php#constant.curlftpmethod-singlecwd">CURLFTPMETHOD_SINGLECWD</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     libcurl effectue un <code class="literal">CWD</code> avec le répertoire cible complet
     puis opère sur le fichier comme dans le cas multicwd.
     Disponible à partir de cURL 7.15.3.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlftpssl-all">
    <strong><code><a href="curl.constants.php#constant.curlftpssl-all">CURLFTPSSL_ALL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">

    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlftpssl-ccc-active">
    <strong><code><a href="curl.constants.php#constant.curlftpssl-ccc-active">CURLFTPSSL_CCC_ACTIVE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Initie la fermeture de la connexion et attend une réponse.
     Disponible à partir de cURL 7.16.2.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlftpssl-ccc-none">
    <strong><code><a href="curl.constants.php#constant.curlftpssl-ccc-none">CURLFTPSSL_CCC_NONE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     N&#039;essaye pas d&#039;utiliser CCC (Clear Command Channel).
     Disponible à partir de cURL 7.16.2.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlftpssl-ccc-passive">
    <strong><code><a href="curl.constants.php#constant.curlftpssl-ccc-passive">CURLFTPSSL_CCC_PASSIVE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     N&#039;initialise pas la fermeture de la connexion, mais attend que le serveur le fasse.
     N&#039;envoie pas de réponse.
     Disponible à partir de cURL 7.16.1.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlftpssl-control">
    <strong><code><a href="curl.constants.php#constant.curlftpssl-control">CURLFTPSSL_CONTROL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">

    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlftpssl-none">
    <strong><code><a href="curl.constants.php#constant.curlftpssl-none">CURLFTPSSL_NONE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">

    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlftpssl-try">
    <strong><code><a href="curl.constants.php#constant.curlftpssl-try">CURLFTPSSL_TRY</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">

    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlftp-create-dir">
    <strong><code><a href="curl.constants.php#constant.curlftp-create-dir">CURLFTP_CREATE_DIR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 7.0.7 et cURL 7.19.3
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlftp-create-dir-none">
    <strong><code><a href="curl.constants.php#constant.curlftp-create-dir-none">CURLFTP_CREATE_DIR_NONE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 7.0.7 et cURL 7.19.3
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlftp-create-dir-retry">
    <strong><code><a href="curl.constants.php#constant.curlftp-create-dir-retry">CURLFTP_CREATE_DIR_RETRY</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 7.0.7 et cURL 7.19.3
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlgssapi-delegation-flag">
    <strong><code><a href="curl.constants.php#constant.curlgssapi-delegation-flag">CURLGSSAPI_DELEGATION_FLAG</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Permet la délégation inconditionnelle des informations d&#039;identification GSSAPI.
     Disponible à partir de cURL 7.22.0.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlgssapi-delegation-policy-flag">
    <strong><code><a href="curl.constants.php#constant.curlgssapi-delegation-policy-flag">CURLGSSAPI_DELEGATION_POLICY_FLAG</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Délègue uniquement si le drapeau <code class="literal">OK-AS-DELEGATE</code> est défini
     dans le ticket de service si cette fonctionnalité est prise en charge par l&#039;implémentation GSS-API
     et que la définition de <code class="literal">GSS_C_DELEG_POLICY_FLAG</code>
     était disponible à la compilation.
     Disponible à partir de cURL 7.22.0.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlheader-separate">
    <strong><code><a href="curl.constants.php#constant.curlheader-separate">CURLHEADER_SEPARATE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 7.0.7 et cURL 7.37.0.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlheader-unified">
    <strong><code><a href="curl.constants.php#constant.curlheader-unified">CURLHEADER_UNIFIED</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 7.0.7 et cURL 7.37.0.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlhsts-enable">
    <strong><code><a href="curl.constants.php#constant.curlhsts-enable">CURLHSTS_ENABLE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.74.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlhsts-readonlyfile">
    <strong><code><a href="curl.constants.php#constant.curlhsts-readonlyfile">CURLHSTS_READONLYFILE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.74.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlkhmatch-last">
    <strong><code><a href="curl.constants.php#constant.curlkhmatch-last">CURLKHMATCH_LAST</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.3.0 et cURL 7.19.6
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlkhmatch-mismatch">
    <strong><code><a href="curl.constants.php#constant.curlkhmatch-mismatch">CURLKHMATCH_MISMATCH</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.3.0 et cURL 7.19.6
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlkhmatch-missing">
    <strong><code><a href="curl.constants.php#constant.curlkhmatch-missing">CURLKHMATCH_MISSING</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.3.0 et cURL 7.19.6
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlkhmatch-ok">
    <strong><code><a href="curl.constants.php#constant.curlkhmatch-ok">CURLKHMATCH_OK</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.3.0 et cURL 7.19.6
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlmimeopt-formescape">
    <strong><code><a href="curl.constants.php#constant.curlmimeopt-formescape">CURLMIMEOPT_FORMESCAPE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.3.0 et cURL 7.81.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlmsg-done">
    <strong><code><a href="curl.constants.php#constant.curlmsg-done">CURLMSG_DONE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">

    </span>
   </td>
  </tr>
 <tr>
   <td id="constant.curlpipe-http1">
    <strong><code><a href="curl.constants.php#constant.curlpipe-http1">CURLPIPE_HTTP1</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de cURL 7.43.0.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlpipe-multiplex">
    <strong><code><a href="curl.constants.php#constant.curlpipe-multiplex">CURLPIPE_MULTIPLEX</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de cURL 7.43.0.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlpipe-nothing">
    <strong><code><a href="curl.constants.php#constant.curlpipe-nothing">CURLPIPE_NOTHING</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de cURL 7.43.0.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlproxy-http">
    <strong><code><a href="curl.constants.php#constant.curlproxy-http">CURLPROXY_HTTP</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de cURL 7.10.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlproxy-https">
    <strong><code><a href="curl.constants.php#constant.curlproxy-https">CURLPROXY_HTTPS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 7.3.0 et cURL 7.52.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlproxy-http-1-0">
    <strong><code><a href="curl.constants.php#constant.curlproxy-http-1-0">CURLPROXY_HTTP_1_0</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 7.0.7 et cURL 7.19.3
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlproxy-socks4">
    <strong><code><a href="curl.constants.php#constant.curlproxy-socks4">CURLPROXY_SOCKS4</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de cURL 7.10.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlproxy-socks4a">
    <strong><code><a href="curl.constants.php#constant.curlproxy-socks4a">CURLPROXY_SOCKS4A</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de cURL 7.18.0.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlproxy-socks5">
    <strong><code><a href="curl.constants.php#constant.curlproxy-socks5">CURLPROXY_SOCKS5</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de cURL 7.10.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlproxy-socks5-hostname">
    <strong><code><a href="curl.constants.php#constant.curlproxy-socks5-hostname">CURLPROXY_SOCKS5_HOSTNAME</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de cURL 7.18.0.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlpx-bad-address-type">
    <strong><code><a href="curl.constants.php#constant.curlpx-bad-address-type">CURLPX_BAD_ADDRESS_TYPE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.73.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlpx-bad-version">
    <strong><code><a href="curl.constants.php#constant.curlpx-bad-version">CURLPX_BAD_VERSION</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.73.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlpx-closed">
    <strong><code><a href="curl.constants.php#constant.curlpx-closed">CURLPX_CLOSED</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.73.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlpx-gssapi">
    <strong><code><a href="curl.constants.php#constant.curlpx-gssapi">CURLPX_GSSAPI</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.73.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlpx-gssapi-permsg">
    <strong><code><a href="curl.constants.php#constant.curlpx-gssapi-permsg">CURLPX_GSSAPI_PERMSG</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.73.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlpx-gssapi-protection">
    <strong><code><a href="curl.constants.php#constant.curlpx-gssapi-protection">CURLPX_GSSAPI_PROTECTION</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.73.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlpx-identd">
    <strong><code><a href="curl.constants.php#constant.curlpx-identd">CURLPX_IDENTD</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.73.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlpx-identd-differ">
    <strong><code><a href="curl.constants.php#constant.curlpx-identd-differ">CURLPX_IDENTD_DIFFER</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.73.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlpx-long-hostname">
    <strong><code><a href="curl.constants.php#constant.curlpx-long-hostname">CURLPX_LONG_HOSTNAME</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.73.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlpx-long-passwd">
    <strong><code><a href="curl.constants.php#constant.curlpx-long-passwd">CURLPX_LONG_PASSWD</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.73.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlpx-long-user">
    <strong><code><a href="curl.constants.php#constant.curlpx-long-user">CURLPX_LONG_USER</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.73.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlpx-no-auth">
    <strong><code><a href="curl.constants.php#constant.curlpx-no-auth">CURLPX_NO_AUTH</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.73.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlpx-ok">
    <strong><code><a href="curl.constants.php#constant.curlpx-ok">CURLPX_OK</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.73.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlpx-recv-address">
    <strong><code><a href="curl.constants.php#constant.curlpx-recv-address">CURLPX_RECV_ADDRESS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.73.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlpx-recv-auth">
    <strong><code><a href="curl.constants.php#constant.curlpx-recv-auth">CURLPX_RECV_AUTH</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.73.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlpx-recv-connect">
    <strong><code><a href="curl.constants.php#constant.curlpx-recv-connect">CURLPX_RECV_CONNECT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.73.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlpx-recv-reqack">
    <strong><code><a href="curl.constants.php#constant.curlpx-recv-reqack">CURLPX_RECV_REQACK</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.73.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlpx-reply-address-type-not-supported">
    <strong><code><a href="curl.constants.php#constant.curlpx-reply-address-type-not-supported">CURLPX_REPLY_ADDRESS_TYPE_NOT_SUPPORTED</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.73.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlpx-reply-command-not-supported">
    <strong><code><a href="curl.constants.php#constant.curlpx-reply-command-not-supported">CURLPX_REPLY_COMMAND_NOT_SUPPORTED</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.73.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlpx-reply-connection-refused">
    <strong><code><a href="curl.constants.php#constant.curlpx-reply-connection-refused">CURLPX_REPLY_CONNECTION_REFUSED</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.73.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlpx-reply-general-server-failure">
    <strong><code><a href="curl.constants.php#constant.curlpx-reply-general-server-failure">CURLPX_REPLY_GENERAL_SERVER_FAILURE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.73.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlpx-reply-host-unreachable">
    <strong><code><a href="curl.constants.php#constant.curlpx-reply-host-unreachable">CURLPX_REPLY_HOST_UNREACHABLE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.73.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlpx-reply-network-unreachable">
    <strong><code><a href="curl.constants.php#constant.curlpx-reply-network-unreachable">CURLPX_REPLY_NETWORK_UNREACHABLE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.73.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlpx-reply-not-allowed">
    <strong><code><a href="curl.constants.php#constant.curlpx-reply-not-allowed">CURLPX_REPLY_NOT_ALLOWED</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.73.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlpx-reply-ttl-expired">
    <strong><code><a href="curl.constants.php#constant.curlpx-reply-ttl-expired">CURLPX_REPLY_TTL_EXPIRED</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.73.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlpx-reply-unassigned">
    <strong><code><a href="curl.constants.php#constant.curlpx-reply-unassigned">CURLPX_REPLY_UNASSIGNED</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.73.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlpx-request-failed">
    <strong><code><a href="curl.constants.php#constant.curlpx-request-failed">CURLPX_REQUEST_FAILED</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.73.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlpx-resolve-host">
    <strong><code><a href="curl.constants.php#constant.curlpx-resolve-host">CURLPX_RESOLVE_HOST</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.73.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlpx-send-auth">
    <strong><code><a href="curl.constants.php#constant.curlpx-send-auth">CURLPX_SEND_AUTH</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.73.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlpx-send-connect">
    <strong><code><a href="curl.constants.php#constant.curlpx-send-connect">CURLPX_SEND_CONNECT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.73.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlpx-send-request">
    <strong><code><a href="curl.constants.php#constant.curlpx-send-request">CURLPX_SEND_REQUEST</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.73.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlpx-unknown-fail">
    <strong><code><a href="curl.constants.php#constant.curlpx-unknown-fail">CURLPX_UNKNOWN_FAIL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.73.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlpx-unknown-mode">
    <strong><code><a href="curl.constants.php#constant.curlpx-unknown-mode">CURLPX_UNKNOWN_MODE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.73.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlpx-user-rejected">
    <strong><code><a href="curl.constants.php#constant.curlpx-user-rejected">CURLPX_USER_REJECTED</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.73.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlssh-auth-agent">
    <strong><code><a href="curl.constants.php#constant.curlssh-auth-agent">CURLSSH_AUTH_AGENT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 7.0.7 et cURL 7.28.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlssh-auth-any">
    <strong><code><a href="curl.constants.php#constant.curlssh-auth-any">CURLSSH_AUTH_ANY</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">

    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlssh-auth-default">
    <strong><code><a href="curl.constants.php#constant.curlssh-auth-default">CURLSSH_AUTH_DEFAULT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">

    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlssh-auth-gssapi">
    <strong><code><a href="curl.constants.php#constant.curlssh-auth-gssapi">CURLSSH_AUTH_GSSAPI</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 7.3.0 et cURL 7.58.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlssh-auth-host">
    <strong><code><a href="curl.constants.php#constant.curlssh-auth-host">CURLSSH_AUTH_HOST</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">

    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlssh-auth-keyboard">
    <strong><code><a href="curl.constants.php#constant.curlssh-auth-keyboard">CURLSSH_AUTH_KEYBOARD</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">

    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlssh-auth-none">
    <strong><code><a href="curl.constants.php#constant.curlssh-auth-none">CURLSSH_AUTH_NONE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">

    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlssh-auth-password">
    <strong><code><a href="curl.constants.php#constant.curlssh-auth-password">CURLSSH_AUTH_PASSWORD</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">

    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlssh-auth-publickey">
    <strong><code><a href="curl.constants.php#constant.curlssh-auth-publickey">CURLSSH_AUTH_PUBLICKEY</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">

    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlsslopt-allow-beast">
    <strong><code><a href="curl.constants.php#constant.curlsslopt-allow-beast">CURLSSLOPT_ALLOW_BEAST</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de cURL 7.25.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlsslopt-auto-client-cert">
    <strong><code><a href="curl.constants.php#constant.curlsslopt-auto-client-cert">CURLSSLOPT_AUTO_CLIENT_CERT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.77.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlsslopt-native-ca">
    <strong><code><a href="curl.constants.php#constant.curlsslopt-native-ca">CURLSSLOPT_NATIVE_CA</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.71.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlsslopt-no-partialchain">
    <strong><code><a href="curl.constants.php#constant.curlsslopt-no-partialchain">CURLSSLOPT_NO_PARTIALCHAIN</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.68.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlsslopt-no-revoke">
    <strong><code><a href="curl.constants.php#constant.curlsslopt-no-revoke">CURLSSLOPT_NO_REVOKE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 7.0.7 et cURL 7.44.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlsslopt-revoke-best-effort">
    <strong><code><a href="curl.constants.php#constant.curlsslopt-revoke-best-effort">CURLSSLOPT_REVOKE_BEST_EFFORT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.70.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlusessl-all">
    <strong><code><a href="curl.constants.php#constant.curlusessl-all">CURLUSESSL_ALL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Requiert SSL pour toutes les communications
     ou échoue avec <strong><code>CURLE_USE_SSL_FAILED</code></strong>.
     Disponible à partir de cURL 7.17.0.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlusessl-control">
    <strong><code><a href="curl.constants.php#constant.curlusessl-control">CURLUSESSL_CONTROL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Requiert SSL pour la connexion de contrôle
     ou échoue avec <strong><code>CURLE_USE_SSL_FAILED</code></strong>.
     Disponible à partir de cURL 7.17.0.
    </span>
   </td>
  </tr>
  <tr>  
   <td id="constant.curlusessl-none">
    <strong><code><a href="curl.constants.php#constant.curlusessl-none">CURLUSESSL_NONE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     N&#039;essaye pas d&#039;utiliser SSL.
     Disponible à partir de cURL 7.17.0.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlusessl-try">
    <strong><code><a href="curl.constants.php#constant.curlusessl-try">CURLUSESSL_TRY</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Essaie d&#039;utiliser SSL, sinon continue normalement.
     Il est à noter que le serveur peut fermer la connexion si la négociation échoue.
     Disponible à partir de cURL 7.17.0.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlversion-now">
    <strong><code><a href="curl.constants.php#constant.curlversion-now">CURLVERSION_NOW</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">

    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlws-raw-mode">
    <strong><code><a href="curl.constants.php#constant.curlws-raw-mode">CURLWS_RAW_MODE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.3.0 et cURL 7.86.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-fnmatchfunc-fail">
    <strong><code><a href="curl.constants.php#constant.curl-fnmatchfunc-fail">CURL_FNMATCHFUNC_FAIL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Renvoyé par la fonction de rappel de correspondance de caractères génériques si une erreur s&#039;est produite.
     Disponible à partir de cURL 7.21.0.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-fnmatchfunc-match">
    <strong><code><a href="curl.constants.php#constant.curl-fnmatchfunc-match">CURL_FNMATCHFUNC_MATCH</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Renvoyé par la fonction de rappel de correspondance de caractères génériques
     si le motif correspond à la chaîne.
     Disponible à partir de cURL 7.21.0.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-fnmatchfunc-nomatch">
    <strong><code><a href="curl.constants.php#constant.curl-fnmatchfunc-nomatch">CURL_FNMATCHFUNC_NOMATCH</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Renvoyé par la fonction de rappel de correspondance de caractères génériques
     si le motif ne correspond pas à la chaîne.
     Disponible à partir de cURL 7.21.0.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-http-version-1-0">
    <strong><code><a href="curl.constants.php#constant.curl-http-version-1-0">CURL_HTTP_VERSION_1_0</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">

    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-http-version-1-1">
    <strong><code><a href="curl.constants.php#constant.curl-http-version-1-1">CURL_HTTP_VERSION_1_1</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">

    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-http-version-2">
    <strong><code><a href="curl.constants.php#constant.curl-http-version-2">CURL_HTTP_VERSION_2</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 7.0.7 et cURL 7.43.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-http-version-2tls">
    <strong><code><a href="curl.constants.php#constant.curl-http-version-2tls">CURL_HTTP_VERSION_2TLS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 7.0.7 et cURL 7.47.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-http-version-2-0">
    <strong><code><a href="curl.constants.php#constant.curl-http-version-2-0">CURL_HTTP_VERSION_2_0</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de cURL 7.33.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-http-version-2-prior-knowledge">
    <strong><code><a href="curl.constants.php#constant.curl-http-version-2-prior-knowledge">CURL_HTTP_VERSION_2_PRIOR_KNOWLEDGE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 7.0.7 et cURL 7.49.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-http-version-3">
    <strong><code><a href="curl.constants.php#constant.curl-http-version-3">CURL_HTTP_VERSION_3</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.4.0 et cURL 7.66.0.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-http-version-3only">
    <strong><code><a href="curl.constants.php#constant.curl-http-version-3only">CURL_HTTP_VERSION_3ONLY</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.4.0 et cURL 7.88.0.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-http-version-none">
    <strong><code><a href="curl.constants.php#constant.curl-http-version-none">CURL_HTTP_VERSION_NONE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">

    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-ipresolve-v4">
    <strong><code><a href="curl.constants.php#constant.curl-ipresolve-v4">CURL_IPRESOLVE_V4</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Utiliser uniquement des adresses IPv4 lors de l&#039;établissement d&#039;une connexion
     ou en choisissant une dans le pool de connexions.
     Disponible à partir de cURL 7.10.8.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-ipresolve-v6">
    <strong><code><a href="curl.constants.php#constant.curl-ipresolve-v6">CURL_IPRESOLVE_V6</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Utiliser uniquement des adresses IPv6 lors de l&#039;établissement d&#039;une connexion
     ou en choisissant une dans le pool de connexions.
     Disponible à partir de cURL 7.10.8.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-ipresolve-whatever">
    <strong><code><a href="curl.constants.php#constant.curl-ipresolve-whatever">CURL_IPRESOLVE_WHATEVER</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Utiliser les adresses de toutes les versions IP autorisées par le système.
     Disponible à partir de cURL 7.10.8.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-max-read-size">
    <strong><code><a href="curl.constants.php#constant.curl-max-read-size">CURL_MAX_READ_SIZE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 7.3.0 et cURL 7.53.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-netrc-ignored">
    <strong><code><a href="curl.constants.php#constant.curl-netrc-ignored">CURL_NETRC_IGNORED</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">

    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-netrc-optional">
    <strong><code><a href="curl.constants.php#constant.curl-netrc-optional">CURL_NETRC_OPTIONAL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">

    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-netrc-required">
    <strong><code><a href="curl.constants.php#constant.curl-netrc-required">CURL_NETRC_REQUIRED</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">

    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-push-deny">
    <strong><code><a href="curl.constants.php#constant.curl-push-deny">CURL_PUSH_DENY</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 7.1.0 et cURL 7.44.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-push-ok">
    <strong><code><a href="curl.constants.php#constant.curl-push-ok">CURL_PUSH_OK</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 7.1.0 et cURL 7.44.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-readfunc-pause">
    <strong><code><a href="curl.constants.php#constant.curl-readfunc-pause">CURL_READFUNC_PAUSE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de cURL 7.18.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-redir-post-301">
    <strong><code><a href="curl.constants.php#constant.curl-redir-post-301">CURL_REDIR_POST_301</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 7.0.7 et cURL 7.18.2
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-redir-post-302">
    <strong><code><a href="curl.constants.php#constant.curl-redir-post-302">CURL_REDIR_POST_302</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 7.0.7 et cURL 7.18.2
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-redir-post-303">
    <strong><code><a href="curl.constants.php#constant.curl-redir-post-303">CURL_REDIR_POST_303</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 7.0.7 et cURL 7.25.1
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-redir-post-all">
    <strong><code><a href="curl.constants.php#constant.curl-redir-post-all">CURL_REDIR_POST_ALL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 7.0.7 et cURL 7.18.2
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-rtspreq-announce">
    <strong><code><a href="curl.constants.php#constant.curl-rtspreq-announce">CURL_RTSPREQ_ANNOUNCE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Lorsqu&#039;envoyé par un client, cette méthode change la description de la session.
     <code class="literal">ANNOUNCE</code> agit comme un HTTP PUT ou POST
     tout comme <strong><code><a href="curl.constants.php#constant.curl-rtspreq-set-parameter">CURL_RTSPREQ_SET_PARAMETER</a></code></strong>.
     Disponible à partir de cURL 7.20.0.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-rtspreq-describe">
    <strong><code><a href="curl.constants.php#constant.curl-rtspreq-describe">CURL_RTSPREQ_DESCRIBE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Utilisé pour obtenir la description de bas niveau d&#039;un flux.
     L&#039;application doit noter les formats qu&#039;elle comprend
     dans l&#039;en-tête <code class="literal">Accept:</code>. À moins d&#039;être défini manuellement,
     libcurl ajoute automatiquement <code class="literal">Accept: application/sdp</code>.
     Les en-têtes de condition temporelle sont ajoutés aux requêtes DESCRIBE
     si l&#039;option <strong><code><a href="curl.constants.php#constant.curlopt-timecondition">CURLOPT_TIMECONDITION</a></code></strong> est utilisée.
     Disponible à partir de cURL 7.20.0.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-rtspreq-get-parameter">
    <strong><code><a href="curl.constants.php#constant.curl-rtspreq-get-parameter">CURL_RTSPREQ_GET_PARAMETER</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Récupère un paramètre du serveur.
     Par défaut, libcurl ajoute un en-tête <code class="literal">Content-Type: text/parameters</code>
     sur toutes les requêtes non vides à moins qu&#039;un en-tête personnalisé ne soit défini.
     <code class="literal">GET_PARAMETER</code> agit comme un HTTP PUT ou POST.
     Les applications souhaitant envoyer un message de battement
     devraient utiliser une requête <code class="literal">GET_PARAMETER</code> vide.
     Disponible à partir de cURL 7.20.0.
    </span>
   </td>
  </tr>
  <tr> 
   <td id="constant.curl-rtspreq-options">
    <strong><code><a href="curl.constants.php#constant.curl-rtspreq-options">CURL_RTSPREQ_OPTIONS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Utilisé pour obtenir les options de la session.
     Disponible à partir de cURL 7.20.0.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-rtspreq-pause">
    <strong><code><a href="curl.constants.php#constant.curl-rtspreq-pause">CURL_RTSPREQ_PAUSE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Envoie une commande <code class="literal">PAUSE</code> au serveur.
     Utiliser l&#039;option <strong><code><a href="curl.constants.php#constant.curlopt-range">CURLOPT_RANGE</a></code></strong> avec une seule valeur
     pour indiquer quand le flux doit être arrêté (par exemple npt=25).
     Disponible à partir de cURL 7.20.0.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-rtspreq-play">
    <strong><code><a href="curl.constants.php#constant.curl-rtspreq-play">CURL_RTSPREQ_PLAY</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Envoie une commande <code class="literal">PLAY</code> au serveur.
     Utiliser l&#039;option <strong><code><a href="curl.constants.php#constant.curlopt-range">CURLOPT_RANGE</a></code></strong>
     pour modifier le temps de lecture (par exemple npt=10-15).
     Disponible à partir de cURL 7.20.0.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-rtspreq-receive">
    <strong><code><a href="curl.constants.php#constant.curl-rtspreq-receive">CURL_RTSPREQ_RECEIVE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Définit le type de requête RTSP pour recevoir des données RTP entrelacées.
     Disponible à partir de cURL 7.20.0.
    </span>
   </td>
  </tr>
    <tr>
   <td id="constant.curl-rtspreq-record">
    <strong><code><a href="curl.constants.php#constant.curl-rtspreq-record">CURL_RTSPREQ_RECORD</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Utilisé pour dire au serveur d&#039;enregistrer une session.
     Utiliser l&#039;option <strong><code><a href="curl.constants.php#constant.curlopt-range">CURLOPT_RANGE</a></code></strong> pour modifier le temps d&#039;enregistrement.
     Disponible à partir de cURL 7.20.0.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-rtspreq-setup">
    <strong><code><a href="curl.constants.php#constant.curl-rtspreq-setup">CURL_RTSPREQ_SETUP</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Utilisé pour initialiser la couche de transport pour la session.
     Disponible à partir de cURL 7.20.0.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-rtspreq-set-parameter">
    <strong><code><a href="curl.constants.php#constant.curl-rtspreq-set-parameter">CURL_RTSPREQ_SET_PARAMETER</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Définit un paramètre sur le serveur.
     Disponible à partir de cURL 7.20.0.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-rtspreq-teardown">
    <strong><code><a href="curl.constants.php#constant.curl-rtspreq-teardown">CURL_RTSPREQ_TEARDOWN</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Termine une session RTSP.
     Fermer simplement une connexion ne termine pas la session RTSP
     car il est valide de contrôler une session RTSP sur différentes connexions.
     Disponible à partir de cURL 7.20.0.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-sslversion-default">
    <strong><code><a href="curl.constants.php#constant.curl-sslversion-default">CURL_SSLVERSION_DEFAULT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">

    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-sslversion-max-default">
    <strong><code><a href="curl.constants.php#constant.curl-sslversion-max-default">CURL_SSLVERSION_MAX_DEFAULT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 7.3.0 et cURL 7.54.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-sslversion-max-none">
    <strong><code><a href="curl.constants.php#constant.curl-sslversion-max-none">CURL_SSLVERSION_MAX_NONE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 7.3.0 et cURL 7.54.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-sslversion-max-tlsv1-0">
    <strong><code><a href="curl.constants.php#constant.curl-sslversion-max-tlsv1-0">CURL_SSLVERSION_MAX_TLSv1_0</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 7.3.0 et cURL 7.54.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-sslversion-max-tlsv1-1">
    <strong><code><a href="curl.constants.php#constant.curl-sslversion-max-tlsv1-1">CURL_SSLVERSION_MAX_TLSv1_1</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 7.3.0 et cURL 7.54.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-sslversion-max-tlsv1-2">
    <strong><code><a href="curl.constants.php#constant.curl-sslversion-max-tlsv1-2">CURL_SSLVERSION_MAX_TLSv1_2</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 7.3.0 et cURL 7.54.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-sslversion-max-tlsv1-3">
    <strong><code><a href="curl.constants.php#constant.curl-sslversion-max-tlsv1-3">CURL_SSLVERSION_MAX_TLSv1_3</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 7.3.0 et cURL 7.54.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-sslversion-sslv2">
    <strong><code><a href="curl.constants.php#constant.curl-sslversion-sslv2">CURL_SSLVERSION_SSLv2</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">

    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-sslversion-sslv3">
    <strong><code><a href="curl.constants.php#constant.curl-sslversion-sslv3">CURL_SSLVERSION_SSLv3</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">

    </span>
    </td>
  </tr>
  <tr>
   <td id="constant.curl-sslversion-tlsv1">
    <strong><code><a href="curl.constants.php#constant.curl-sslversion-tlsv1">CURL_SSLVERSION_TLSv1</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">

    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-sslversion-tlsv1-0">
    <strong><code><a href="curl.constants.php#constant.curl-sslversion-tlsv1-0">CURL_SSLVERSION_TLSv1_0</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">

    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-sslversion-tlsv1-1">
    <strong><code><a href="curl.constants.php#constant.curl-sslversion-tlsv1-1">CURL_SSLVERSION_TLSv1_1</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">

    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-sslversion-tlsv1-2">
    <strong><code><a href="curl.constants.php#constant.curl-sslversion-tlsv1-2">CURL_SSLVERSION_TLSv1_2</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">

    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-sslversion-tlsv1-3">
    <strong><code><a href="curl.constants.php#constant.curl-sslversion-tlsv1-3">CURL_SSLVERSION_TLSv1_3</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 7.3.0 et cURL 7.52.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-timecond-ifmodsince">
    <strong><code><a href="curl.constants.php#constant.curl-timecond-ifmodsince">CURL_TIMECOND_IFMODSINCE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">

    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-timecond-ifunmodsince">
    <strong><code><a href="curl.constants.php#constant.curl-timecond-ifunmodsince">CURL_TIMECOND_IFUNMODSINCE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">

    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-timecond-lastmod">
    <strong><code><a href="curl.constants.php#constant.curl-timecond-lastmod">CURL_TIMECOND_LASTMOD</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">

    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-timecond-none">
    <strong><code><a href="curl.constants.php#constant.curl-timecond-none">CURL_TIMECOND_NONE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">

    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-tlsauth-srp">
    <strong><code><a href="curl.constants.php#constant.curl-tlsauth-srp">CURL_TLSAUTH_SRP</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de cURL 7.21.4.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-version-altsvc">
    <strong><code><a href="curl.constants.php#constant.curl-version-altsvc">CURL_VERSION_ALTSVC</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 7.3.6 et cURL 7.64.1
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-version-asynchdns">
    <strong><code><a href="curl.constants.php#constant.curl-version-asynchdns">CURL_VERSION_ASYNCHDNS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Résolutions DNS asynchrones.
     Disponible à partir de PHP 7.3.0 et cURL 7.10.7
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-version-brotli">
    <strong><code><a href="curl.constants.php#constant.curl-version-brotli">CURL_VERSION_BROTLI</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 7.3.0 et cURL 7.57.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-version-conv">
    <strong><code><a href="curl.constants.php#constant.curl-version-conv">CURL_VERSION_CONV</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Conversions de caractères supportées.
     Disponible à partir de PHP 7.3.0 et cURL 7.15.4
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-version-curldebug">
    <strong><code><a href="curl.constants.php#constant.curl-version-curldebug">CURL_VERSION_CURLDEBUG</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Suivi de la mémoire de débogage supporté.
     Disponible à partir de PHP 7.3.6 et cURL 7.19.6
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-version-debug">
    <strong><code><a href="curl.constants.php#constant.curl-version-debug">CURL_VERSION_DEBUG</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Construit avec des capacités de débogage.
     Disponible à partir de PHP 7.3.0 et cURL 7.10.6
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-version-gsasl">
    <strong><code><a href="curl.constants.php#constant.curl-version-gsasl">CURL_VERSION_GSASL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.76.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-version-gssapi">
    <strong><code><a href="curl.constants.php#constant.curl-version-gssapi">CURL_VERSION_GSSAPI</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Construit contre une bibliothèque GSS-API.
     Disponible à partir de PHP 7.3.0 et cURL 7.38.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-version-gssnegotiate">
    <strong><code><a href="curl.constants.php#constant.curl-version-gssnegotiate">CURL_VERSION_GSSNEGOTIATE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     L&#039;authentification Negotiate est supportée.
     Disponible à partir de PHP 7.3.0 et cURL 7.10.6 (obsolète à partir de cURL 7.38.0)
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-version-hsts">
    <strong><code><a href="curl.constants.php#constant.curl-version-hsts">CURL_VERSION_HSTS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.74.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-version-http2">
    <strong><code><a href="curl.constants.php#constant.curl-version-http2">CURL_VERSION_HTTP2</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Support HTTP2 intégré.
     Disponible à partir de cURL 7.33.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-version-http3">
    <strong><code><a href="curl.constants.php#constant.curl-version-http3">CURL_VERSION_HTTP3</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.66.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-version-https-proxy">
    <strong><code><a href="curl.constants.php#constant.curl-version-https-proxy">CURL_VERSION_HTTPS_PROXY</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 7.3.0 et cURL 7.52.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-version-idn">
    <strong><code><a href="curl.constants.php#constant.curl-version-idn">CURL_VERSION_IDN</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Les noms de domaine internationalisés sont supportés.
     Disponible à partir de PHP 7.3.0 et cURL 7.12.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-version-ipv6">
    <strong><code><a href="curl.constants.php#constant.curl-version-ipv6">CURL_VERSION_IPV6</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Supporte IPv6.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-version-kerberos4">
    <strong><code><a href="curl.constants.php#constant.curl-version-kerberos4">CURL_VERSION_KERBEROS4</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     L&#039;authentification Kerberos V4 est supportée.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-version-kerberos5">
    <strong><code><a href="curl.constants.php#constant.curl-version-kerberos5">CURL_VERSION_KERBEROS5</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     L&#039;authentification Kerberos V5 est supportée.
     Disponible à partir de PHP 7.0.7 et cURL 7.40.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-version-largefile">
    <strong><code><a href="curl.constants.php#constant.curl-version-largefile">CURL_VERSION_LARGEFILE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Supporte les fichiers de plus de 2 Go.
     Disponible à partir de cURL 7.33.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-version-libz">
    <strong><code><a href="curl.constants.php#constant.curl-version-libz">CURL_VERSION_LIBZ</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Les fonctionnalités de libz sont présentes.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-version-multi-ssl">
    <strong><code><a href="curl.constants.php#constant.curl-version-multi-ssl">CURL_VERSION_MULTI_SSL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 7.3.0 et cURL 7.56.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-version-ntlm">
    <strong><code><a href="curl.constants.php#constant.curl-version-ntlm">CURL_VERSION_NTLM</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     L&#039;authentification NTLM est supportée.
     Disponible à partir de PHP 7.3.0 et cURL 7.10.6
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-version-ntlm-wb">
    <strong><code><a href="curl.constants.php#constant.curl-version-ntlm-wb">CURL_VERSION_NTLM_WB</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     La délégation NTLM au helper winbind est supportée.
     Disponible à partir de PHP 7.3.0 et cURL 7.22.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-version-psl">
    <strong><code><a href="curl.constants.php#constant.curl-version-psl">CURL_VERSION_PSL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Liste des suffixes publics de Mozilla, utilisée pour la vérification des domaines de cookies.
     Disponible à partir de PHP 7.3.6 et cURL 7.47.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-version-spnego">
    <strong><code><a href="curl.constants.php#constant.curl-version-spnego">CURL_VERSION_SPNEGO</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     L&#039;authentification SPNEGO est supportée.
     Disponible à partir de PHP 7.3.0 et cURL 7.10.8
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-version-ssl">
    <strong><code><a href="curl.constants.php#constant.curl-version-ssl">CURL_VERSION_SSL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Les options SSL sont présentes.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-version-sspi">
    <strong><code><a href="curl.constants.php#constant.curl-version-sspi">CURL_VERSION_SSPI</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Construit contre Windows SSPI.
     Disponible à partir de PHP 7.3.0 et cURL 7.13.2
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-version-tlsauth-srp">
    <strong><code><a href="curl.constants.php#constant.curl-version-tlsauth-srp">CURL_VERSION_TLSAUTH_SRP</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     L&#039;authentification TLS-SRP est supportée.
     Disponible à partir de PHP 7.3.0 et cURL 7.21.4
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-version-unicode">
    <strong><code><a href="curl.constants.php#constant.curl-version-unicode">CURL_VERSION_UNICODE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.72.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-version-unix-sockets">
    <strong><code><a href="curl.constants.php#constant.curl-version-unix-sockets">CURL_VERSION_UNIX_SOCKETS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Support des sockets de domaine Unix.
     Disponible à partir de PHP 7.0.7 et cURL 7.40.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-version-zstd">
    <strong><code><a href="curl.constants.php#constant.curl-version-zstd">CURL_VERSION_ZSTD</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.2.0 et cURL 7.72.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-writefunc-pause">
    <strong><code><a href="curl.constants.php#constant.curl-writefunc-pause">CURL_WRITEFUNC_PAUSE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de cURL 7.18.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-prereqfunc-ok">
    <strong><code><a href="curl.constants.php#constant.curl-prereqfunc-ok">CURL_PREREQFUNC_OK</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.4.0 et cURL 7.80.0.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curl-prereqfunc-abort">
    <strong><code><a href="curl.constants.php#constant.curl-prereqfunc-abort">CURL_PREREQFUNC_ABORT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Disponible à partir de PHP 8.4.0 et cURL 7.80.0.
    </span>
   </td>
  </tr>
 </table>
 


 <table class="doctable table">
      <tr>
       <th>Constantes</th>
       <th>Description</th>
      </tr>
  <strong class="title"><span class="function"><a href="function.curl-setopt.php" class="function">curl_setopt()</a></span></strong>
  <tr>
   <td id="constant.curlopt-abstract-unix-socket">
    <strong><code><a href="curl.constants.php#constant.curlopt-abstract-unix-socket">CURLOPT_ABSTRACT_UNIX_SOCKET</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Active l&#039;utilisation d&#039;un socket Unix abstrait à la place
     d&#039;établir une connexion TCP à un hôte et définit le chemin donné
     en <span class="type"><a href="language.types.string.php" class="type string">string</a></span>. Cette option partage les mêmes sémantiques
     que <strong><code><a href="curl.constants.php#constant.curlopt-unix-socket-path">CURLOPT_UNIX_SOCKET_PATH</a></code></strong>. Ces deux options
     partagent le même stockage et donc une seule d&#039;entre elles peut être
     définie par un gestionnaire.
     Disponible à partir de PHP 7.3.0 et cURL 7.53.0.
    </p>
   </td>
  </tr>
    <tr>
   <td id="constant.curlopt-accept-encoding">
    <strong><code><a href="curl.constants.php#constant.curlopt-accept-encoding">CURLOPT_ACCEPT_ENCODING</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définit un <span class="type"><a href="language.types.string.php" class="type string">string</a></span> avec le contenu
     de l&#039;en-tête <code class="literal">Accept-Encoding:</code> envoyé dans une requête HTTP.
     Définir à <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong> pour désactiver l&#039;envoi de l&#039;en-tête <code class="literal">Accept-Encoding:</code>.
     Par défaut à <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong>.
     Disponible à partir de cURL 7.21.6.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-accepttimeout-ms">
    <strong><code><a href="curl.constants.php#constant.curlopt-accepttimeout-ms">CURLOPT_ACCEPTTIMEOUT_MS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Le nombre maximum de millisecondes à attendre pour qu&#039;un serveur
     se reconnecte à cURL lorsqu&#039;une connexion FTP active est utilisée.
     Par défaut à <code class="literal">60000</code> millisecondes.
     Disponible à partir de cURL 7.24.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-address-scope">
    <strong><code><a href="curl.constants.php#constant.curlopt-address-scope">CURLOPT_ADDRESS_SCOPE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     L&#039;identifiant de portée à utiliser lors de la connexion à une adresse IPv6.
     Cette option accepte n&#039;importe quelle valeur qui peut être convertie en un <span class="type"><a href="language.types.integer.php" class="type int">int</a></span> valide.
     Par défaut à <code class="literal">0</code>.
     Disponible à partir de cURL 7.19.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-altsvc">
    <strong><code><a href="curl.constants.php#constant.curlopt-altsvc">CURLOPT_ALTSVC</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Passer un <span class="type"><a href="language.types.string.php" class="type string">string</a></span> avec le nom de fichier pour que cURL utilise comme cache Alt-Svc pour lire le contenu du cache existant
     et éventuellement le réécrire après un transfert, à moins que <strong><code><a href="curl.constants.php#constant.curlaltsvc-readonlyfile">CURLALTSVC_READONLYFILE</a></code></strong>
     ne soit défini via <strong><code><a href="curl.constants.php#constant.curlopt-altsvc-ctrl">CURLOPT_ALTSVC_CTRL</a></code></strong>.
     Disponible à partir de PHP 8.2.0 et cURL 7.64.1.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-altsvc-ctrl">
    <strong><code><a href="curl.constants.php#constant.curlopt-altsvc-ctrl">CURLOPT_ALTSVC_CTRL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Peuple le masque de bits avec le bon ensemble de fonctionnalités pour indiquer à cURL comment gérer Alt-Svc pour les
     transferts utilisant ce gestionnaire. cURL n&#039;accepte que les en-têtes Alt-Svc sur HTTPS. Il ne complétera également
     une demande à une origine alternative que si cette origine est correctement hébergée sur HTTPS.
     Définir un bit activera le moteur alt-svc.
     Définit sur l&#039;une des constantes
     <strong><code><a href="curl.constants.php#constant.curlaltsvc-h1">CURLALTSVC_<span class="replaceable">*</span></a></code></strong>.
     Par défaut, la gestion Alt-Svc est désactivée.
     Disponible à partir de PHP 8.2.0 et cURL 7.64.1.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-append">
    <strong><code><a href="curl.constants.php#constant.curlopt-append">CURLOPT_APPEND</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Mettre cette option à <code class="literal">1</code> fera que les téléchargements FTP
     s&#039;ajoutent au fichier distant au lieu de l&#039;écraser.
     Par défaut à <code class="literal">0</code>.
     Disponible à partir de cURL 7.17.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-autoreferer">
    <strong><code><a href="curl.constants.php#constant.curlopt-autoreferer">CURLOPT_AUTOREFERER</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> pour définir automatiquement le champ <code class="literal">Referer:</code> dans
     les requêtes où il suit une redirection <code class="literal">Location:</code>.
     Par défaut, la valeur est <code class="literal">0</code>.
     Disponible à partir de cURL 7.1.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-aws-sigv4">
    <strong><code><a href="curl.constants.php#constant.curlopt-aws-sigv4">CURLOPT_AWS_SIGV4</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Apporte une authentification de signature AWS V4 sur l&#039;en-tête HTTP(S) en tant que <span class="type"><a href="language.types.string.php" class="type string">string</a></span>.
     Cette option remplace tout autre type d&#039;authentification qui a été défini dans
     <strong><code><a href="curl.constants.php#constant.curlopt-httpauth">CURLOPT_HTTPAUTH</a></code></strong>. Cette méthode ne peut pas être combinée avec d&#039;autres types d&#039;authentification.
     Disponible à partir de PHP 8.2.0 et cURL 7.75.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-binarytransfer">
    <strong><code><a href="curl.constants.php#constant.curlopt-binarytransfer">CURLOPT_BINARYTRANSFER</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Cette constante n&#039;est plus utilisée à partir de PHP 5.5.0.
     Obsolète à partir de PHP 8.4.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-buffersize">
    <strong><code><a href="curl.constants.php#constant.curlopt-buffersize">CURLOPT_BUFFERSIZE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Une taille de tampon à utiliser pour chaque lecture. Il n&#039;y a aucune garantie
     que cette demande sera satisfaite, cependant.
     Cette option accepte toute valeur pouvant être convertie en un <span class="type"><a href="language.types.integer.php" class="type int">int</a></span> valide.
     Par défaut, la valeur est <strong><code>CURL_MAX_WRITE_SIZE</code></strong> (actuellement, 16kB).
     Disponible à partir de cURL 7.10.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-cainfo">
    <strong><code><a href="curl.constants.php#constant.curlopt-cainfo">CURLOPT_CAINFO</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Un <span class="type"><a href="language.types.string.php" class="type string">string</a></span> avec le nom d&#039;un fichier contenant un ou plusieurs certificats pour vérifier le
     pair avec. Cela n&#039;a de sens que lorsqu&#039;il est utilisé en combinaison avec
     <strong><code><a href="curl.constants.php#constant.curlopt-ssl-verifypeer">CURLOPT_SSL_VERIFYPEER</a></code></strong>. Peut nécessiter un chemin absolu.
     Disponible à partir de cURL 7.4.2.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-cainfo-blob">
    <strong><code><a href="curl.constants.php#constant.curlopt-cainfo-blob">CURLOPT_CAINFO_BLOB</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Un <span class="type"><a href="language.types.string.php" class="type string">string</a></span> avec le nom d&#039;un fichier PEM contenant un ou plusieurs certificats pour vérifier le pair avec.
     Cette option remplace <strong><code><a href="curl.constants.php#constant.curlopt-cainfo">CURLOPT_CAINFO</a></code></strong>.
     Disponible à partir de PHP 8.2.0 et de cURL 7.77.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-capath">
    <strong><code><a href="curl.constants.php#constant.curlopt-capath">CURLOPT_CAPATH</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Un <span class="type"><a href="language.types.string.php" class="type string">string</a></span> avec un répertoire qui contient plusieurs certificats CA. Utiliser cette option
     en combinaison avec <strong><code><a href="curl.constants.php#constant.curlopt-ssl-verifypeer">CURLOPT_SSL_VERIFYPEER</a></code></strong>.
     Disponible à partir de cURL 7.9.8.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-ca-cache-timeout">
    <strong><code><a href="curl.constants.php#constant.curlopt-ca-cache-timeout">CURLOPT_CA_CACHE_TIMEOUT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définit le temps maximum en secondes pendant lequel un magasin de certificats CA
     mis en cache en mémoire peut être conservé et réutilisé pour de nouvelles connexions.
     Cette option accepte toute valeur pouvant être convertie en un <span class="type"><a href="language.types.integer.php" class="type int">int</a></span> valide.
     Par défaut, la valeur est <code class="literal">86400</code> (24 heures).
     Disponible à partir de PHP 8.3.0 et cURL 7.87.0
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-certinfo">
    <strong><code><a href="curl.constants.php#constant.curlopt-certinfo">CURLOPT_CERTINFO</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> pour sortir des informations sur le certificat SSL sur <strong><code><a href="reserved.constants.php#constant.stderr">STDERR</a></code></strong>
     sur les transferts sécurisés.
     Nécessite <strong><code><a href="curl.constants.php#constant.curlopt-verbose">CURLOPT_VERBOSE</a></code></strong> pour avoir un effet.
     Par défaut, la valeur est <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong>.
     Disponible à partir de cURL 7.19.1.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-connecttimeout">
    <strong><code><a href="curl.constants.php#constant.curlopt-connecttimeout">CURLOPT_CONNECTTIMEOUT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Le nombre de secondes à attendre lors de la tentative de connexion. Utiliser <code class="literal">0</code> pour
     attendre indéfiniment.
     Cette option accepte toute valeur pouvant être convertie en un <span class="type"><a href="language.types.integer.php" class="type int">int</a></span> valide.
     Par défaut, la valeur est <code class="literal">300</code>.
     Disponible à partir de cURL 7.7.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-connecttimeout-ms">
    <strong><code><a href="curl.constants.php#constant.curlopt-connecttimeout-ms">CURLOPT_CONNECTTIMEOUT_MS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Le nombre de millisecondes à attendre lors de la tentative de connexion.
     Utiliser <code class="literal">0</code> pour attendre indéfiniment.
     Si cURL est compilé pour utiliser le résolveur de noms système standard, cette
     partie de la connexion utilisera toujours une résolution à la seconde complète pour
     les délais d&#039;attente avec un délai d&#039;attente minimum autorisé d&#039;une seconde.
     Cette option accepte toute valeur pouvant être convertie en un <span class="type"><a href="language.types.integer.php" class="type int">int</a></span> valide.
     Par défaut, la valeur est <code class="literal">300000</code>.
     Disponible à partir de cURL 7.16.2.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-connect-only">
    <strong><code><a href="curl.constants.php#constant.curlopt-connect-only">CURLOPT_CONNECT_ONLY</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> pour indiquer à la bibliothèque de ne pas effectuer d&#039;authentification de proxy
     et de configuration de connexion requise, mais pas de transfert de données. Cette option est implémentée pour
     HTTP, SMTP et POP3.
     Par défaut, la valeur est <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong>.
     Disponible à partir de cURL 7.15.2.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-connect-to">
    <strong><code><a href="curl.constants.php#constant.curlopt-connect-to">CURLOPT_CONNECT_TO</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Connecte à un hôte et un port spécifiques au lieu de l&#039;hôte et du port de l&#039;URL.
     Accepte un <span class="type"><a href="language.types.array.php" class="type array">array</a></span> de <span class="type"><a href="language.types.string.php" class="type string">string</a></span>s au format
     <code class="literal">HOST:PORT:CONNECT-TO-HOST:CONNECT-TO-PORT</code>.
     Disponible à partir de PHP 7.0.7 et cURL 7.49.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-cookie">
    <strong><code><a href="curl.constants.php#constant.curlopt-cookie">CURLOPT_COOKIE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Un <span class="type"><a href="language.types.string.php" class="type string">string</a></span> avec le contenu de l&#039;en-tête <code class="literal">&quot;Cookie: &quot;</code> à utiliser
     dans la requête HTTP.
     Il est à noter que plusieurs cookies sont séparés par un point-virgule suivi
     d&#039;un espace (par exemple, <code class="literal">fruit=apple; colour=red</code>).
     Disponible à partir de cURL 7.1.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-cookiefile">
    <strong><code><a href="curl.constants.php#constant.curlopt-cookiefile">CURLOPT_COOKIEFILE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Un <span class="type"><a href="language.types.string.php" class="type string">string</a></span> avec le nom du fichier contenant les données des cookies.
     Le fichier de cookies peut être au format Netscape, ou simplement des en-têtes HTTP classiques
     vidés dans un fichier.
     Si le nom est une chaîne vide, aucun cookie n&#039;est chargé, mais la gestion des cookies
     est toujours activée.
     Disponible à partir de cURL 7.1.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-cookiejar">
    <strong><code><a href="curl.constants.php#constant.curlopt-cookiejar">CURLOPT_COOKIEJAR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Un <span class="type"><a href="language.types.string.php" class="type string">string</a></span> avec le nom du fichier pour sauvegarder tous les cookies internes lorsque
     le gestionnaire destructeur est appelé.
     Disponible à partir de cURL 7.9.0.
     <div class="warning"><strong class="warning">Avertissement</strong>
      <p class="simpara">
       À partir de PHP 8.0.0, <span class="function"><a href="function.curl-close.php" class="function">curl_close()</a></span> est une opération nulle
       et ne détruit <em>pas</em> le gestionnaire.
       Si les cookies doivent être écrits avant que le gestionnaire ne soit automatiquement
       détruit, exécutez <code class="code">curl_setopt($ch, CURLOPT_COOKIELIST, &quot;FLUSH&quot;);</code>.
      </p>
     </div>
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-cookielist">
    <strong><code><a href="curl.constants.php#constant.curlopt-cookielist">CURLOPT_COOKIELIST</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Un <span class="type"><a href="language.types.string.php" class="type string">string</a></span> de cookies (c&#039;est-à-dire une seule ligne dans le format Netscape/Mozilla, ou un en-tête
     Set-Cookie HTTP régulier) ajoute ce cookie unique au stockage interne des cookies.
     <span class="simplelist">
       <code class="literal">ALL</code>
       efface tous les cookies stockés en mémoire
      , 
       <code class="literal">SESS</code>
       efface tous les cookies de session stockés en mémoire
      , 
       <code class="literal">FLUSH</code>
       écrit tous les cookies connus dans le fichier spécifié par <strong><code><a href="curl.constants.php#constant.curlopt-cookiejar">CURLOPT_COOKIEJAR</a></code></strong>
      , 
       <code class="literal">RELOAD</code>
       charge tous les cookies à partir des fichiers spécifiés par <strong><code><a href="curl.constants.php#constant.curlopt-cookiefile">CURLOPT_COOKIEFILE</a></code></strong>
      </span>.
     Disponible à partir de cURL 7.14.1.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-cookiesession">
    <strong><code><a href="curl.constants.php#constant.curlopt-cookiesession">CURLOPT_COOKIESESSION</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> pour marquer ceci comme une nouvelle &quot;session&quot; de cookie. Cela forcera cURL
     à ignorer tous les cookies qu&#039;il est sur le point de charger qui sont des &quot;cookies de session&quot;
     de la session précédente. Par défaut, cURL stocke et charge toujours
     tous les cookies, indépendamment du fait qu&#039;ils soient des cookies de session ou non.
     Les cookies de session sont des cookies sans date d&#039;expiration et ils sont censés être vivants
     et existants pour cette &quot;session&quot; uniquement.
     Disponible à partir de cURL 7.9.7.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-crlf">
    <strong><code><a href="curl.constants.php#constant.curlopt-crlf">CURLOPT_CRLF</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> pour convertir les fins de ligne Unix en fins de ligne CRLF
     sur les transferts.
     Disponible à partir de cURL 7.1.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-crlfile">
    <strong><code><a href="curl.constants.php#constant.curlopt-crlfile">CURLOPT_CRLFILE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Passer un <span class="type"><a href="language.types.string.php" class="type string">string</a></span> nommant un fichier avec la concaténation du
     CRL (Certificate Revocation List) (au format PEM)
     à utiliser dans la validation du certificat qui se produit pendant l&#039;échange SSL.
     Lorsque cUrl est compilé pour utiliser GnuTLS,
     il n&#039;y a aucun moyen d&#039;influencer l&#039;utilisation de CRL passée
     pour aider dans le processus de vérification.
     Lorsque cUrl est compilé pour utiliser OpenSSL,
     <code class="literal">X509_V_FLAG_CRL_CHECK</code>
     et <code class="literal">X509_V_FLAG_CRL_CHECK_ALL</code> sont tous deux définis,
     exigeant la vérification de la CRL contre tous les éléments de la chaîne de certificats
     si un fichier CRL est passé.
     Il est également à noter que <strong><code><a href="curl.constants.php#constant.curlopt-crlfile">CURLOPT_CRLFILE</a></code></strong> implique
     <strong><code><a href="curl.constants.php#constant.curlsslopt-no-partialchain">CURLSSLOPT_NO_PARTIALCHAIN</a></code></strong>
     à partir de cURL 7.71.0 en raison d&#039;un bogue OpenSSL.
     Disponible à partir de cURL 7.19.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-customrequest">
    <strong><code><a href="curl.constants.php#constant.curlopt-customrequest">CURLOPT_CUSTOMREQUEST</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Une méthode de requête personnalisée à utiliser à la place de
     <code class="literal">GET</code> ou <code class="literal">HEAD</code> lors de la réalisation
     d&#039;une requête HTTP. Ceci est utile pour effectuer
     des requêtes HTTP plus obscures comme <code class="literal">DELETE</code> ou autres.
     Les valeurs valides sont des choses comme <code class="literal">GET</code>,
     <code class="literal">POST</code>, <code class="literal">CONNECT</code> et ainsi de suite;
     c&#039;est-à-dire ne pas entrer une ligne de requête HTTP entière ici. Par exemple,
     entrer <code class="literal">GET /index.html HTTP/1.0\r\n\r\n</code>
     serait incorrect.
     Cette option accepte une <span class="type"><a href="language.types.string.php" class="type string">string</a></span> ou <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong>.
     Disponible à partir de cURL 7.1.0.
     <blockquote class="note"><p><strong class="note">Note</strong>: 
      <p class="para">
       Ne pas faire cela sans s&#039;assurer que le serveur supporte la méthode de requête
       personnalisée en premier.
      </p>
     </p></blockquote>
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-default-protocol">
    <strong><code><a href="curl.constants.php#constant.curlopt-default-protocol">CURLOPT_DEFAULT_PROTOCOL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Un <span class="type"><a href="language.types.string.php" class="type string">string</a></span> avec le protocole par défaut à utiliser si l&#039;URL manque d&#039;un nom de schéma.
     Disponible à partir de PHP 7.0.7 et cURL 7.45.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-dirlistonly">
    <strong><code><a href="curl.constants.php#constant.curlopt-dirlistonly">CURLOPT_DIRLISTONLY</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définit cette option à <code class="literal">1</code> pour avoir des effets différents
     basés sur le protocole avec lequel elle est utilisée.
     Les URLs basées sur FTP et SFTP listeront uniquement les noms de fichiers dans un répertoire.
     POP3 listera le message ou les messages de courrier électronique sur le serveur POP3.
     Pour FILE, cette option n&#039;a pas d&#039;effet
     car les répertoires sont toujours listés dans ce mode.
     Utiliser cette option avec <strong><code><a href="curl.constants.php#constant.curlopt-wildcardmatch">CURLOPT_WILDCARDMATCH</a></code></strong>
     empêchera ce dernier d&#039;avoir un quelconque effet.
     Par défaut à <code class="literal">0</code>.
     Disponible à partir de cURL 7.17.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-disallow-username-in-url">
    <strong><code><a href="curl.constants.php#constant.curlopt-disallow-username-in-url">CURLOPT_DISALLOW_USERNAME_IN_URL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> pour ne pas autoriser les URL qui incluent un nom d&#039;utilisateur.
     Les noms d&#039;utilisateur sont autorisés par défaut.
     Disponible à partir de PHP 7.3.0 et cURL 7.61.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-dns-cache-timeout">
    <strong><code><a href="curl.constants.php#constant.curlopt-dns-cache-timeout">CURLOPT_DNS_CACHE_TIMEOUT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Le nombre de secondes à conserver les entrées DNS en mémoire. Cette
     option est définie par défaut à <code class="literal">120</code> (2 minutes).
     Cette option accepte toute valeur pouvant être convertie en un <span class="type"><a href="language.types.integer.php" class="type int">int</a></span> valide.
     Disponible à partir de cURL 7.9.3.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-dns-interface">
    <strong><code><a href="curl.constants.php#constant.curlopt-dns-interface">CURLOPT_DNS_INTERFACE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définit le nom de l&#039;interface réseau que le résolveur DNS doit lier.
     Cela doit être un nom d&#039;interface (pas une adresse).
     Cette option accepte une <span class="type"><a href="language.types.string.php" class="type string">string</a></span> ou <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong>.
     Disponible à partir de PHP 7.0.7 et cURL 7.33.0
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-dns-local-ip4">
    <strong><code><a href="curl.constants.php#constant.curlopt-dns-local-ip4">CURLOPT_DNS_LOCAL_IP4</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définit l&#039;adresse IPv4 locale à laquelle le résolveur doit se lier.
     L&#039;argument doit contenir une seule adresse IPv4 numérique.
     Cette option accepte une <span class="type"><a href="language.types.string.php" class="type string">string</a></span> ou <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong>.
     Disponible à partir de PHP 7.0.7 et cURL 7.33.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-dns-local-ip6">
    <strong><code><a href="curl.constants.php#constant.curlopt-dns-local-ip6">CURLOPT_DNS_LOCAL_IP6</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définit l&#039;adresse IPv6 locale à laquelle le résolveur doit se lier.
     L&#039;argument doit contenir une seule adresse IPv6 numérique.
     Cette option accepte une <span class="type"><a href="language.types.string.php" class="type string">string</a></span> ou <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong>.
     Disponible à partir de PHP 7.0.7 et cURL 7.33.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-dns-servers">
    <strong><code><a href="curl.constants.php#constant.curlopt-dns-servers">CURLOPT_DNS_SERVERS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Passer un <span class="type"><a href="language.types.string.php" class="type string">string</a></span> avec une liste séparée par des virgules de serveurs DNS à utiliser
     au lieu du système par défaut
     (par exemple : <code class="literal">192.168.1.100,192.168.1.101:8080</code>).
     Disponible à partir de cURL 7.24.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-dns-shuffle-addresses">
    <strong><code><a href="curl.constants.php#constant.curlopt-dns-shuffle-addresses">CURLOPT_DNS_SHUFFLE_ADDRESSES</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> pour mélanger l&#039;ordre de toutes les adresses retournées afin qu&#039;elles soient utilisées
     dans un ordre aléatoire, lorsqu&#039;un nom est résolu et que plus d&#039;une adresse IP est retournée.
     Cela peut entraîner l&#039;utilisation d&#039;IPv4 avant IPv6 ou vice versa.
     Disponible à partir de PHP 7.3.0 et cURL 7.60.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-dns-use-global-cache">
    <strong><code><a href="curl.constants.php#constant.curlopt-dns-use-global-cache">CURLOPT_DNS_USE_GLOBAL_CACHE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> pour utiliser un cache DNS global. Cette option n&#039;est pas thread-safe.
     Elle est activée par défaut si PHP est compilé pour une utilisation non threadée
     (CLI, FCGI, Apache2-Prefork, etc.).
     Disponible à partir de cURL 7.9.3 et obsolète à partir de cURL 7.11.1.
     À partir de PHP 8.4, cette option n&#039;a plus aucun effet.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-doh-ssl-verifyhost">
    <strong><code><a href="curl.constants.php#constant.curlopt-doh-ssl-verifyhost">CURLOPT_DOH_SSL_VERIFYHOST</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir sur <code class="literal">2</code> pour vérifier le champ de nom du certificat SSL du serveur DNS-over-HTTPS par rapport au nom d&#039;hôte.
     Disponible à partir de PHP 8.2.0 et cURL 7.76.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-doh-ssl-verifypeer">
    <strong><code><a href="curl.constants.php#constant.curlopt-doh-ssl-verifypeer">CURLOPT_DOH_SSL_VERIFYPEER</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir sur <code class="literal">1</code> pour activer et <code class="literal">0</code> pour désactiver
     la vérification de l&#039;authenticité du certificat SSL du serveur DNS-over-HTTPS.
     Disponible à partir de PHP 8.2.0 et cURL 7.76.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-doh-ssl-verifystatus">
    <strong><code><a href="curl.constants.php#constant.curlopt-doh-ssl-verifystatus">CURLOPT_DOH_SSL_VERIFYSTATUS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir sur <code class="literal">1</code> pour activer et <code class="literal">0</code> pour désactiver
     la vérification de l&#039;état du certificat du serveur DNS-over-HTTPS en utilisant
     l&#039;extension TLS &quot;Certificate Status Request&quot; (OCSP stapling).
     Disponible à partir de PHP 8.2.0 et cURL 7.76.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-doh-url">
    <strong><code><a href="curl.constants.php#constant.curlopt-doh-url">CURLOPT_DOH_URL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Apporte l&#039;URL DNS-over-HTTPS.
     Cette option accepte une <span class="type"><a href="language.types.string.php" class="type string">string</a></span> ou <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong>.
     Disponible à partir de PHP 8.1.0 et cURL 7.62.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-egdsocket">
    <strong><code><a href="curl.constants.php#constant.curlopt-egdsocket">CURLOPT_EGDSOCKET</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Comme <strong><code><a href="curl.constants.php#constant.curlopt-random-file">CURLOPT_RANDOM_FILE</a></code></strong> excepté que l&#039;on passe une chaîne qui contient un nom
     de fichier vers le socket Entropy Gathering Daemon.
     Disponible à partir de cURL 7.7.0 et obsolète à partir de cURL 7.84.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-encoding">
    <strong><code><a href="curl.constants.php#constant.curlopt-encoding">CURLOPT_ENCODING</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Le contenu des en-têtes <code class="literal">Accept-Encoding: </code> en tant que <span class="type"><a href="language.types.string.php" class="type string">string</a></span>.
     Cela permet de décoder la réponse.
     Les encodages supportés sont
     <span class="simplelist"><code class="literal">identity</code>, <code class="literal">deflate</code>, <code class="literal">gzip</code></span>.
     Si une chaîne vide, <span class="type"><a href="language.types.string.php" class="type string">string</a></span>,
     est définie, un en-tête contenant tous les types d&#039;encodage supportés est envoyé.
     Disponible à partir de cURL 7.10 et obsolète à partir de cURL 7.21.6.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-expect-100-timeout-ms">
    <strong><code><a href="curl.constants.php#constant.curlopt-expect-100-timeout-ms">CURLOPT_EXPECT_100_TIMEOUT_MS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Le délai d&#039;attente pour les réponses <code class="literal">Expect: 100-continue</code> en millisecondes.
     Par défaut, <code class="literal">1000</code> millisecondes.
     Cette option accepte toute valeur pouvant être convertie en un <span class="type"><a href="language.types.integer.php" class="type int">int</a></span> valide.
     Disponible à partir de PHP 7.0.7 et cURL 7.36.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-failonerror">
    <strong><code><a href="curl.constants.php#constant.curlopt-failonerror">CURLOPT_FAILONERROR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> pour échouer verbalement si le code HTTP retourné
     est supérieur ou égal à <code class="literal">400</code>. Le comportement par défaut est de retourner
     la page normalement, en ignorant le code.
     Disponible à partir de cURL 7.1.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-file">
    <strong><code><a href="curl.constants.php#constant.curlopt-file">CURLOPT_FILE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Accepte un descripteur de fichier <span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span>
     vers le fichier dans lequel le transfert doit être écrit.
     La valeur par défaut est <strong><code><a href="reserved.constants.php#constant.stdout">STDOUT</a></code></strong> (la fenêtre du navigateur).
     Disponible à partir de cURL 7.1.0 et obsolète à partir de cURL 7.9.7.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-filetime">
    <strong><code><a href="curl.constants.php#constant.curlopt-filetime">CURLOPT_FILETIME</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir sur <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> pour tenter de récupérer la date de modification
     du document distant. Cette valeur peut être récupérée en utilisant l&#039;option
     <strong><code><a href="curl.constants.php#constant.curlinfo-filetime">CURLINFO_FILETIME</a></code></strong> avec
     <span class="function"><a href="function.curl-getinfo.php" class="function">curl_getinfo()</a></span>.
     Disponible à partir de cURL 7.5.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-fnmatch-function">
    <strong><code><a href="curl.constants.php#constant.curlopt-fnmatch-function">CURLOPT_FNMATCH_FUNCTION</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Passer un <span class="type"><a href="language.types.callable.php" class="type callable">callable</a></span> qui sera utilisé pour la correspondance de caractères génériques.
     La signature de la fonction de rappel doit être :
     <div class="methodsynopsis dc-description">
      <span class="methodname"><span class="replaceable">callback</span></span>(<span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$curlHandle</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$pattern</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$string</code></span>): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>

     <dl>
      
       <dt><code class="parameter">curlHandle</code></dt>
       <dd>
        <span class="simpara">
         Le gestionnaire cURL.
        </span>
       </dd>
      
      
       <dt><code class="parameter">pattern</code></dt>
       <dd>
        <span class="simpara">
         La chaîne de caractères génériques.
        </span>
       </dd>
      
      
       <dt><code class="parameter">string</code></dt>
       <dd>
        <span class="simpara">
         Le <span class="type"><a href="language.types.string.php" class="type string">string</a></span> sur lequel exécuter la correspondance de caractères génériques.
        </span>
       </dd>
      
     </dl>
     La fonction de rappel doit renvoyer
     <strong><code><a href="curl.constants.php#constant.curl-fnmatchfunc-match">CURL_FNMATCHFUNC_MATCH</a></code></strong> si le modèle correspond à la <span class="type"><a href="language.types.string.php" class="type string">string</a></span>,
     <strong><code><a href="curl.constants.php#constant.curl-fnmatchfunc-nomatch">CURL_FNMATCHFUNC_NOMATCH</a></code></strong> si ce n&#039;est pas le cas
     ou <strong><code><a href="curl.constants.php#constant.curl-fnmatchfunc-fail">CURL_FNMATCHFUNC_FAIL</a></code></strong> si une erreur s&#039;est produite.
     Disponible à partir de cURL 7.21.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-followlocation">
    <strong><code><a href="curl.constants.php#constant.curlopt-followlocation">CURLOPT_FOLLOWLOCATION</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir sur <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> pour suivre tous les en-têtes
     <code class="literal">Location: </code> envoyés par le serveur dans la réponse HTTP.
     Voir aussi <strong><code><a href="curl.constants.php#constant.curlopt-maxredirs">CURLOPT_MAXREDIRS</a></code></strong>.
     Cette constante n&#039;est pas disponible lorsque <a href="ini.core.php#ini.open-basedir" class="link">open_basedir</a>
     est activé.
     Disponible à partir de cURL 7.1.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-forbid-reuse">
    <strong><code><a href="curl.constants.php#constant.curlopt-forbid-reuse">CURLOPT_FORBID_REUSE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir sur <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> pour forcer à fermer explicitement la connexion
     lorsque le processus est terminé, elle ne sera donc pas mise en cache pour réutilisation.
     Disponible à partir de cURL 7.7.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-fresh-connect">
    <strong><code><a href="curl.constants.php#constant.curlopt-fresh-connect">CURLOPT_FRESH_CONNECT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir sur <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> pour forcer l&#039;utilisation d&#039;une nouvelle connexion
     au lieu d&#039;une connexion mise en cache.
     Disponible à partir de cURL 7.7.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-ftpappend">
    <strong><code><a href="curl.constants.php#constant.curlopt-ftpappend">CURLOPT_FTPAPPEND</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir sur <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> pour ajouter au fichier distant au lieu de
     l&#039;écraser.
     Disponible à partir de cURL 7.1.0 et obsolète à partir de cURL 7.16.4.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-ftpascii">
    <strong><code><a href="curl.constants.php#constant.curlopt-ftpascii">CURLOPT_FTPASCII</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Un alias de
     <strong><code><a href="curl.constants.php#constant.curlopt-transfertext">CURLOPT_TRANSFERTEXT</a></code></strong>. Utiliser plutôt cela.
     Disponible à partir de cURL 7.1, obsolète à partir de cURL 7.11.1
     et dernière fois disponible à partir de cURL 7.15.5.
     Supprimé à partir de PHP 7.3.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-ftplistonly">
    <strong><code><a href="curl.constants.php#constant.curlopt-ftplistonly">CURLOPT_FTPLISTONLY</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir sur <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> pour seulement lister les noms d&#039;un
     répertoire FTP.
     Disponible à partir de cURL 7.1.0 et obsolète à partir de cURL 7.16.4.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-ftpport">
    <strong><code><a href="curl.constants.php#constant.curlopt-ftpport">CURLOPT_FTPPORT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Une <span class="type"><a href="language.types.string.php" class="type string">string</a></span> qui sera utilisée pour obtenir l&#039;adresse IP à utiliser pour l&#039;instruction FTP <code class="literal">PORT</code>.
     L&#039;instruction <code class="literal">PORT</code> indique au serveur distant de se connecter à notre adresse IP spécifiée.
     Le <span class="type"><a href="language.types.string.php" class="type string">string</a></span> peut être une adresse IP simple, un nom d&#039;hôte, un nom d&#039;interface réseau (sous Unix),
     ou juste un <code class="literal">-</code> pour utiliser l&#039;adresse IP par défaut du système.
     Cette option accepte une <span class="type"><a href="language.types.string.php" class="type string">string</a></span> ou <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong>.
     Disponible à partir de cURL 7.1.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-ftpsslauth">
    <strong><code><a href="curl.constants.php#constant.curlopt-ftpsslauth">CURLOPT_FTPSSLAUTH</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir la méthode d&#039;authentification FTP sur SSL (si activée) sur l&#039;une des
     constantes <strong><code><a href="curl.constants.php#constant.curlftpauth-default">CURLFTPAUTH_<span class="replaceable">*</span></a></code></strong>.
     La valeur par défaut est <strong><code><a href="curl.constants.php#constant.curlftpauth-default">CURLFTPAUTH_DEFAULT</a></code></strong>.
     Disponible à partir de cURL 7.12.2.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-ftp-account">
    <strong><code><a href="curl.constants.php#constant.curlopt-ftp-account">CURLOPT_FTP_ACCOUNT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Passer un <span class="type"><a href="language.types.string.php" class="type string">string</a></span> qui sera envoyé comme information de compte sur FTP
     (utiliser la commande <code class="literal">ACCT</code>) après que le nom d&#039;utilisateur et le mot de passe aient été fournis
     au serveur.
     Définir à <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong> pour désactiver l&#039;envoi de l&#039;information de compte.
     Par défaut à <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong>.
     Disponible à partir de cURL 7.13.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-ftp-alternative-to-user">
    <strong><code><a href="curl.constants.php#constant.curlopt-ftp-alternative-to-user">CURLOPT_FTP_ALTERNATIVE_TO_USER</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Passer un <span class="type"><a href="language.types.string.php" class="type string">string</a></span> qui sera utilisé pour essayer de s&#039;authentifier sur FTP
     si la négociation <code class="literal">USER/PASS</code> échoue.
     Disponible à partir de cURL 7.15.5.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-ftp-create-missing-dirs">
    <strong><code><a href="curl.constants.php#constant.curlopt-ftp-create-missing-dirs">CURLOPT_FTP_CREATE_MISSING_DIRS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir sur <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> pour créer les répertoires manquants lorsqu&#039;une opération FTP
     rencontre un chemin qui n&#039;existe pas actuellement.
     Disponible à partir de cURL 7.10.7.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-ftp-filemethod">
    <strong><code><a href="curl.constants.php#constant.curlopt-ftp-filemethod">CURLOPT_FTP_FILEMETHOD</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Indique à curl quelle méthode utiliser pour atteindre un fichier sur un serveur FTP(S).
     Les valeurs possibles sont
     l&#039;une des constantes <strong><code><a href="curl.constants.php#constant.curlftpmethod-default">CURLFTPMETHOD_<span class="replaceable">*</span></a></code></strong>.
     La valeur par défaut est <strong><code><a href="curl.constants.php#constant.curlftpmethod-multicwd">CURLFTPMETHOD_MULTICWD</a></code></strong>.
     Disponible à partir de cURL 7.15.1.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-ftp-response-timeout">
    <strong><code><a href="curl.constants.php#constant.curlopt-ftp-response-timeout">CURLOPT_FTP_RESPONSE_TIMEOUT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Le délai en secondes que cURL attendra pour une réponse d&#039;un serveur FTP
     Cette option remplace <strong><code><a href="curl.constants.php#constant.curlopt-timeout">CURLOPT_TIMEOUT</a></code></strong>.
     Cette option accepte n&#039;importe quelle valeur qui peut être convertie en un <span class="type"><a href="language.types.integer.php" class="type int">int</a></span> valide.
     Ce nom d&#039;option est remplacé par <strong><code><a href="curl.constants.php#constant.curlopt-server-response-timeout">CURLOPT_SERVER_RESPONSE_TIMEOUT</a></code></strong>, disponible à partir de PHP 8.4.0.
     Disponible à partir de cURL 7.10.8 et dépréciée à partir de cURL 7.85.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-ftp-skip-pasv-ip">
    <strong><code><a href="curl.constants.php#constant.curlopt-ftp-skip-pasv-ip">CURLOPT_FTP_SKIP_PASV_IP</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Si cette option est définie à <code class="literal">1</code>,
     cURL n&#039;utilisera pas l&#039;adresse IP que le serveur suggère
     dans sa réponse 227 à la commande <code class="literal">PASV</code> de cURL
     mais utilisera l&#039;adresse IP qu&#039;il a utilisée pour la connexion.
     Le numéro de port reçu de la réponse 227 ne sera pas ignoré par cURL.
     Par défaut à <code class="literal">1</code> à partir de cURL 7.74.0
     et <code class="literal">0</code> avant cela.
     Disponible à partir de cURL 7.15.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-ftp-ssl">
    <strong><code><a href="curl.constants.php#constant.curlopt-ftp-ssl">CURLOPT_FTP_SSL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Disponible à partir de cURL 7.11.0 et obsolète à partir de cURL 7.16.4.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-ftp-ssl-ccc">
    <strong><code><a href="curl.constants.php#constant.curlopt-ftp-ssl-ccc">CURLOPT_FTP_SSL_CCC</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Cette option fait en sorte que cURL utilise CCC (Clear Command Channel)
     qui arrête la couche SSL/TLS après l&#039;authentification
     rendant le reste de la communication du canal de contrôle non chiffrée.
     Utiliser une des constantes <strong><code><a href="curl.constants.php#constant.curlftpssl-ccc-active">CURLFTPSSL_CCC_<span class="replaceable">*</span></a></code></strong>.
     Par défaut à <strong><code><a href="curl.constants.php#constant.curlftpssl-ccc-none">CURLFTPSSL_CCC_NONE</a></code></strong>.
     Disponible à partir de cURL 7.16.1.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-ftp-use-eprt">
    <strong><code><a href="curl.constants.php#constant.curlopt-ftp-use-eprt">CURLOPT_FTP_USE_EPRT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir sur <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> pour utiliser <code class="literal">EPRT</code> (et <code class="literal">LPRT</code>) lors des téléchargements FTP actifs.
     Définir sur <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> pour désactiver <code class="literal">EPRT</code> et <code class="literal">LPRT</code> et utiliser uniquement <code class="literal">PORT</code>.
     Disponible à partir de cURL 7.10.5.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-ftp-use-epsv">
    <strong><code><a href="curl.constants.php#constant.curlopt-ftp-use-epsv">CURLOPT_FTP_USE_EPSV</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir sur <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> pour essayer d&#039;abord une commande <code class="literal">EPSV</code> pour les transferts FTP avant de revenir à <code class="literal">PASV</code>.
     Définir sur <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> pour désactiver <code class="literal">EPSV</code>.
     Disponible à partir de cURL 7.9.2.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-ftp-use-pret">
    <strong><code><a href="curl.constants.php#constant.curlopt-ftp-use-pret">CURLOPT_FTP_USE_PRET</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir à <code class="literal">1</code> pour envoyer une commande <code class="literal">PRET</code> avant
     <code class="literal">PASV</code> (et <code class="literal">EPSV</code>).
     N&#039;a aucun effet lors de l&#039;utilisation du mode de transfert FTP actif.
     Par défaut à <code class="literal">0</code>.
     Disponible à partir de cURL 7.20.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-gssapi-delegation">
    <strong><code><a href="curl.constants.php#constant.curlopt-gssapi-delegation">CURLOPT_GSSAPI_DELEGATION</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir à <strong><code><a href="curl.constants.php#constant.curlgssapi-delegation-flag">CURLGSSAPI_DELEGATION_FLAG</a></code></strong>
     pour permettre la délégation inconditionnelle des informations d&#039;identification GSSAPI.
     Définir à <strong><code><a href="curl.constants.php#constant.curlgssapi-delegation-policy-flag">CURLGSSAPI_DELEGATION_POLICY_FLAG</a></code></strong>
     pour déléguer uniquement si le drapeau <code class="literal">OK-AS-DELEGATE</code> est défini
     dans le ticket de service.
     Par défaut à <strong><code>CURLGSSAPI_DELEGATION_NONE</code></strong>.
     Disponible à partir de cURL 7.22.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-happy-eyeballs-timeout-ms">
    <strong><code><a href="curl.constants.php#constant.curlopt-happy-eyeballs-timeout-ms">CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Une avance pour IPv6 pour l&#039;algorithme Happy Eyeballs. Happy Eyeballs tente
     de se connecter à la fois aux adresses IPv4 et IPv6 pour les hôtes double-stack,
     en préférant IPv6 en premier pour les millisecondes de délai d&#039;attente.
     Par défaut à <strong><code>CURL_HET_DEFAULT</code></strong>, qui est actuellement de 200 millisecondes.
     Cette option accepte toute valeur pouvant être convertie en un <span class="type"><a href="language.types.integer.php" class="type int">int</a></span> valide.
     Disponible à partir de PHP 7.3.0 et cURL 7.59.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-haproxyprotocol">
    <strong><code><a href="curl.constants.php#constant.curlopt-haproxyprotocol">CURLOPT_HAPROXYPROTOCOL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> pour envoyer un en-tête de protocole HAProxy <code class="literal">PROXY</code> v1 au début de la connexion.
     L&#039;action par défaut est de ne pas envoyer cet en-tête.
     Disponible à partir de PHP 7.3.0 et cURL 7.60.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-header">
    <strong><code><a href="curl.constants.php#constant.curlopt-header">CURLOPT_HEADER</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir sur <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> pour inclure les en-têtes dans la sortie envoyée au rappel
     défini par <strong><code><a href="curl.constants.php#constant.curlopt-writefunction">CURLOPT_WRITEFUNCTION</a></code></strong>.
     Disponible à partir de cURL 7.1.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-headerfunction">
    <strong><code><a href="curl.constants.php#constant.curlopt-headerfunction">CURLOPT_HEADERFUNCTION</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Un <span class="type"><a href="language.types.callable.php" class="type callable">callable</a></span> avec la signature suivante :
     <div class="methodsynopsis dc-description">
      <span class="methodname"><span class="replaceable">callback</span></span>(<span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$curlHandle</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$headerData</code></span>): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>

     <dl>
      
       <dt><code class="parameter">curlHandle</code></dt>
       <dd>
        <span class="simpara">
         Le gestionnaire cURL.
        </span>
       </dd>
      
      
       <dt><code class="parameter">headerData</code></dt>
       <dd>
        <span class="simpara">
         Les données d&#039;en-tête qui doivent être écrites par le rappel.
        </span>
       </dd>
      
     </dl>
     Le rappel doit renvoyer le nombre d&#039;octets écrits.
     Disponible à partir de cURL 7.7.2.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-headeropt">
    <strong><code><a href="curl.constants.php#constant.curlopt-headeropt">CURLOPT_HEADEROPT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Envoyer les en-têtes HTTP à la fois au proxy et à l&#039;hôte ou séparément.
     Les valeurs possibles sont n&#039;importe lequel des
     <strong><code><a href="curl.constants.php#constant.curlheader-separate">CURLHEADER_<span class="replaceable">*</span></a></code></strong> constantes.
     Défaut à <strong><code><a href="curl.constants.php#constant.curlheader-separate">CURLHEADER_SEPARATE</a></code></strong> à partir de cURL
     7.42.1, et <strong><code><a href="curl.constants.php#constant.curlheader-unified">CURLHEADER_UNIFIED</a></code></strong> avant cela.
     Disponible à partir de PHP 7.0.7 et cURL 7.37.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-hsts">
    <strong><code><a href="curl.constants.php#constant.curlopt-hsts">CURLOPT_HSTS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     <span class="type"><a href="language.types.string.php" class="type string">string</a></span> avec le nom de fichier de cache HSTS (HTTP Strict Transport Security)
     ou <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong> pour permettre HSTS sans lire ni écrire dans un fichier
     et effacer la liste des fichiers pour lire les données HSTS.
     Disponible à partir de PHP 8.2.0 et cURL 7.74.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-hsts-ctrl">
    <strong><code><a href="curl.constants.php#constant.curlopt-hsts-ctrl">CURLOPT_HSTS_CTRL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Accepte un masque de bits des fonctionnalités HSTS (HTTP Strict Transport Security)
     définies par les <strong><code><a href="curl.constants.php#constant.curlhsts-enable">CURLHSTS_<span class="replaceable">*</span></a></code></strong> constantes.
     Disponible à partir de PHP 8.2.0 et cURL 7.74.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-http09-allowed">
    <strong><code><a href="curl.constants.php#constant.curlopt-http09-allowed">CURLOPT_HTTP09_ALLOWED</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Si on autorise les réponses HTTP/0.9. Par défaut à <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> à partir de cURL 7.66.0;
     avant, c&#039;était <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong>.
     Disponible à partir de PHP 7.3.15 et 7.4.3, respectivement, et cURL 7.64.0
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-http200aliases">
    <strong><code><a href="curl.constants.php#constant.curlopt-http200aliases">CURLOPT_HTTP200ALIASES</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Un <span class="type"><a href="language.types.array.php" class="type array">array</a></span> de réponses HTTP <code class="literal">200</code> qui seront considérées comme des réponses valides et non comme des erreurs.
     Disponible à partir de cURL 7.10.3.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-httpauth">
    <strong><code><a href="curl.constants.php#constant.curlopt-httpauth">CURLOPT_HTTPAUTH</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Un masque de bits des méthodes d&#039;authentification HTTP à utiliser. Les options sont :
     <span class="simplelist"><strong><code><a href="curl.constants.php#constant.curlauth-basic">CURLAUTH_BASIC</a></code></strong>, <strong><code><a href="curl.constants.php#constant.curlauth-digest">CURLAUTH_DIGEST</a></code></strong>, <strong><code><a href="curl.constants.php#constant.curlauth-gssnegotiate">CURLAUTH_GSSNEGOTIATE</a></code></strong>, <strong><code><a href="curl.constants.php#constant.curlauth-ntlm">CURLAUTH_NTLM</a></code></strong>, <strong><code><a href="curl.constants.php#constant.curlauth-aws-sigv4">CURLAUTH_AWS_SIGV4</a></code></strong>, <strong><code><a href="curl.constants.php#constant.curlauth-any">CURLAUTH_ANY</a></code></strong>, <strong><code><a href="curl.constants.php#constant.curlauth-anysafe">CURLAUTH_ANYSAFE</a></code></strong></span>.
     Si plus d&#039;une méthode est utilisée, cURL interrogera le serveur pour voir
     quelles méthodes il supporte et choisira la meilleure.
     <strong><code><a href="curl.constants.php#constant.curlauth-any">CURLAUTH_ANY</a></code></strong> définit tous les bits. cURL sélectionnera automatiquement
     celle qu&#039;il trouve la plus sécurisée.
     Disponible à partir de cURL 7.10.6.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-httpget">
    <strong><code><a href="curl.constants.php#constant.curlopt-httpget">CURLOPT_HTTPGET</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir sur <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> pour réinitialiser la méthode de requête HTTP à <code class="literal">GET</code>. Comme <code class="literal">GET</code> est la valeur par défaut, cela n&#039;est nécessaire que si la requête
     de requête a été changée.
     Disponible à partir de cURL 7.8.1.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-httpheader">
    <strong><code><a href="curl.constants.php#constant.curlopt-httpheader">CURLOPT_HTTPHEADER</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Un <span class="type"><a href="language.types.array.php" class="type array">array</a></span> de champs d&#039;en-tête HTTP à définir. Ce tableau doit être au format
     <code class="code">
      array(&#039;Content-type: text/plain&#039;, &#039;Content-length: 100&#039;)
     </code>
     Disponible à partir de cURL 7.1.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-httpproxytunnel">
    <strong><code><a href="curl.constants.php#constant.curlopt-httpproxytunnel">CURLOPT_HTTPPROXYTUNNEL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> pour tunneliser à travers un proxy HTTP donné.
     Disponible à partir de cURL 7.3.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-http-content-decoding">
    <strong><code><a href="curl.constants.php#constant.curlopt-http-content-decoding">CURLOPT_HTTP_CONTENT_DECODING</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> pour désactiver le décodage automatique du contenu de réponse.
     Disponible à partir de cURL 7.16.2.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-http-transfer-decoding">
    <strong><code><a href="curl.constants.php#constant.curlopt-http-transfer-decoding">CURLOPT_HTTP_TRANSFER_DECODING</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Si défini à <code class="literal">0</code>, le décodage de transfert est désactivé.
     Si défini à <code class="literal">1</code>, le décodage de transfert est activé.
     cURL fait le décodage de transfert par morceaux par défaut
     sauf si cette option est définie à <code class="literal">0</code>.
     Par défaut à <code class="literal">1</code>.
     Disponible à partir de cURL 7.16.2.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-http-version">
    <strong><code><a href="curl.constants.php#constant.curlopt-http-version">CURLOPT_HTTP_VERSION</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir sur l&#039;une des constantes <strong><code><a href="curl.constants.php#constant.curl-http-version-1-0">CURL_HTTP_VERSION_<span class="replaceable">*</span></a></code></strong>
     pour que cURL utilise la version HTTP spécifiée.
     Disponible à partir de cURL 7.9.1.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-ignore-content-length">
    <strong><code><a href="curl.constants.php#constant.curlopt-ignore-content-length">CURLOPT_IGNORE_CONTENT_LENGTH</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Si défini à <code class="literal">1</code>,
     ignore l&#039;en-tête <code class="literal">Content-Length</code> dans la réponse HTTP
     et ignore la demande ou la dépendance de celui-ci pour les transferts FTP.
     Par défaut à <code class="literal">0</code>.
     Disponible à partir de cURL 7.14.1.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-infile">
    <strong><code><a href="curl.constants.php#constant.curlopt-infile">CURLOPT_INFILE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Accepte un handle de fichier <span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> vers le fichier à partir duquel le transfert doit être lu lors du téléchargement.
     Disponible à partir de cURL 7.1.0 et déprécié à partir de cURL 7.9.7.
     Utiliser <strong><code><a href="curl.constants.php#constant.curlopt-readdata">CURLOPT_READDATA</a></code></strong> à la place.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-infilesize">
    <strong><code><a href="curl.constants.php#constant.curlopt-infilesize">CURLOPT_INFILESIZE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     La taille attendue, en octets, du fichier lors de l&#039;envoi d&#039;un fichier
     à un site distant. Il est à noter que l&#039;utilisation de cette option n&#039;empêchera pas
     cURL d&#039;envoyer plus de données, car ce qui est envoyé dépend exactement de
     <strong><code><a href="curl.constants.php#constant.curlopt-readfunction">CURLOPT_READFUNCTION</a></code></strong>.
     Cette option accepte toute valeur pouvant être convertie en un <span class="type"><a href="language.types.integer.php" class="type int">int</a></span> valide.
     Disponible à partir de cURL 7.1.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-interface">
    <strong><code><a href="curl.constants.php#constant.curlopt-interface">CURLOPT_INTERFACE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir sur une <span class="type"><a href="language.types.string.php" class="type string">string</a></span> contenant le nom de l&#039;interface réseau sortante à utiliser.
     Cela peut être un nom d&#039;interface, une adresse IP ou un nom d&#039;hôte.
     Disponible à partir de cURL 7.1.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-ipresolve">
    <strong><code><a href="curl.constants.php#constant.curlopt-ipresolve">CURLOPT_IPRESOLVE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Autorise une application à sélectionner le type d&#039;adresses IP à utiliser lors de
     la résolution des noms d&#039;hôtes. Ceci est seulement intéressant lors de l&#039;utilisation de noms d&#039;hôtes qui
     résolvent des adresses en utilisant plus d&#039;une version d&#039;IP.
     Définir sur l&#039;une des constantes 
     <strong><code><a href="curl.constants.php#constant.curl-ipresolve-v4">CURL_IPRESOLVE_<span class="replaceable">*</span></a></code></strong>.
     La valeur par défaut est <strong><code><a href="curl.constants.php#constant.curl-ipresolve-whatever">CURL_IPRESOLVE_WHATEVER</a></code></strong>.
     Disponible à partir de cURL 7.10.8.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-issuercert">
    <strong><code><a href="curl.constants.php#constant.curlopt-issuercert">CURLOPT_ISSUERCERT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Si défini à un <span class="type"><a href="language.types.string.php" class="type string">string</a></span> nommant un fichier contenant un certificat CA au format PEM,
     une vérification supplémentaire est effectuée contre le certificat du pair
     pour vérifier que l&#039;émetteur est bien celui associé
     avec le certificat fourni par l&#039;option.
     Pour que le résultat de la vérification soit considéré comme un échec,
     cette option doit être utilisée en combinaison avec l&#039;option
     <strong><code><a href="curl.constants.php#constant.curlopt-ssl-verifypeer">CURLOPT_SSL_VERIFYPEER</a></code></strong>.
     Disponible à partir de cURL 7.19.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-issuercert-blob">
    <strong><code><a href="curl.constants.php#constant.curlopt-issuercert-blob">CURLOPT_ISSUERCERT_BLOB</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Passer une <span class="type"><a href="language.types.string.php" class="type string">string</a></span> contenant des données binaires d&#039;un certificat SSL CA au format PEM.
     Si cette option est définie, une vérification supplémentaire du certificat de l&#039;entité (peer) est effectuée
     pour vérifier que l&#039;émetteur est celui associé au certificat fourni par cette option.
     Disponible à partir de PHP 8.1.0 et cURL 7.71.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-keep-sending-on-error">
    <strong><code><a href="curl.constants.php#constant.curlopt-keep-sending-on-error">CURLOPT_KEEP_SENDING_ON_ERROR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir à <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> pour continuer à envoyer le corps de la requête si le code HTTP renvoyé est supérieur ou égal à <code class="literal">300</code>.
     L&#039;action par défaut consiste à arrêter l&#039;envoi
     et de fermer le flux ou la connexion. Convient pour l&#039;authentification NTLM manuelle.
     La plupart des applications n&#039;ont pas besoin de cette option.
     Disponible à partir de PHP 7.3.0 et cURL 7.51.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-keypasswd">
    <strong><code><a href="curl.constants.php#constant.curlopt-keypasswd">CURLOPT_KEYPASSWD</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir à une <span class="type"><a href="language.types.string.php" class="type string">string</a></span> avec le mot de passe requis pour utiliser le <strong><code><a href="curl.constants.php#constant.curlopt-sslkey">CURLOPT_SSLKEY</a></code></strong>
     ou <strong><code><a href="curl.constants.php#constant.curlopt-ssh-private-keyfile">CURLOPT_SSH_PRIVATE_KEYFILE</a></code></strong>.
     Définir cette option à <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong> désactive l&#039;utilisation d&#039;un mot de passe pour ces options.
     Disponible à partir de cURL 7.17.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-krb4level">
    <strong><code><a href="curl.constants.php#constant.curlopt-krb4level">CURLOPT_KRB4LEVEL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     La sécurité KRB4 (Kerberos 4). Toute valeur <span class="type"><a href="language.types.string.php" class="type string">string</a></span> suivante
     (dans l&#039;ordre du moins au plus puissant) est valide :
     <span class="simplelist"><code class="literal">clear</code>, <code class="literal">safe</code>, <code class="literal">confidential</code>, <code class="literal">private</code></span>.
     Si la <span class="type"><a href="language.types.string.php" class="type string">string</a></span> ne correspond pas à l&#039;une de ces valeurs,
     <code class="literal">private</code> est utilisé. Définir cette option à <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong>
     désactivera la sécurité KRB4. Actuellement, la sécurité KRB4 ne fonctionne
     qu&#039;avec les transactions FTP.
     Disponible à partir de cURL 7.3.0 et obsolète à partir de cURL 7.17.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-krblevel">
    <strong><code><a href="curl.constants.php#constant.curlopt-krblevel">CURLOPT_KRBLEVEL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définit le niveau de sécurité Kerberos pour FTP et active également la prise en charge de Kerberos.
     Cela doit être défini sur l&#039;une des <span class="type"><a href="language.types.string.php" class="type string">string</a></span>s suivantes :
     <span class="simplelist"><code class="literal">clear</code>, <code class="literal">safe</code>, <code class="literal">confidential</code>, <code class="literal">private</code></span>
     Si l&#039;option <span class="type"><a href="language.types.string.php" class="type string">string</a></span> est définie mais ne correspond à aucune de ces valeurs,
     <code class="literal">private</code> est utilisé.
     Définir cette option à <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong> désactivera la prise en charge de Kerberos pour FTP.
     Par défaut à <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong>.
     Disponible à partir de cURL 7.16.4.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-localport">
    <strong><code><a href="curl.constants.php#constant.curlopt-localport">CURLOPT_LOCALPORT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définit le numéro de port local du socket utilisé pour la connexion.
     Cette option accepte n&#039;importe quelle valeur qui peut être convertie en un <span class="type"><a href="language.types.integer.php" class="type int">int</a></span> valide.
     Par défaut à <code class="literal">0</code>.
     Disponible à partir de cURL 7.15.2.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-localportrange">
    <strong><code><a href="curl.constants.php#constant.curlopt-localportrange">CURLOPT_LOCALPORTRANGE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Le nombre d&#039;essais que cURL fait pour trouver un numéro de port local fonctionnel,
     commençant par celui défini avec <strong><code><a href="curl.constants.php#constant.curlopt-localport">CURLOPT_LOCALPORT</a></code></strong>.
     Cette option accepte n&#039;importe quelle valeur qui peut être convertie en un <span class="type"><a href="language.types.integer.php" class="type int">int</a></span> valide.
     Par défaut à <code class="literal">1</code>.
     Disponible à partir de cURL 7.15.2.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-login-options">
    <strong><code><a href="curl.constants.php#constant.curlopt-login-options">CURLOPT_LOGIN_OPTIONS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Peut être utilisé pour définir des options de connexion spécifiques au protocole, telles que le
     mécanisme d&#039;authentification préféré via <code class="literal">AUTH=NTLM</code> ou <code class="literal">AUTH=*</code>,
     et doit être utilisé en conjonction avec l&#039;option
     <strong><code><a href="curl.constants.php#constant.curlopt-username">CURLOPT_USERNAME</a></code></strong>.
     Disponible à partir de PHP 7.0.7 et cURL 7.34.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-low-speed-limit">
    <strong><code><a href="curl.constants.php#constant.curlopt-low-speed-limit">CURLOPT_LOW_SPEED_LIMIT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     La vitesse de transfert, en octets par seconde, que le transfert doit être
     inférieur pendant le compte de <strong><code><a href="curl.constants.php#constant.curlopt-low-speed-time">CURLOPT_LOW_SPEED_TIME</a></code></strong>
     secondes avant que PHP ne considère le transfert trop lent et l&#039;interrompe.
     Cette option accepte toute valeur pouvant être convertie en un <span class="type"><a href="language.types.integer.php" class="type int">int</a></span> valide.
     Disponible à partir de cURL 7.1.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-low-speed-time">
    <strong><code><a href="curl.constants.php#constant.curlopt-low-speed-time">CURLOPT_LOW_SPEED_TIME</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Le nombre de secondes que la vitesse de transfert doit être inférieure
     à <strong><code><a href="curl.constants.php#constant.curlopt-low-speed-limit">CURLOPT_LOW_SPEED_LIMIT</a></code></strong> avant que PHP ne considère
     le transfert trop lent et l&#039;interrompe.
     Cette option accepte toute valeur pouvant être convertie en un <span class="type"><a href="language.types.integer.php" class="type int">int</a></span> valide.
     Disponible à partir de cURL 7.1.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-mail-auth">
    <strong><code><a href="curl.constants.php#constant.curlopt-mail-auth">CURLOPT_MAIL_AUTH</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définit un <span class="type"><a href="language.types.string.php" class="type string">string</a></span> avec l&#039;adresse d&#039;authentification (identité)
     d&#039;un message soumis qui est relayé à un autre serveur.
     Cette adresse ne doit pas être spécifiée dans une paire de chevrons
     (<code class="literal">&lt;&gt;</code>)
     Si un <span class="type"><a href="language.types.string.php" class="type string">string</a></span> vide est utilisé, alors une paire de chevrons est envoyée par cURL
     comme requis par la RFC 2554.
     Disponible à partir de cURL 7.25.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-mail-from">
    <strong><code><a href="curl.constants.php#constant.curlopt-mail-from">CURLOPT_MAIL_FROM</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définit un <span class="type"><a href="language.types.string.php" class="type string">string</a></span> avec l&#039;adresse email de l&#039;expéditeur lors de l&#039;envoi d&#039;un email SMTP.
     L&#039;adresse email doit être spécifiée avec des chevrons
     (<code class="literal">&lt;&gt;</code>) autour d&#039;elle,
     qui si non spécifiés sont ajoutés automatiquement.
     Si ce paramètre n&#039;est pas spécifié, une adresse vide est envoyée
     au serveur SMTP qui pourrait causer le rejet de l&#039;email.
     Disponible à partir de cURL 7.20.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-mail-rcpt">
    <strong><code><a href="curl.constants.php#constant.curlopt-mail-rcpt">CURLOPT_MAIL_RCPT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définit un <span class="type"><a href="language.types.array.php" class="type array">array</a></span> de <span class="type"><a href="language.types.string.php" class="type string">string</a></span>s
     avec les destinataires à envoyer au serveur dans une requête de courrier SMTP.
     Chaque destinataire doit être spécifié dans une paire de chevrons
     (<code class="literal">&lt;&gt;</code>).
     Si un chevron n&#039;est pas utilisé comme premier caractère,
     cURL suppose qu&#039;une seule adresse email a été fournie
     et l&#039;encadre dans des chevrons.
     Disponible à partir de cURL 7.20.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-mail-rcpt-alllowfails">
    <strong><code><a href="curl.constants.php#constant.curlopt-mail-rcpt-alllowfails">CURLOPT_MAIL_RCPT_ALLLOWFAILS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir sur <code class="literal">1</code> pour permettre à la commande <code class="literal">RCPT TO</code> d&#039;échouer pour certains destinataires, ce qui fait que cURL ignore les erreurs pour les destinataires individuels et continue avec les autres destinataires acceptés. 
     Si tous les destinataires entraînent des échecs et que ce drapeau est spécifié, cURL interrompt la conversation SMTP et renvoie l&#039;erreur reçue de la dernière commande <code class="literal">RCPT TO</code>. 
     Remplacé par <strong><code>CURLOPT_MAIL_RCPT_ALLOWFAILS</code></strong> à partir de cURL 8.2.0. 
     Disponible à partir de PHP 8.2.0 et cURL 7.69.0. 
     Déprécié à partir de cURL 8.2.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-maxage-conn">
    <strong><code><a href="curl.constants.php#constant.curlopt-maxage-conn">CURLOPT_MAXAGE_CONN</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Le temps maximum d&#039;inactivité autorisé pour une connexion existante pour être considérée pour réutilisation.
     Par défaut, l&#039;âge maximum est défini à <code class="literal">118</code> secondes.
     Cette option accepte toute valeur pouvant être convertie en un <span class="type"><a href="language.types.integer.php" class="type int">int</a></span> valide.
     Disponible à partir de PHP 8.2.0 et cURL 7.65.0
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-maxconnects">
    <strong><code><a href="curl.constants.php#constant.curlopt-maxconnects">CURLOPT_MAXCONNECTS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Le maximum de connexions persistantes autorisées.
     Lorsque la limite est atteinte, la plus ancienne dans le cache est fermée
     pour empêcher l&#039;augmentation du nombre de connexions ouvertes.
     Cette option accepte toute valeur pouvant être convertie en un <span class="type"><a href="language.types.integer.php" class="type int">int</a></span> valide.
     Disponible à partir de cURL 7.7.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-maxfilesize">
    <strong><code><a href="curl.constants.php#constant.curlopt-maxfilesize">CURLOPT_MAXFILESIZE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définit la taille maximale acceptée (en octets) d&#039;un fichier à télécharger.
     Si le fichier demandé est trouvé plus grand que cette valeur,
     le transfert est interrompu
     et <strong><code><a href="curl.constants.php#constant.curle-filesize-exceeded">CURLE_FILESIZE_EXCEEDED</a></code></strong> est retourné.
     Passer <code class="literal">0</code> désactive cette option,
     et passer une taille négative retourne une
     <strong><code><a href="curl.constants.php#constant.curle-bad-function-argument">CURLE_BAD_FUNCTION_ARGUMENT</a></code></strong>.
     Si la taille du fichier n&#039;est pas connue avant le début du téléchargement,
     cette option n&#039;a pas d&#039;effet.
     Pour une limite de taille supérieure à <code class="literal">2GB</code>,
     <strong><code><a href="curl.constants.php#constant.curlopt-maxfilesize-large">CURLOPT_MAXFILESIZE_LARGE</a></code></strong> doit être utilisé.
     À partir de cURL 8.4.0, cette option arrête également les transferts en cours
     s&#039;ils atteignent ce seuil.
     Cette option accepte n&#039;importe quelle valeur qui peut être convertie en un <span class="type"><a href="language.types.integer.php" class="type int">int</a></span> valide.
     Par défaut à <code class="literal">0</code>.
     Disponible à partir de cURL 7.10.8.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-maxfilesize-large">
    <strong><code><a href="curl.constants.php#constant.curlopt-maxfilesize-large">CURLOPT_MAXFILESIZE_LARGE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     La taille maximale en octets autorisée pour le téléchargement. Si le fichier demandé est trouvé plus grand que cette valeur,
     le transfert ne démarrera pas et <strong><code><a href="curl.constants.php#constant.curle-filesize-exceeded">CURLE_FILESIZE_EXCEEDED</a></code></strong> est retourné.
     La taille du fichier n&#039;est pas toujours connue avant le téléchargement, et pour de tels fichiers cette option n&#039;a aucun effet même si
     le transfert de fichier finit par être plus grand que cette limite donnée.
     Disponible à partir de PHP 8.2.0 et cURL 7.11.0
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-maxlifetime-conn">
    <strong><code><a href="curl.constants.php#constant.curlopt-maxlifetime-conn">CURLOPT_MAXLIFETIME_CONN</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Le temps maximum en secondes, depuis la création de la connexion, autorisé pour une connexion
     existante pour être considérée pour réutilisation. Si une connexion est trouvée dans le cache qui est plus ancienne
     que cette valeur, elle sera plutôt fermée une fois que tous les transferts en cours sont terminés.
     Par défaut à <code class="literal">0</code> secondes, ce qui signifie que l&#039;option est désactivée et que toutes les connexions sont éligibles pour réutilisation.
     Cette option accepte toute valeur pouvant être convertie en un <span class="type"><a href="language.types.integer.php" class="type int">int</a></span> valide.
     Disponible à partir de PHP 8.2.0 et cURL 7.80.0
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-maxredirs">
    <strong><code><a href="curl.constants.php#constant.curlopt-maxredirs">CURLOPT_MAXREDIRS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     La quantité maximale de redirections HTTP à suivre. Utiliser cette option aux côtés de <strong><code><a href="curl.constants.php#constant.curlopt-followlocation">CURLOPT_FOLLOWLOCATION</a></code></strong>.
     La valeur par défaut de <code class="literal">20</code> est définie pour éviter les redirections infinies.
     Définir à <code class="literal">-1</code> permet les redirections infinies, et <code class="literal">0</code> refuse toutes les redirections.
     Disponible à partir de cURL 7.5.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-max-recv-speed-large">
    <strong><code><a href="curl.constants.php#constant.curlopt-max-recv-speed-large">CURLOPT_MAX_RECV_SPEED_LARGE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Si un téléchargement dépasse cette vitesse (comptée en octets par seconde)
     en moyenne cumulative pendant le transfert, le transfert sera mis en pause pour
     maintenir la vitesse moyenne inférieure ou égale à la valeur du paramètre.
     La valeur par défaut est une vitesse illimitée.
     Cette option accepte toute valeur pouvant être convertie en un <span class="type"><a href="language.types.integer.php" class="type int">int</a></span> valide.
     Disponible à partir de cURL 7.15.5.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-max-send-speed-large">
    <strong><code><a href="curl.constants.php#constant.curlopt-max-send-speed-large">CURLOPT_MAX_SEND_SPEED_LARGE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Si un téléversement dépasse cette vitesse (comptée en octets par seconde)
     en moyenne cumulative pendant le transfert, le transfert sera mis en pause pour
     maintenir la vitesse moyenne inférieure ou égale à la valeur du paramètre.
     La valeur par défaut est une vitesse illimitée.
     Cette option accepte toute valeur pouvant être convertie en un <span class="type"><a href="language.types.integer.php" class="type int">int</a></span> valide.
     Disponible à partir de cURL 7.15.5.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-mime-options">
    <strong><code><a href="curl.constants.php#constant.curlopt-mime-options">CURLOPT_MIME_OPTIONS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir une valeur à un masque de bits des constantes <strong><code><a href="curl.constants.php#constant.curlmimeopt-formescape">CURLMIMEOPT_<span class="replaceable">*</span></a></code></strong>.
     Actuellement, il n&#039;y a qu&#039;une seule option disponible : <strong><code><a href="curl.constants.php#constant.curlmimeopt-formescape">CURLMIMEOPT_FORMESCAPE</a></code></strong>.
     Disponible à partir de PHP 8.3.0 et cURL 7.81.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-mute">
    <strong><code><a href="curl.constants.php#constant.curlopt-mute">CURLOPT_MUTE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir à <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> pour être complètement silencieux avec
     les fonctions cURL.
     Utiliser <strong><code><a href="curl.constants.php#constant.curlopt-returntransfer">CURLOPT_RETURNTRANSFER</a></code></strong> à la place.
     Disponible à partir de cURL 7.1.0, déprécié à partir de cURL 7.8.0
     et dernier disponible à partir de cURL 7.15.5.
     Supprimé à partir de PHP 7.3.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-netrc">
    <strong><code><a href="curl.constants.php#constant.curlopt-netrc">CURLOPT_NETRC</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir à <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> pour scanner le fichier <var class="filename">~/.netrc</var>
     pour trouver un nom d&#039;utilisateur et un mot de passe pour le site distant
     avec lequel une connexion est établie.
     Disponible à partir de cURL 7.1.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-netrc-file">
    <strong><code><a href="curl.constants.php#constant.curlopt-netrc-file">CURLOPT_NETRC_FILE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définit un <span class="type"><a href="language.types.string.php" class="type string">string</a></span> contenant le nom complet du fichier <code class="literal">.netrc</code>.
     Si cette option est omise et que <strong><code><a href="curl.constants.php#constant.curlopt-netrc">CURLOPT_NETRC</a></code></strong> est défini,
     cURL vérifie un fichier <code class="literal">.netrc</code>
     dans le répertoire personnel de l&#039;utilisateur actuel.
     Disponible à partir de cURL 7.11.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-new-directory-perms">
    <strong><code><a href="curl.constants.php#constant.curlopt-new-directory-perms">CURLOPT_NEW_DIRECTORY_PERMS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définit la valeur des permissions (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>) qui sont définies sur les répertoires nouvellement créés
     sur le serveur distant. La valeur par défaut est <code class="literal">0755</code>.
     Les seuls protocoles qui peuvent utiliser cette option sont
     <code class="literal">sftp://</code>, <code class="literal">scp://</code>
     et <code class="literal">file://</code>.
     Disponible à partir de cURL 7.16.4.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-new-file-perms">
    <strong><code><a href="curl.constants.php#constant.curlopt-new-file-perms">CURLOPT_NEW_FILE_PERMS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définit la valeur des permissions (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>) qui sont définies sur les fichiers nouvellement créés
     sur le serveur distant. La valeur par défaut est <code class="literal">0644</code>.
     Les seuls protocoles qui peuvent utiliser cette option sont
     <code class="literal">sftp://</code>, <code class="literal">scp://</code>
     et <code class="literal">file://</code>.
     Disponible à partir de cURL 7.16.4.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-nobody">
    <strong><code><a href="curl.constants.php#constant.curlopt-nobody">CURLOPT_NOBODY</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir sur <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> pour exclure le corps de la sortie.
     Pour HTTP(S), cURL effectue une requête HEAD. Pour la plupart des autres protocoles,
     cURL ne demande pas du tout les données du corps.
     Changer cela en <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> entraînera l&#039;inclusion des données du corps dans la sortie.
     Disponible à partir de cURL 7.1.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-noprogress">
    <strong><code><a href="curl.constants.php#constant.curlopt-noprogress">CURLOPT_NOPROGRESS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir à <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> pour désactiver la barre de progression pour les transferts cURL.
     <blockquote class="note"><p><strong class="note">Note</strong>: 
      <p class="para">
       PHP définit automatiquement cette option à <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong>, cela ne devrait être
       changé que pour des raisons de débogage.
      </p>
     </p></blockquote>
     Disponible à partir de cURL 7.1.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-noproxy">
    <strong><code><a href="curl.constants.php#constant.curlopt-noproxy">CURLOPT_NOPROXY</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définit un <span class="type"><a href="language.types.string.php" class="type string">string</a></span> consistant en une liste séparée par des virgules de noms d&#039;hôtes
     qui ne nécessitent pas de proxy pour être atteints.
     Chaque nom dans cette liste est comparé soit comme un domaine
     qui contient le nom d&#039;hôte ou le nom d&#039;hôte lui-même.
     Le seul caractère générique disponible dans le <span class="type"><a href="language.types.string.php" class="type string">string</a></span>
     est un simple caractère <code class="literal">*</code> qui correspond à tous les hosts,
     désactivant effectivement le proxy.
     Définir cette option à une <span class="type"><a href="language.types.string.php" class="type string">string</a></span> vide active le proxy pour tous les noms d&#039;hôtes.
     À partir de cURL 7.86.0, les adresses IP définies avec cette option
     peuvent être fournies en utilisant la notation CIDR.
     Disponible à partir de cURL 7.19.4.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-nosignal">
    <strong><code><a href="curl.constants.php#constant.curlopt-nosignal">CURLOPT_NOSIGNAL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> pour ignorer toute fonction cURL qui envoie un
     signal au processus PHP. Cela est activé par défaut
     dans les SAPI multi-thread pour que les options de délai d&#039;attente puissent toujours être utilisées.
     Disponible à partir de cURL 7.10.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-passwdfunction">
    <strong><code><a href="curl.constants.php#constant.curlopt-passwdfunction">CURLOPT_PASSWDFUNCTION</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Un <span class="type"><a href="language.types.callable.php" class="type callable">callable</a></span> avec la signature suivante :
     <div class="methodsynopsis dc-description">
      <span class="methodname"><span class="replaceable">callback</span></span>(<span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$curlHandle</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$passwordPrompt</code></span>, <span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$maximumPasswordLength</code></span>): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>

     <dl>
      
       <dt><code class="parameter">curlHandle</code></dt>
       <dd>
        <span class="simpara">
         Le gestionnaire cURL.
        </span>
       </dd>
      
      
       <dt><code class="parameter">passwordPrompt</code></dt>
       <dd>
        <span class="simpara">
         Une invite de mot de passe.
        </span>
       </dd>
      
      
       <dt><code class="parameter">maximumPasswordLength</code></dt>
       <dd>
        <span class="simpara">
         La longueur maximale du mot de passe.
        </span>
       </dd>
      
     </dl>
     Le callback doit retourner une <span class="type"><a href="language.types.string.php" class="type string">string</a></span> contenant le mot de passe.
     Disponible à partir de cURL 7.4.2, déprécié à partir de cURL 7.11.1
     et dernier disponible à partir de cURL 7.15.5.
     Enlevé à partir de PHP 7.3.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-password">
    <strong><code><a href="curl.constants.php#constant.curlopt-password">CURLOPT_PASSWORD</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir sur une <span class="type"><a href="language.types.string.php" class="type string">string</a></span> contenant le mot de passe à utiliser pour l&#039;authentification.
     Disponible à partir de cURL 7.19.1.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-path-as-is">
    <strong><code><a href="curl.constants.php#constant.curlopt-path-as-is">CURLOPT_PATH_AS_IS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir sur <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> pour que cURL n&#039;altère pas les chemins d&#039;URL avant de les transmettre au serveur.
     Par défaut, c&#039;est <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong>, ce qui écrase les séquences de <code class="literal">/../</code>
     ou <code class="literal">/./</code> qui peuvent exister dans la partie chemin de l&#039;URL
     et qui sont censées être supprimées conformément à la section 5.2.4 du RFC 3986.
     Disponible à partir de PHP 7.0.7 et cURL 7.42.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-pinnedpublickey">
    <strong><code><a href="curl.constants.php#constant.curlopt-pinnedpublickey">CURLOPT_PINNEDPUBLICKEY</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir une <span class="type"><a href="language.types.string.php" class="type string">string</a></span> avec la clé publique épinglée.
     La <span class="type"><a href="language.types.string.php" class="type string">string</a></span> peut être le nom du fichier de la clé publique épinglée
     au format PEM ou DER. La <span class="type"><a href="language.types.string.php" class="type string">string</a></span> peut également être un
     nombre quelconque de hachages sha256 encodés en base64 précédés de <code class="literal">sha256//</code> et
     séparés par <code class="literal">;</code>.
     Disponible à partir de PHP 7.0.7 et cURL 7.39.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-pipewait">
    <strong><code><a href="curl.constants.php#constant.curlopt-pipewait">CURLOPT_PIPEWAIT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir sur <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> pour attendre qu&#039;une connexion existante confirme
     si elle peut faire du multiplexage et l&#039;utiliser si c&#039;est le cas
     avant de créer et d&#039;utiliser une nouvelle connexion.
     Disponible à partir de PHP 7.0.7 et cURL 7.43.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-port">
    <strong><code><a href="curl.constants.php#constant.curlopt-port">CURLOPT_PORT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Un <span class="type"><a href="language.types.integer.php" class="type int">int</a></span> avec un numéro de port alternatif pour se connecter
     à la place de celui spécifié dans l&#039;URL ou du port par défaut pour le protocole utilisé.
     Disponible à partir de cURL 7.1.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-post">
    <strong><code><a href="curl.constants.php#constant.curlopt-post">CURLOPT_POST</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir à <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> pour effectuer une requête HTTP <code class="literal">POST</code>.
     Cette requête utilise l&#039;en-tête <code class="literal">application/x-www-form-urlencoded</code>.
     Par défaut, c&#039;est <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong>.
     Disponible à partir de cURL 7.1.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-postfields">
    <strong><code><a href="curl.constants.php#constant.curlopt-postfields">CURLOPT_POSTFIELDS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Les données complètes à envoyer dans une opération HTTP <code class="literal">POST</code>.
     Ce paramètre peut être passé soit
     sous forme de <span class="type"><a href="language.types.string.php" class="type string">string</a></span> urlencodée comme &#039;<code class="literal">para1=val1&amp;para2=val2&amp;...</code>&#039;
     ou sous forme d&#039;un <span class="type"><a href="language.types.array.php" class="type array">array</a></span> avec le nom du champ comme clé et les données du champ comme valeur.
     Si <code class="parameter">value</code> est un tableau, l&#039;en-tête
     <code class="literal">Content-Type</code> sera défini sur
     <code class="literal">multipart/form-data</code>.
     Les fichiers peuvent être envoyés en utilisant <span class="classname"><a href="class.curlfile.php" class="classname">CURLFile</a></span> ou <span class="classname"><a href="class.curlstringfile.php" class="classname">CURLStringFile</a></span>,
     auquel cas <code class="parameter">value</code> doit être un <span class="type"><a href="language.types.array.php" class="type array">array</a></span>.
     Disponible à partir de cURL 7.1.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-postquote">
    <strong><code><a href="curl.constants.php#constant.curlopt-postquote">CURLOPT_POSTQUOTE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Un <span class="type"><a href="language.types.array.php" class="type array">array</a></span> de <span class="type"><a href="language.types.string.php" class="type string">string</a></span>s de commandes FTP à exécuter sur le serveur après l&#039;exécution de la requête FTP.
     Disponible à partir de cURL 7.1.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-postredir">
    <strong><code><a href="curl.constants.php#constant.curlopt-postredir">CURLOPT_POSTREDIR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir à un bitmask de <strong><code><a href="curl.constants.php#constant.curl-redir-post-301">CURL_REDIR_POST_301</a></code></strong>,
     <strong><code><a href="curl.constants.php#constant.curl-redir-post-302">CURL_REDIR_POST_302</a></code></strong> et <strong><code><a href="curl.constants.php#constant.curl-redir-post-303">CURL_REDIR_POST_303</a></code></strong>
     si la méthode HTTP <code class="literal">POST</code> doit être maintenue.
     lorsque <strong><code><a href="curl.constants.php#constant.curlopt-followlocation">CURLOPT_FOLLOWLOCATION</a></code></strong> est défini et qu&#039;un
     type spécifique de redirection se produit.
     Disponible à partir de cURL 7.19.1.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-pre-proxy">
    <strong><code><a href="curl.constants.php#constant.curlopt-pre-proxy">CURLOPT_PRE_PROXY</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définit une chaîne <span class="type"><a href="language.types.string.php" class="type string">string</a></span> contenant le nom d&#039;hôte ou l&#039;adresse IP numérique pointée
     à utiliser comme préproxy auquel cURL se connecte avant de
     se connecter au proxy HTTP(S) spécifié dans l&#039;option
     <strong><code><a href="curl.constants.php#constant.curlopt-proxy">CURLOPT_PROXY</a></code></strong> pour la prochaine requête.
     Le préproxy ne peut être qu&#039;un proxy SOCKS et il doit être préfixé par
     <code class="literal">[scheme]://</code> pour spécifier quel type de chaussettes est utilisé.
     Une adresse IP numérique IPv6 doit être écrite entre [crochets].
     Définir le préproxy sur un <span class="type"><a href="language.types.string.php" class="type string">string</a></span> vide désactive explicitement l&#039;utilisation d&#039;un préproxy.
     Pour spécifier le numéro de port dans ce <span class="type"><a href="language.types.string.php" class="type string">string</a></span>, ajoutez <code class="literal">:[port]</code>
     à la fin du nom d&#039;hôte. Le numéro de port du proxy peut éventuellement être
     spécifié avec l&#039;option séparée <strong><code><a href="curl.constants.php#constant.curlopt-proxyport">CURLOPT_PROXYPORT</a></code></strong>.
     Par défaut, utilise le port 1080 pour les proxys si un port n&#039;est pas spécifié.
     Disponible à partir de PHP 7.3.0 et cURL 7.52.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-prequote">
    <strong><code><a href="curl.constants.php#constant.curlopt-prequote">CURLOPT_PREQUOTE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définit un tableau de commandes FTP à exécuter sur le serveur avant la requête
     après que la connexion FTP a été établie.
     Ces commandes ne sont pas effectuées lorsqu&#039;une liste de répertoire est demandée,
     seulement pour les transferts de fichiers.
     Disponible à partir de cURL 7.9.5.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-private">
    <strong><code><a href="curl.constants.php#constant.curlopt-private">CURLOPT_PRIVATE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     N&#039;importe quelle donnée qui devrait être associée à ce gestionnaire cURL. Ces données
     peuvent ensuite être récupérées avec l&#039;option
     <strong><code><a href="curl.constants.php#constant.curlinfo-private">CURLINFO_PRIVATE</a></code></strong> de
     <span class="function"><a href="function.curl-getinfo.php" class="function">curl_getinfo()</a></span>. cURL ne fait rien avec ces données.
     Lors de l&#039;utilisation d&#039;un gestionnaire cURL multi, ces données privées sont typiquement une
     clé unique pour identifier un gestionnaire cURL standard.
     Disponible à partir de cURL 7.10.3.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-progressfunction">
    <strong><code><a href="curl.constants.php#constant.curlopt-progressfunction">CURLOPT_PROGRESSFUNCTION</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Un <span class="type"><a href="language.types.callable.php" class="type callable">callable</a></span> avec la signature suivante :
     <div class="methodsynopsis dc-description">
      <span class="methodname"><span class="replaceable">callback</span></span>(<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$curlHandle</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$bytesToDownload</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$bytesDownloaded</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$bytesToUpload</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$bytesUploaded</code></span><br>): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>

     <dl>
      
       <dt><code class="parameter">curlHandle</code></dt>
       <dd>
        <span class="simpara">
         Le gestionnaire cURL.
        </span>
       </dd>
      
      
       <dt><code class="parameter">bytesToDownload</code></dt>
       <dd>
        <span class="simpara">
         Le nombre total d&#039;octets attendus à télécharger lors de ce transfert.
        </span>
       </dd>
      
      
       <dt><code class="parameter">bytesDownloaded</code></dt>
       <dd>
        <span class="simpara">
         Le nombre d&#039;octets téléchargés jusqu&#039;à présent.
        </span>
       </dd>
      
      
       <dt><code class="parameter">bytesToUpload</code></dt>
       <dd>
        <span class="simpara">
         Le nombre total d&#039;octets attendus à télécharger lors de ce transfert.
        </span>
       </dd>
      
      
       <dt><code class="parameter">bytesUploaded</code></dt>
       <dd>
        <span class="simpara">
         Le nombre d&#039;octets téléchargés jusqu&#039;à présent.
        </span>
       </dd>
      
     </dl>
     Le callback doit renvoyer un <span class="type"><a href="language.types.integer.php" class="type int">int</a></span> avec une valeur non nulle pour interrompre le transfert
     et définir une erreur <strong><code><a href="curl.constants.php#constant.curle-aborted-by-callback">CURLE_ABORTED_BY_CALLBACK</a></code></strong>.
     <blockquote class="note"><p><strong class="note">Note</strong>: 
      <p class="para">
       La fonction est appelée lorsque l&#039;option <strong><code><a href="curl.constants.php#constant.curlopt-noprogress">CURLOPT_NOPROGRESS</a></code></strong>
       est définie sur <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong>.
      </p>
     </p></blockquote>
     Disponible à partir de cURL 7.1.0 et obsolète à partir de cURL 7.32.0.
     Utiliser <strong><code><a href="curl.constants.php#constant.curlopt-xferinfofunction">CURLOPT_XFERINFOFUNCTION</a></code></strong> à la place.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-protocols">
    <strong><code><a href="curl.constants.php#constant.curlopt-protocols">CURLOPT_PROTOCOLS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Un masque de bits de valeurs <strong><code><a href="curl.constants.php#constant.curlproto-all">CURLPROTO_<span class="replaceable">*</span></a></code></strong>.
     Si utilisé, ce masque limite les protocoles que cURL peut utiliser dans le transfert.
     Par défaut, cela vaut <strong><code><a href="curl.constants.php#constant.curlproto-all">CURLPROTO_ALL</a></code></strong>, c&#039;est-à-dire que cURL acceptera tous les protocoles qu&#039;il prend en charge.
     Voir <strong><code><a href="curl.constants.php#constant.curlopt-redir-protocols">CURLOPT_REDIR_PROTOCOLS</a></code></strong>.
     Disponible à partir de cURL 7.19.4 et déprécié à partir de cURL 7.85.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-protocols-str">
    <strong><code><a href="curl.constants.php#constant.curlopt-protocols-str">CURLOPT_PROTOCOLS_STR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir sur une <span class="type"><a href="language.types.string.php" class="type string">string</a></span> contenant une liste séparée par des virgules
     de noms de protocoles insensibles à la casse (schémas d&#039;URL) autorisés dans le transfert.
     Définir sur <code class="literal">ALL</code> pour activer tous les protocoles.
     Par défaut, cURL accepte tous les protocoles pour lesquels il a été construit avec le support.
     Les protocoles disponibles sont :
     <span class="simplelist"><code class="literal">DICT</code>, <code class="literal">FILE</code>, <code class="literal">FTP</code>, <code class="literal">FTPS</code>, <code class="literal">GOPHER</code>, <code class="literal">GOPHERS</code>, <code class="literal">HTTP</code>, <code class="literal">HTTPS</code>, <code class="literal">IMAP</code>, <code class="literal">IMAPS</code>, <code class="literal">LDAP</code>, <code class="literal">LDAPS</code>, <code class="literal">MQTT</code>, <code class="literal">POP3</code>, <code class="literal">POP3S</code>, <code class="literal">RTMP</code>, <code class="literal">RTMPE</code>, <code class="literal">RTMPS</code>, <code class="literal">RTMPT</code>, <code class="literal">RTMPTE</code>, <code class="literal">RTMPTS</code>, <code class="literal">RTSP</code>, <code class="literal">SCP</code>, <code class="literal">SFTP</code>, <code class="literal">SMB</code>, <code class="literal">SMBS</code>, <code class="literal">SMTP</code>, <code class="literal">SMTPS</code>, <code class="literal">TELNET</code>, <code class="literal">TFTP</code>, <code class="literal">WS</code>, <code class="literal">WSS</code></span>.
    Disponible à partir de PHP 8.3.0 et cURL 7.85.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-proxy">
    <strong><code><a href="curl.constants.php#constant.curlopt-proxy">CURLOPT_PROXY</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Une <span class="type"><a href="language.types.string.php" class="type string">string</a></span> avec le proxy HTTP à travers lequel effectuer les requêtes.
     Cela doit être le nom d&#039;hôte, l&#039;adresse IP numérique en notation décimale
     ou une adresse IPv6 numérique écrite entre [crochets].
     Disponible à partir de cURL 7.1.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-proxyauth">
    <strong><code><a href="curl.constants.php#constant.curlopt-proxyauth">CURLOPT_PROXYAUTH</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Un bitmask des méthodes d&#039;authentification HTTP
     (<strong><code><a href="curl.constants.php#constant.curlauth-any">CURLAUTH_<span class="replaceable">*</span></a></code></strong>)
     à utiliser pour la connexion au proxy.
     Pour l&#039;authentification par proxy, seules <strong><code><a href="curl.constants.php#constant.curlauth-basic">CURLAUTH_BASIC</a></code></strong> et
     <strong><code><a href="curl.constants.php#constant.curlauth-ntlm">CURLAUTH_NTLM</a></code></strong> sont actuellement prises en charge.
     Par défaut, c&#039;est <strong><code><a href="curl.constants.php#constant.curlauth-basic">CURLAUTH_BASIC</a></code></strong>.
     Disponible à partir de cURL 7.10.7.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-proxyheader">
    <strong><code><a href="curl.constants.php#constant.curlopt-proxyheader">CURLOPT_PROXYHEADER</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Un <span class="type"><a href="language.types.array.php" class="type array">array</a></span> d&#039;en-têtes HTTP personnalisés en tant que <span class="type"><a href="language.types.string.php" class="type string">string</a></span> à envoyer au proxy.
     Disponible à partir de PHP 7.0.7 et cURL 7.37.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-proxypassword">
    <strong><code><a href="curl.constants.php#constant.curlopt-proxypassword">CURLOPT_PROXYPASSWORD</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définit un <span class="type"><a href="language.types.string.php" class="type string">string</a></span> avec le mot de passe à utiliser pour l&#039;authentification avec le proxy.
     Disponible à partir de cURL 7.19.1.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-proxyport">
    <strong><code><a href="curl.constants.php#constant.curlopt-proxyport">CURLOPT_PROXYPORT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Un <span class="type"><a href="language.types.integer.php" class="type int">int</a></span> avec le numéro de port du proxy à utiliser pour la connexion.
     Ce numéro de port peut également être défini dans <strong><code><a href="curl.constants.php#constant.curlopt-proxy">CURLOPT_PROXY</a></code></strong>.
     Le définir à zéro fait en sorte que cURL utilise le numéro de port par défaut du proxy
     ou le numéro de port spécifié dans la chaîne de caractères de l&#039;URL du proxy.
     Disponible à partir de cURL 7.1.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-proxytype">
    <strong><code><a href="curl.constants.php#constant.curlopt-proxytype">CURLOPT_PROXYTYPE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définit le type de proxy à l&#039;une des constantes
     <strong><code><a href="curl.constants.php#constant.curlproxy-http">CURLPROXY_<span class="replaceable">*</span></a></code></strong>.
     Par défaut, c&#039;est <strong><code><a href="curl.constants.php#constant.curlproxy-http">CURLPROXY_HTTP</a></code></strong>.
     Disponible à partir de cURL 7.10.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-proxyusername">
    <strong><code><a href="curl.constants.php#constant.curlopt-proxyusername">CURLOPT_PROXYUSERNAME</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définit un <span class="type"><a href="language.types.string.php" class="type string">string</a></span> avec le nom d&#039;utilisateur à utiliser pour l&#039;authentification avec le proxy.
     Disponible à partir de cURL 7.19.1.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-proxyuserpwd">
    <strong><code><a href="curl.constants.php#constant.curlopt-proxyuserpwd">CURLOPT_PROXYUSERPWD</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Une <span class="type"><a href="language.types.string.php" class="type string">string</a></span> contenant un nom d&#039;utilisateur et un mot de passe au format
     <code class="literal">[nom_utilisateur]:[mot_de_passe]</code> à utiliser pour la
     connexion au proxy.
     Disponible à partir de cURL 7.1.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-proxy-cainfo">
    <strong><code><a href="curl.constants.php#constant.curlopt-proxy-cainfo">CURLOPT_PROXY_CAINFO</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Le chemin vers le fichier de certificats du proxy Certificate Authority (CA). Définir le chemin comme une
     <span class="type"><a href="language.types.string.php" class="type string">string</a></span> nommant un fichier contenant un ou plusieurs certificats
     pour vérifier le proxy HTTPS.
     Cette option est pour se connecter à un proxy HTTPS, pas à un serveur HTTPS.
     La valeur par défaut est le chemin système où le bundle cacert de cURL
     est supposé être stocké.
     Disponible à partir de PHP 7.3.0 et cURL 7.52.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-proxy-cainfo-blob">
    <strong><code><a href="curl.constants.php#constant.curlopt-proxy-cainfo-blob">CURLOPT_PROXY_CAINFO_BLOB</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Un <span class="type"><a href="language.types.string.php" class="type string">string</a></span> avec le nom du fichier PEM contenant un ou plusieurs certificats pour vérifier le proxy HTTPS.
     Cette option est pour se connecter à un proxy HTTPS, pas à un serveur HTTPS.
     Par défaut, le chemin système où le bundle cacert de cURL est supposé
     être stocké.
     Disponible à partir de PHP 8.2.0 et cURL 7.77.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-proxy-capath">
    <strong><code><a href="curl.constants.php#constant.curlopt-proxy-capath">CURLOPT_PROXY_CAPATH</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Un <span class="type"><a href="language.types.string.php" class="type string">string</a></span> avec le répertoire contenant plusieurs certificats CA pour vérifier le proxy HTTPS.
     Disponible à partir de PHP 7.3.0 et cURL 7.52.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-proxy-crlfile">
    <strong><code><a href="curl.constants.php#constant.curlopt-proxy-crlfile">CURLOPT_PROXY_CRLFILE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir sur une <span class="type"><a href="language.types.string.php" class="type string">string</a></span> avec le nom de fichier contenant la liste de révocation de certificats (CRL)
     au format PEM à utiliser dans la validation du certificat qui se produit pendant
     l&#039;échange SSL.
     Disponible à partir de PHP 7.3.0 et cURL 7.52.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-proxy-issuercert">
    <strong><code><a href="curl.constants.php#constant.curlopt-proxy-issuercert">CURLOPT_PROXY_ISSUERCERT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Le nom de fichier du certificat SSL de l&#039;émetteur du proxy en tant que<span class="type"><a href="language.types.string.php" class="type string">string</a></span>.
     Disponible à partir de PHP 8.1.0 et cURL 7.71.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-proxy-issuercert-blob">
    <strong><code><a href="curl.constants.php#constant.curlopt-proxy-issuercert-blob">CURLOPT_PROXY_ISSUERCERT_BLOB</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Un <span class="type"><a href="language.types.string.php" class="type string">string</a></span> avec le certificat SSL de l&#039;émetteur du proxy à partir du blob de mémoire.
     Disponible à partir de PHP 8.1.0 et cURL 7.71.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-proxy-keypasswd">
    <strong><code><a href="curl.constants.php#constant.curlopt-proxy-keypasswd">CURLOPT_PROXY_KEYPASSWD</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définit le <span class="type"><a href="language.types.string.php" class="type string">string</a></span> à utiliser comme mot de passe pour charger la clé privée
     <strong><code><a href="curl.constants.php#constant.curlopt-proxy-sslkey">CURLOPT_PROXY_SSLKEY</a></code></strong>.
     Une phrase secrète n&#039;est pas nécessaire pour charger un certificat,
     mais elle est requise pour charger une clé privée.
     Cette option est pour se connecter à un proxy HTTPS, pas à un serveur HTTPS.
     Disponible à partir de PHP 7.3.0 et cURL 7.52.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-proxy-pinnedpublickey">
    <strong><code><a href="curl.constants.php#constant.curlopt-proxy-pinnedpublickey">CURLOPT_PROXY_PINNEDPUBLICKEY</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir la clé publique ancrée pour le proxy HTTPS.
     La <span class="type"><a href="language.types.string.php" class="type string">string</a></span> peut être le nom de fichier de la clé publique ancrée
     qui est censée être au format <code class="literal">PEM</code>
     ou <code class="literal">DER</code>.
     La <span class="type"><a href="language.types.string.php" class="type string">string</a></span> peut également être n&#039;importe quel nombre de hachages sha256 encodés en base64
     précédés de <code class="literal">sha256//</code> et séparés par <code class="literal">;</code>.
     Disponible à partir de PHP 7.3.0 et cURL 7.52.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-proxy-service-name">
    <strong><code><a href="curl.constants.php#constant.curlopt-proxy-service-name">CURLOPT_PROXY_SERVICE_NAME</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Un <span class="type"><a href="language.types.string.php" class="type string">string</a></span> avec le nom du service d&#039;authentification du proxy.
     Disponible à partir de PHP 7.0.7, cURL 7.43.0 (pour les proxies HTTP) et cURL 7.49.0 (pour les proxies SOCKS5).
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-proxy-sslcert">
    <strong><code><a href="curl.constants.php#constant.curlopt-proxy-sslcert">CURLOPT_PROXY_SSLCERT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Une <span class="type"><a href="language.types.string.php" class="type string">string</a></span> avec le nom de fichier du certificat client utilisé pour se connecter au proxy HTTPS.
     Le format par défaut est <code class="literal">P12</code> sur Secure Transport et <code class="literal">PEM</code> sur les autres moteurs,
     et peut être changé avec <strong><code><a href="curl.constants.php#constant.curlopt-proxy-sslcerttype">CURLOPT_PROXY_SSLCERTTYPE</a></code></strong>.
     Avec NSS ou Secure Transport, cela peut aussi être le surnom du certificat
     utilisé pour l&#039;authentification tel qu&#039;il est nommé dans la base de données de sécurité.
     Si un fichier du répertoire courant doit être utilisé,
     il doit être précédé de <code class="literal">./</code>
     afin d&#039;éviter toute confusion avec un surnom.
     Disponible à partir de PHP 7.3.0 et cURL 7.52.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-proxy-sslcerttype">
    <strong><code><a href="curl.constants.php#constant.curlopt-proxy-sslcerttype">CURLOPT_PROXY_SSLCERTTYPE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Une <span class="type"><a href="language.types.string.php" class="type string">string</a></span> avec le format du certificat client utilisé lors de la connexion à un proxy HTTPS.
     Les formats pris en charge sont <code class="literal">PEM</code> et <code class="literal">DER</code>, sauf avec Secure Transport.
     OpenSSL (versions 0.9.3 et ultérieures) et Secure Transport
     (sur iOS 5 ou ultérieur, ou OS X 10.7 ou ultérieur) supportent également <code class="literal">P12</code> pour
     les fichiers encodés en PKCS#12. Par défaut, c&#039;est <code class="literal">PEM</code>.
     Disponible à partir de PHP 7.3.0 et cURL 7.52.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-proxy-sslcert-blob">
    <strong><code><a href="curl.constants.php#constant.curlopt-proxy-sslcert-blob">CURLOPT_PROXY_SSLCERT_BLOB</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Un <span class="type"><a href="language.types.string.php" class="type string">string</a></span> avec le certificat client SSL du proxy.
     Disponible à partir de PHP 8.1.0 et cURL 7.71.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-proxy-sslkey">
    <strong><code><a href="curl.constants.php#constant.curlopt-proxy-sslkey">CURLOPT_PROXY_SSLKEY</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Un <span class="type"><a href="language.types.string.php" class="type string">string</a></span> avec le nom de fichier de la clé privée
     utilisée pour se connecter au proxy HTTPS.
     Le format par défaut est <code class="literal">PEM</code> et peut être modifié avec
     <strong><code><a href="curl.constants.php#constant.curlopt-proxy-sslkeytype">CURLOPT_PROXY_SSLKEYTYPE</a></code></strong>.
     (iOS et Mac OS X uniquement) Cette option est ignorée si cURL a été compilé
     avec Secure Transport. Disponible si compilé avec TLS.
     Disponible à partir de PHP 7.3.0 et cURL 7.52.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-proxy-sslkeytype">
    <strong><code><a href="curl.constants.php#constant.curlopt-proxy-sslkeytype">CURLOPT_PROXY_SSLKEYTYPE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Un <span class="type"><a href="language.types.string.php" class="type string">string</a></span> avec le format de la clé privée.
     Les formats pris en charge sont :
     <span class="simplelist"><code class="literal">PEM</code>, <code class="literal">DER</code>, <code class="literal">ENG</code></span>.
     Disponible à partir de PHP 7.3.0 et cURL 7.52.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-proxy-sslkey-blob">
    <strong><code><a href="curl.constants.php#constant.curlopt-proxy-sslkey-blob">CURLOPT_PROXY_SSLKEY_BLOB</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Un <span class="type"><a href="language.types.string.php" class="type string">string</a></span> avec la clé privée utilisée pour se connecter au proxy HTTPS.
     Disponible à partir de PHP 8.1.0 et cURL 7.71.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-proxy-sslversion">
    <strong><code><a href="curl.constants.php#constant.curlopt-proxy-sslversion">CURLOPT_PROXY_SSLVERSION</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir la version TLS de proxy HTTPS préférée sur l&#039;une des constantes <strong><code><a href="curl.constants.php#constant.curl-sslversion-default">CURL_SSLVERSION_<span class="replaceable">*</span></a></code></strong>.
     Par défaut, cela correspond à <strong><code><a href="curl.constants.php#constant.curl-sslversion-default">CURL_SSLVERSION_DEFAULT</a></code></strong>.
     <div class="warning"><strong class="warning">Avertissement</strong>
      <p class="simpara">
       Il est préférable de ne pas définir cette option et de laisser la valeur par défaut
       <strong><code><a href="curl.constants.php#constant.curl-sslversion-default">CURL_SSLVERSION_DEFAULT</a></code></strong>
       qui tentera de déterminer la version du protocole SSL distant.
      </p>
     </div>
     Disponible à partir de PHP 7.3.0 et cURL 7.52.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-proxy-ssl-cipher-list">
    <strong><code><a href="curl.constants.php#constant.curlopt-proxy-ssl-cipher-list">CURLOPT_PROXY_SSL_CIPHER_LIST</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Une <span class="type"><a href="language.types.string.php" class="type string">string</a></span> avec une liste de chiffres séparés par des deux-points à utiliser pour la connexion au proxy HTTPS. 
     Lorsqu&#039;elle est utilisée avec OpenSSL, des virgules et des espaces sont également acceptables comme séparateurs, 
     et <code class="literal">!</code>, <code class="literal">-</code> et <code class="literal">+</code> peuvent être utilisés comme opérateurs. 
     Disponible à partir de PHP 7.3.0 et cURL 7.52.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-proxy-ssl-options">
    <strong><code><a href="curl.constants.php#constant.curlopt-proxy-ssl-options">CURLOPT_PROXY_SSL_OPTIONS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir les options de comportement SSL du proxy, qui est un masque de bits des 
     <strong><code><a href="curl.constants.php#constant.curlsslopt-allow-beast">CURLSSLOPT_<span class="replaceable">*</span></a></code></strong> constantes. 
     Disponible à partir de PHP 7.3.0 et cURL 7.52.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-proxy-ssl-verifyhost">
    <strong><code><a href="curl.constants.php#constant.curlopt-proxy-ssl-verifyhost">CURLOPT_PROXY_SSL_VERIFYHOST</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir sur <code class="literal">2</code> pour vérifier dans les champs de nom du certificat du proxy
     contre le nom du proxy. Lorsqu&#039;il est défini sur <code class="literal">0</code>, la connexion réussit
     indépendamment des noms utilisés dans le certificat. Utiliser cette capacité avec prudence!
     Définir sur <code class="literal">1</code> à partir de cURL 7.28.0 et antérieur en tant qu&#039;option de débogage.
     Définir sur <code class="literal">1</code> à partir de cURL 7.28.1 à 7.65.3 <strong><code><a href="curl.constants.php#constant.curle-bad-function-argument">CURLE_BAD_FUNCTION_ARGUMENT</a></code></strong> est renvoyé.
     À partir de cURL 7.66.0, <code class="literal">1</code> et <code class="literal">2</code> sont traités comme la même valeur. 
     Par défaut, la valeur de cette option doit être maintenue à <code class="literal">2</code>. 
     Dans les environnements de production, la valeur de cette option doit rester à <code class="literal">2</code>. 
     Disponible à partir de PHP 7.3.0 et cURL 7.52.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-proxy-ssl-verifypeer">
    <strong><code><a href="curl.constants.php#constant.curlopt-proxy-ssl-verifypeer">CURLOPT_PROXY_SSL_VERIFYPEER</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir sur <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> pour arrêter cURL de vérifier le certificat du proxy.
     Des certificats alternatifs à vérifier peuvent être
     spécifiés avec l&#039;option <strong><code><a href="curl.constants.php#constant.curlopt-proxy-cainfo">CURLOPT_PROXY_CAINFO</a></code></strong>
     ou un répertoire de certificats peut être spécifié avec l&#039;option
     <strong><code><a href="curl.constants.php#constant.curlopt-proxy-capath">CURLOPT_PROXY_CAPATH</a></code></strong>.
     Lorsque défini sur <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong>, la vérification du certificat du proxy réussit indépendamment.
     <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> par défaut.
     Disponible à partir de PHP 7.3.0 et cURL 7.52.0
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-proxy-tls13-ciphers">
    <strong><code><a href="curl.constants.php#constant.curlopt-proxy-tls13-ciphers">CURLOPT_PROXY_TLS13_CIPHERS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Une <span class="type"><a href="language.types.string.php" class="type string">string</a></span> avec une liste de chiffres séparés par des deux-points à utiliser pour la connexion au proxy via TLS 1.3.
     Cette option est actuellement utilisée uniquement lorsque cURL est construit pour utiliser OpenSSL 1.1.1 ou une version ultérieure.
     Lors de l&#039;utilisation d&#039;un autre backend SSL, les suites de chiffrement TLS 1.3 peuvent être définies
     avec l&#039;option <strong><code><a href="curl.constants.php#constant.curlopt-proxy-ssl-cipher-list">CURLOPT_PROXY_SSL_CIPHER_LIST</a></code></strong>.
     Disponible à partir de PHP 7.3.0 et cURL 7.61.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-proxy-tlsauth-password">
    <strong><code><a href="curl.constants.php#constant.curlopt-proxy-tlsauth-password">CURLOPT_PROXY_TLSAUTH_PASSWORD</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Une <span class="type"><a href="language.types.string.php" class="type string">string</a></span> contenant le mot de passe à utiliser pour la méthode d&#039;authentification TLS spécifiée avec le
     <strong><code><a href="curl.constants.php#constant.curlopt-proxy-tlsauth-type">CURLOPT_PROXY_TLSAUTH_TYPE</a></code></strong>. Nécessite également que l&#039;option
     <strong><code><a href="curl.constants.php#constant.curlopt-proxy-tlsauth-username">CURLOPT_PROXY_TLSAUTH_USERNAME</a></code></strong> soit définie.
     Disponible à partir de PHP 7.3.0 et cURL 7.52.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-proxy-tlsauth-type">
    <strong><code><a href="curl.constants.php#constant.curlopt-proxy-tlsauth-type">CURLOPT_PROXY_TLSAUTH_TYPE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     La méthode d&#039;authentification TLS utilisée pour la connexion HTTPS.
     La méthode supportée est <code class="literal">SRP</code>.
     <blockquote class="note"><p><strong class="note">Note</strong>: 
      <p class="para">
       L&#039;authentification Secure Remote Password (SRP) pour TLS fournit une authentification mutuelle
       si les deux parties ont un secret partagé. Pour utiliser TLS-SRP, les options
       <strong><code><a href="curl.constants.php#constant.curlopt-proxy-tlsauth-username">CURLOPT_PROXY_TLSAUTH_USERNAME</a></code></strong> et
       <strong><code><a href="curl.constants.php#constant.curlopt-proxy-tlsauth-password">CURLOPT_PROXY_TLSAUTH_PASSWORD</a></code></strong> doivent également être définies.
      </p>
     </p></blockquote>
     Disponible à partir de PHP 7.3.0 et cURL 7.52.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-proxy-tlsauth-username">
    <strong><code><a href="curl.constants.php#constant.curlopt-proxy-tlsauth-username">CURLOPT_PROXY_TLSAUTH_USERNAME</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Le nom d&#039;utilisateur à utiliser pour la méthode d&#039;authentification TLS du proxy HTTPS spécifiée avec l&#039;option
     <strong><code><a href="curl.constants.php#constant.curlopt-proxy-tlsauth-type">CURLOPT_PROXY_TLSAUTH_TYPE</a></code></strong>. Nécessite également que l&#039;option
     <strong><code><a href="curl.constants.php#constant.curlopt-proxy-tlsauth-password">CURLOPT_PROXY_TLSAUTH_PASSWORD</a></code></strong> soit définie.
     Disponible à partir de PHP 7.3.0 et cURL 7.52.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-proxy-transfer-mode">
    <strong><code><a href="curl.constants.php#constant.curlopt-proxy-transfer-mode">CURLOPT_PROXY_TRANSFER_MODE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définit à <code class="literal">1</code> pour définir le mode de transfert (binaire ou ASCII)
     pour les transferts FTP effectués via un proxy HTTP, en ajoutant
     <code class="literal">type=a</code> ou <code class="literal">type=i</code> à l&#039;URL.
     Sans ce paramètre ou s&#039;il est défini à <code class="literal">0</code>,
     <strong><code><a href="curl.constants.php#constant.curlopt-transfertext">CURLOPT_TRANSFERTEXT</a></code></strong> n&#039;a aucun effet
     lors de l&#039;utilisation de FTP via un proxy.
     Par défaut à <code class="literal">0</code>.
     Disponible à partir de cURL 7.18.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-put">
    <strong><code><a href="curl.constants.php#constant.curlopt-put">CURLOPT_PUT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> pour effectuer une requête HTTP PUT d&#039;un fichier. Le fichier à mettre
     doit être défini avec <strong><code><a href="curl.constants.php#constant.curlopt-readdata">CURLOPT_READDATA</a></code></strong> et
     <strong><code><a href="curl.constants.php#constant.curlopt-infilesize">CURLOPT_INFILESIZE</a></code></strong>.
     Disponible à partir de cURL 7.1.0 et obsolète à partir de cURL 7.12.1.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-quick-exit">
    <strong><code><a href="curl.constants.php#constant.curlopt-quick-exit">CURLOPT_QUICK_EXIT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir sur <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> pour que cURL ignore le nettoyage des ressources lors de la récupération d&#039;un timeout.
     Cela permet une terminaison rapide du processus cURL au détriment d&#039;une possible fuite de ressources associées.
     Disponible à partir de PHP 8.3.0 et cURL 7.87.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-quote">
    <strong><code><a href="curl.constants.php#constant.curlopt-quote">CURLOPT_QUOTE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Un <span class="type"><a href="language.types.array.php" class="type array">array</a></span> de commandes FTP à exécuter sur le serveur avant la
     requête FTP.
     Disponible à partir de cURL 7.1.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-random-file">
    <strong><code><a href="curl.constants.php#constant.curlopt-random-file">CURLOPT_RANDOM_FILE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Une <span class="type"><a href="language.types.string.php" class="type string">string</a></span> avec un nom de fichier à utiliser pour initialiser le générateur de nombres aléatoires pour SSL.
     Disponible à partir de cURL 7.7.0 et obsolète à partir de cURL 7.84.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-range">
    <strong><code><a href="curl.constants.php#constant.curlopt-range">CURLOPT_RANGE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Une <span class="type"><a href="language.types.string.php" class="type string">string</a></span> avec la(les) plage(s) de données à récupérer au format <code class="literal">X-Y</code>, où X ou Y sont optionnels. Les transferts HTTP
     supportent également plusieurs intervalles, séparés par des virgules au format
     <code class="literal">X-Y,N-M</code>.
     Définir sur <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong> pour désactiver la demande d&#039;une plage de bytes.
     Disponible à partir de cURL 7.1.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-readdata">
    <strong><code><a href="curl.constants.php#constant.curlopt-readdata">CURLOPT_READDATA</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définit un pointeur de fichier <span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> qui sera utilisé par la fonction de lecture de fichier
     définie avec <strong><code><a href="curl.constants.php#constant.curlopt-readfunction">CURLOPT_READFUNCTION</a></code></strong>.
     Disponible à partir de cURL 7.9.7.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-readfunction">
    <strong><code><a href="curl.constants.php#constant.curlopt-readfunction">CURLOPT_READFUNCTION</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Un <span class="type"><a href="language.types.callable.php" class="type callable">callable</a></span> avec la signature suivante :
     <div class="methodsynopsis dc-description">
        <span class="methodname"><span class="replaceable">callback</span></span>(<span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$curlHandle</code></span>, <span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$streamResource</code></span>, <span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$maxAmountOfDataToRead</code></span>): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>

     <dl>
        
            <dt><code class="parameter">curlHandle</code></dt>
            <dd>
                <span class="simpara">
                    Le handle cURL.
                </span>
            </dd>
        
        
            <dt><code class="parameter">streamResource</code></dt>
            <dd>
                <span class="simpara">
                    Ressource de flux <span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> fournie à cURL via l&#039;option
                    <strong><code><a href="curl.constants.php#constant.curlopt-readdata">CURLOPT_READDATA</a></code></strong>.
                </span>
            </dd>
        
        
            <dt><code class="parameter">maxAmountOfDataToRead</code></dt>
            <dd>
                <span class="simpara">
                    La quantité maximale de données à lire.
                </span>
            </dd>
        
     </dl>
     Le callback doit retourner une <span class="type"><a href="language.types.string.php" class="type string">string</a></span>
     d&#039;une longueur égale ou inférieure à la quantité de données demandée,
     typiquement en la lisant à partir du <span class="type">stream</span> de flux passée. Elle doit
     renvoyer un <span class="type"><a href="language.types.string.php" class="type string">string</a></span> vide pour signaler <code class="literal">la fin du fichier</code>.
     Disponible à partir de cURL 7.1.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-redir-protocols">
    <strong><code><a href="curl.constants.php#constant.curlopt-redir-protocols">CURLOPT_REDIR_PROTOCOLS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Un masque de bits de valeurs <strong><code><a href="curl.constants.php#constant.curlproto-all">CURLPROTO_<span class="replaceable">*</span></a></code></strong> lesquelles
     limite les protocoles que cURL peut utiliser dans un transfert qu&#039;il suit dans une
     redirection lorsque <strong><code><a href="curl.constants.php#constant.curlopt-followlocation">CURLOPT_FOLLOWLOCATION</a></code></strong> est activé.
     Cela permet de limiter certains transferts afin qu&#039;ils n&#039;utilisent qu&#039;un sous-ensemble de protocoles lors des redirections.
     À partir de cURL 7.19.4, par défaut, cURL autorisera tous les protocoles, sauf <code class="literal">FILE</code> et <code class="literal">SCP</code>.
     Avant cURL 7.19.4, cURL suivait sans condition tous les protocoles pris en charge.
     Voir aussi <strong><code><a href="curl.constants.php#constant.curlopt-protocols">CURLOPT_PROTOCOLS</a></code></strong> pour les valeurs constantes de protocole.
     Disponible à partir de cURL 7.19.4 et obsolète à partir de cURL 7.85.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-redir-protocols-str">
    <strong><code><a href="curl.constants.php#constant.curlopt-redir-protocols-str">CURLOPT_REDIR_PROTOCOLS_STR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir sur une <span class="type"><a href="language.types.string.php" class="type string">string</a></span> avec une liste séparée par des virgules
     de noms de protocoles insensibles à la casse (schémas d&#039;URL)
     à autoriser lors d&#039;une redirection lorsque
     <strong><code><a href="curl.constants.php#constant.curlopt-followlocation">CURLOPT_FOLLOWLOCATION</a></code></strong> est activé.
     Définir sur <code class="literal">ALL</code> pour activer tous les protocoles.
     À partir de cURL 7.65.2, cela par défaut à <code class="literal">FTP</code>,
     <code class="literal">FTPS</code>, <code class="literal">HTTP</code> et <code class="literal">HTTPS</code>.
     De cURL 7.40.0 à 7.65.1, cela par défaut à tous les protocoles sauf
     <code class="literal">FILE</code>, <code class="literal">SCP</code>, <code class="literal">SMB</code> et
     <code class="literal">SMBS</code>.
     Avant cURL 7.40.0, cela par défaut à tous les protocoles sauf
     <code class="literal">FILE</code> et <code class="literal">SCP</code>.
     Les protocoles disponibles sont :
     <span class="simplelist"><code class="literal">DICT</code>, <code class="literal">FILE</code>, <code class="literal">FTP</code>, <code class="literal">FTPS</code>, <code class="literal">GOPHER</code>, <code class="literal">GOPHERS</code>, <code class="literal">HTTP</code>, <code class="literal">HTTPS</code>, <code class="literal">IMAP</code>, <code class="literal">IMAPS</code>, <code class="literal">LDAP</code>, <code class="literal">LDAPS</code>, <code class="literal">MQTT</code>, <code class="literal">POP3</code>, <code class="literal">POP3S</code>, <code class="literal">RTMP</code>, <code class="literal">RTMPE</code>, <code class="literal">RTMPS</code>, <code class="literal">RTMPT</code>, <code class="literal">RTMPTE</code>, <code class="literal">RTMPTS</code>, <code class="literal">RTSP</code>, <code class="literal">SCP</code>, <code class="literal">SFTP</code>, <code class="literal">SMB</code>, <code class="literal">SMBS</code>, <code class="literal">SMTP</code>, <code class="literal">SMTPS</code>, <code class="literal">TELNET</code>, <code class="literal">TFTP</code>, <code class="literal">WS</code>, <code class="literal">WSS</code></span>.
     Disponible à partir de PHP 8.3.0 et cURL 7.85.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-referer">
    <strong><code><a href="curl.constants.php#constant.curlopt-referer">CURLOPT_REFERER</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Une <span class="type"><a href="language.types.string.php" class="type string">string</a></span> contenant le contenu de l&#039;en-tête <code class="literal">Referer: </code>
     à utiliser dans une requête HTTP.
     Disponible à partir de cURL 7.1.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-request-target">
    <strong><code><a href="curl.constants.php#constant.curlopt-request-target">CURLOPT_REQUEST_TARGET</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Une <span class="type"><a href="language.types.string.php" class="type string">string</a></span> à utiliser dans la requête à venir
     au lieu du chemin extrait de l&#039;URL.
     Disponible à partir de PHP 7.3.0 et cURL 7.55.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-resolve">
    <strong><code><a href="curl.constants.php#constant.curlopt-resolve">CURLOPT_RESOLVE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Fournir un <span class="type"><a href="language.types.array.php" class="type array">array</a></span> de <span class="type"><a href="language.types.string.php" class="type string">string</a></span>s séparés par des deux-points
     avec des adresses personnalisées pour des paires hôte et port spécifiques dans le format suivant :
     <code class="code">
      array(
        &quot;example.com:80:127.0.0.1&quot;,
        &quot;example2.com:443:127.0.0.2&quot;,
      )
     </code>
     Disponible à partir de cURL 7.21.3.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-resume-from">
    <strong><code><a href="curl.constants.php#constant.curlopt-resume-from">CURLOPT_RESUME_FROM</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     L&#039;offset, en octets, pour reprendre un transfert.
     Cette option accepte toute valeur qui peut être convertie en un <span class="type"><a href="language.types.integer.php" class="type int">int</a></span> valide.
     Disponible à partir de cURL 7.1.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-returntransfer">
    <strong><code><a href="curl.constants.php#constant.curlopt-returntransfer">CURLOPT_RETURNTRANSFER</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> pour retourner la réponse en tant que <span class="type"><a href="language.types.string.php" class="type string">string</a></span> de la fonction
     <span class="function"><a href="function.curl-exec.php" class="function">curl_exec()</a></span> au lieu de l&#039;afficher directement.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-rtsp-client-cseq">
    <strong><code><a href="curl.constants.php#constant.curlopt-rtsp-client-cseq">CURLOPT_RTSP_CLIENT_CSEQ</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définit un <span class="type"><a href="language.types.integer.php" class="type int">int</a></span> avec le numéro CSEQ à émettre pour la prochaine requête RTSP.
     Utilise si l&#039;application reprend une connexion précédemment interrompue.
     Le CSEQ s&#039;incrémente à partir de ce nouveau numéro par la suite.
     Par défaut à <code class="literal">0</code>.
     Disponible à partir de cURL 7.20.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-rtsp-request">
    <strong><code><a href="curl.constants.php#constant.curlopt-rtsp-request">CURLOPT_RTSP_REQUEST</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définit le type de requête RTSP à effectuer.
     Doit être une des constantes <strong><code><a href="curl.constants.php#constant.curl-rtspreq-announce">CURL_RTSPREQ_<span class="replaceable">*</span></a></code></strong>.
     Disponible à partir de cURL 7.20.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-rtsp-server-cseq">
    <strong><code><a href="curl.constants.php#constant.curlopt-rtsp-server-cseq">CURLOPT_RTSP_SERVER_CSEQ</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définit un <span class="type"><a href="language.types.integer.php" class="type int">int</a></span> avec le numéro CSEQ à attendre
     pour la prochaine requête RTSP du serveur.
     Cette fonctionnalité (écoute des requêtes du serveur) n&#039;est pas implémentée.
     Par défaut à <code class="literal">0</code>.
     Disponible à partir de cURL 7.20.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-rtsp-session-id">
    <strong><code><a href="curl.constants.php#constant.curlopt-rtsp-session-id">CURLOPT_RTSP_SESSION_ID</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définit un <span class="type"><a href="language.types.string.php" class="type string">string</a></span> avec la valeur de l&#039;identifiant de la session RTSP courante pour la poignée.
     Une fois que cette valeur est définie sur une valeur non-<strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong>,
     cURL renvoie <strong><code>CURLE_RTSP_SESSION_ERROR</code></strong>
     si l&#039;identifiant reçu du serveur ne correspond pas.
     Si défini sur <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong>, cURL définit automatiquement l&#039;identifiant
     la première fois que le serveur le définit dans une réponse.
     Par défaut à <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong>
     Disponible à partir de cURL 7.20.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-rtsp-stream-uri">
    <strong><code><a href="curl.constants.php#constant.curlopt-rtsp-stream-uri">CURLOPT_RTSP_STREAM_URI</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définit un <span class="type"><a href="language.types.string.php" class="type string">string</a></span> avec l&#039;URI du flux sur lequel opérer.
     S&#039;il n&#039;est pas défini, cURL définit par défaut l&#039;opération sur les options de serveur génériques
     en passant <code class="literal">*</code> à la place de l&#039;URI du flux RTSP.
     Lors du travail avec RTSP, <code class="literal">CURLOPT_RTSP_STREAM_URI</code>
     indique quelle URL envoyer au serveur dans l&#039;en-tête de requête
     tandis que <code class="literal">CURLOPT_URL</code> indique
     où établir la connexion.
     Disponible à partir de cURL 7.20.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-rtsp-transport">
    <strong><code><a href="curl.constants.php#constant.curlopt-rtsp-transport">CURLOPT_RTSP_TRANSPORT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définit l&#039;en-tête <code class="literal">Transport:</code> pour cette session RTSP.
     Disponible à partir de cURL 7.20.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-safe-upload">
    <strong><code><a href="curl.constants.php#constant.curlopt-safe-upload">CURLOPT_SAFE_UPLOAD</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Toujours <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong>, ce qui désactive le support du préfixe <code class="literal">&quot;@&quot;</code>
     pour l&#039;envoi de fichiers dans <strong><code><a href="curl.constants.php#constant.curlopt-postfields">CURLOPT_POSTFIELDS</a></code></strong>, ce qui
     signifie que les valeurs commençant par <code class="literal">&quot;@&quot;</code> peuvent être
     passées en toute sécurité en tant que champs. <span class="classname"><a href="class.curlfile.php" class="classname">CURLFile</a></span> peut être
     utilisé pour les téléversements à la place.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-sasl-authzid">
    <strong><code><a href="curl.constants.php#constant.curlopt-sasl-authzid">CURLOPT_SASL_AUTHZID</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     L&#039;identité d&#039;autorisation (authzid) <span class="type"><a href="language.types.string.php" class="type string">string</a></span> pour le transfert. Applicable uniquement au SASL PLAIN
     où il est facultatif. Lorsqu&#039;il n&#039;est pas spécifié, seule l&#039;identité d&#039;authentification
     (authcid) telle que spécifiée par le nom d&#039;utilisateur sera envoyée au serveur, avec le mot de passe.
     Le serveur déduira l&#039;authzid de l&#039;authcid lorsqu&#039;il ne sera pas fourni, qu&#039;il utilisera ensuite en interne.
     Disponible à partir de PHP 8.2.0 et cURL 7.66.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-sasl-ir">
    <strong><code><a href="curl.constants.php#constant.curlopt-sasl-ir">CURLOPT_SASL_IR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> pour activer l&#039;initialisation de la réponse SASL (SASL Initial Response).
     Disponible à partir de PHP 7.0.7 et cURL 7.31.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-service-name">
    <strong><code><a href="curl.constants.php#constant.curlopt-service-name">CURLOPT_SERVICE_NAME</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Un <span class="type"><a href="language.types.string.php" class="type string">string</a></span> avec le nom du service d&#039;authentification.
     Disponible à partir de PHP 7.0.7 et cURL 7.43.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-share">
    <strong><code><a href="curl.constants.php#constant.curlopt-share">CURLOPT_SHARE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Un résultat de <span class="function"><a href="function.curl-share-init.php" class="function">curl_share_init()</a></span>. Fait en sorte que le gestionnaire cURL
     utilise les données du gestionnaire partagé.
     Disponible à partir de cURL 7.10.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-socks5-auth">
    <strong><code><a href="curl.constants.php#constant.curlopt-socks5-auth">CURLOPT_SOCKS5_AUTH</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     <span class="simplelist"><strong><code><a href="curl.constants.php#constant.curlauth-basic">CURLAUTH_BASIC</a></code></strong>, <strong><code><a href="curl.constants.php#constant.curlauth-gssapi">CURLAUTH_GSSAPI</a></code></strong>, <strong><code><a href="curl.constants.php#constant.curlauth-none">CURLAUTH_NONE</a></code></strong></span>.
     Lorsque plus d&#039;une méthode est définie, cURL interrogera le serveur pour voir
     quelles méthodes il supporte et choisira la meilleure.
     Par défaut, <code class="literal">CURLAUTH_BASIC|CURLAUTH_GSSAPI</code>.
     Définir le nom d&#039;utilisateur et le mot de passe réels avec l&#039;option <strong><code><a href="curl.constants.php#constant.curlopt-proxyuserpwd">CURLOPT_PROXYUSERPWD</a></code></strong>.
     Disponible à partir de PHP 7.3.0 et cURL 7.55.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-socks5-gssapi-nec">
    <strong><code><a href="curl.constants.php#constant.curlopt-socks5-gssapi-nec">CURLOPT_SOCKS5_GSSAPI_NEC</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir à <code class="literal">1</code> pour activer et à <code class="literal">0</code> pour désactiver
     l&#039;échange non protégé de la négociation du mode de protection
     dans le cadre de la négociation GSSAPI.
     Disponible à partir de cURL 7.19.4.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-socks5-gssapi-service">
    <strong><code><a href="curl.constants.php#constant.curlopt-socks5-gssapi-service">CURLOPT_SOCKS5_GSSAPI_SERVICE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définit un <span class="type"><a href="language.types.string.php" class="type string">string</a></span> contenant le nom du service SOCKS.
     Par défaut à <code class="literal">rcmd</code>.
     Disponible à partir de cURL 7.19.4 et déprécié à partir de cURL 7.49.0.
     Utiliser <strong><code><a href="curl.constants.php#constant.curlopt-proxy-service-name">CURLOPT_PROXY_SERVICE_NAME</a></code></strong> à la place.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-ssh-auth-types">
    <strong><code><a href="curl.constants.php#constant.curlopt-ssh-auth-types">CURLOPT_SSH_AUTH_TYPES</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Un masque de bits composé d&#039;une ou plusieurs des constantes suivantes :
     <span class="simplelist"><strong><code><a href="curl.constants.php#constant.curlssh-auth-publickey">CURLSSH_AUTH_PUBLICKEY</a></code></strong>, <strong><code><a href="curl.constants.php#constant.curlssh-auth-password">CURLSSH_AUTH_PASSWORD</a></code></strong>, <strong><code><a href="curl.constants.php#constant.curlssh-auth-host">CURLSSH_AUTH_HOST</a></code></strong>, <strong><code><a href="curl.constants.php#constant.curlssh-auth-keyboard">CURLSSH_AUTH_KEYBOARD</a></code></strong>, <strong><code><a href="curl.constants.php#constant.curlssh-auth-agent">CURLSSH_AUTH_AGENT</a></code></strong>, <strong><code><a href="curl.constants.php#constant.curlssh-auth-any">CURLSSH_AUTH_ANY</a></code></strong></span>.
     Par défaut, cela correspond à <strong><code><a href="curl.constants.php#constant.curlssh-auth-any">CURLSSH_AUTH_ANY</a></code></strong>.
     Disponible à partir de cURL 7.16.1.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-ssh-compression">
    <strong><code><a href="curl.constants.php#constant.curlopt-ssh-compression">CURLOPT_SSH_COMPRESSION</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> pour activer, <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> pour désactiver la compression SSH intégrée.
     Il est à noter que le serveur peut ignorer cette demande.
     Par défaut, cela correspond à <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong>.
     Disponible à partir de PHP 7.3.0 et cURL 7.56.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-ssh-hostkeyfunction">
    <strong><code><a href="curl.constants.php#constant.curlopt-ssh-hostkeyfunction">CURLOPT_SSH_HOSTKEYFUNCTION</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Un <span class="type"><a href="language.types.callable.php" class="type callable">callable</a></span> qui sera appelé lorsque la vérification de la clé hôte SSH est nécessaire.
     Le rappel doit avoir la signature suivante :
     <div class="methodsynopsis dc-description">
      <span class="methodname"><span class="replaceable">callback</span></span>(<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$curlHandle</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$keyType</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$key</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$keyLength</code></span><br>): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>

     <dl>
      
       <dt><code class="parameter">curlHandle</code></dt>
       <dd>
        <span class="simpara">
         Le handle cURL.
        </span>
       </dd>
      
      
       <dt><code class="parameter">keyType</code></dt>
       <dd>
        <span class="simpara">
         L&#039;un des types de clé <strong><code>CURLKHTYPE_<span class="replaceable">*</span></code></strong>.
        </span>
       </dd>
      
      
       <dt><code class="parameter">key</code></dt>
       <dd>
        <span class="simpara">
         La clé à vérifier.
        </span>
       </dd>
      
      
       <dt><code class="parameter">keyLength</code></dt>
       <dd>
        <span class="simpara">
         La longueur de la clé en octets.
        </span>
       </dd>
      
     </dl>
     Ce rappel remplace <strong><code><a href="curl.constants.php#constant.curlopt-ssh-knownhosts">CURLOPT_SSH_KNOWNHOSTS</a></code></strong>.
     Disponible à partir de PHP 8.3.0 et cURL 7.84.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-ssh-host-public-key-md5">
    <strong><code><a href="curl.constants.php#constant.curlopt-ssh-host-public-key-md5">CURLOPT_SSH_HOST_PUBLIC_KEY_MD5</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Une <span class="type"><a href="language.types.string.php" class="type string">string</a></span> contenant 32 chiffres hexadécimaux qui doivent contenir le
     checksum MD5 de la clé publique de l&#039;hôte distant, et cURL rejettera
     la connexion à l&#039;hôte à moins que les sommes de contrôle md5 ne correspondent.
     Cette option est uniquement pour les transferts SCP et SFTP.
     Disponible à partir de cURL 7.17.1.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-ssh-host-public-key-sha256">
    <strong><code><a href="curl.constants.php#constant.curlopt-ssh-host-public-key-sha256">CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Une <span class="type"><a href="language.types.string.php" class="type string">string</a></span> avec le hash SHA256 codé en base64
     de la clé publique de l&#039;hôte distant.
     Le transfert échouera si le hachage donné ne correspond pas au hachage fourni par l&#039;hôte distant.
     Disponible à partir de PHP 8.2.0 et cURL 7.80.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-ssh-knownhosts">
    <strong><code><a href="curl.constants.php#constant.curlopt-ssh-knownhosts">CURLOPT_SSH_KNOWNHOSTS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définit le nom du fichier <var class="filename">known_host</var> à utiliser
     qui devrait utiliser le format de fichier OpenSSH pris en charge par libssh2.
     Disponible à partir de cURL 7.19.6.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-ssh-private-keyfile">
    <strong><code><a href="curl.constants.php#constant.curlopt-ssh-private-keyfile">CURLOPT_SSH_PRIVATE_KEYFILE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Le nom du fichier de la clé privée. Si non utilisé, cURL utilise par défaut
     <var class="filename">$HOME/.ssh/id_dsa</var> si la variable d&#039;environnement HOME est définie,
     et juste <code class="literal">id_dsa</code> dans le répertoire courant si HOME n&#039;est pas défini.
     Si le fichier est protégé par mot de passe, définissez le mot de passe avec
     <strong><code><a href="curl.constants.php#constant.curlopt-keypasswd">CURLOPT_KEYPASSWD</a></code></strong>.
     Disponible à partir de cURL 7.16.1.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-ssh-public-keyfile">
    <strong><code><a href="curl.constants.php#constant.curlopt-ssh-public-keyfile">CURLOPT_SSH_PUBLIC_KEYFILE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Le nom du fichier de la clé publique. Si non utilisé, cURL utilise par défaut
     <var class="filename">$HOME/.ssh/id_dsa.pub</var> si la variable d&#039;environnement HOME est définie,
     et juste <code class="literal">id_dsa.pub</code> dans le répertoire courant si HOME n&#039;est pas défini.
     Disponible à partir de cURL 7.16.1.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-sslcert">
    <strong><code><a href="curl.constants.php#constant.curlopt-sslcert">CURLOPT_SSLCERT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Le nom d&#039;un fichier contenant un certificat au format PEM.
     Disponible à partir de cURL 7.1.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-sslcertpasswd">
    <strong><code><a href="curl.constants.php#constant.curlopt-sslcertpasswd">CURLOPT_SSLCERTPASSWD</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Le mot de passe requis pour utiliser le certificat
     <strong><code><a href="curl.constants.php#constant.curlopt-sslcert">CURLOPT_SSLCERT</a></code></strong>.
     Disponible à partir de cURL 7.1.0 et déconseillé à partir de cURL 7.17.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-sslcerttype">
    <strong><code><a href="curl.constants.php#constant.curlopt-sslcerttype">CURLOPT_SSLCERTTYPE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Une <span class="type"><a href="language.types.string.php" class="type string">string</a></span> avec le format du certificat. Les formats pris en charge sont :
     <span class="simplelist"><code class="literal">PEM</code>, <code class="literal">DER</code>, <code class="literal">ENG</code>, <code class="literal">P12</code></span>.
     <code class="literal">P12</code> (pour les fichiers encodés en PKCS#12) est disponible à partir d&#039;OpenSSL 0.9.3.
     Par défaut, c&#039;est <code class="literal">PEM</code>.
     Disponible à partir de cURL 7.9.3.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-sslcert-blob">
    <strong><code><a href="curl.constants.php#constant.curlopt-sslcert-blob">CURLOPT_SSLCERT_BLOB</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Une <span class="type"><a href="language.types.string.php" class="type string">string</a></span> avec le certificat client SSL.
     Disponible à partir de PHP 8.1.0 et cURL 7.71.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-sslengine">
    <strong><code><a href="curl.constants.php#constant.curlopt-sslengine">CURLOPT_SSLENGINE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     L&#039;identifiant <span class="type"><a href="language.types.string.php" class="type string">string</a></span> pour le moteur crypto de la clé SSL privée
     spécifiée dans <strong><code><a href="curl.constants.php#constant.curlopt-sslkey">CURLOPT_SSLKEY</a></code></strong>.
     Disponible à partir de cURL 7.9.3.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-sslengine-default">
    <strong><code><a href="curl.constants.php#constant.curlopt-sslengine-default">CURLOPT_SSLENGINE_DEFAULT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     L&#039;identifiant du moteur de cryptographie utilisé pour les opérations de
     cryptographie asymétrique.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-sslkey">
    <strong><code><a href="curl.constants.php#constant.curlopt-sslkey">CURLOPT_SSLKEY</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Le nom d&#039;un fichier contenant une clé privée SSL.
     Disponible à partir de cURL 7.9.3.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-sslkeypasswd">
    <strong><code><a href="curl.constants.php#constant.curlopt-sslkeypasswd">CURLOPT_SSLKEYPASSWD</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Le mot de passe requis pour utiliser la clé privée SSL
     spécifiée dans <strong><code><a href="curl.constants.php#constant.curlopt-sslkey">CURLOPT_SSLKEY</a></code></strong>.
     <blockquote class="note"><p><strong class="note">Note</strong>: 
      <p class="para">
       Puisque cette option contient un mot de passe sensible, n&#039;oubliez pas de garder
       le script PHP dans lequel il est contenu en sécurité.
      </p>
     </p></blockquote>
     Disponible à partir de cURL 7.9.3 et déconseillé à partir de cURL 7.17.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-sslkeytype">
    <strong><code><a href="curl.constants.php#constant.curlopt-sslkeytype">CURLOPT_SSLKEYTYPE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Le type de clé privée SSL spécifié dans
     <strong><code><a href="curl.constants.php#constant.curlopt-sslkey">CURLOPT_SSLKEY</a></code></strong>. Les types de clé pris en charge sont :
     <span class="simplelist"><code class="literal">PEM</code>, <code class="literal">DER</code>, <code class="literal">ENG</code></span>.
     Défaut à <code class="literal">PEM</code>.
     Disponible à partir de cURL 7.9.3.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-sslkey-blob">
    <strong><code><a href="curl.constants.php#constant.curlopt-sslkey-blob">CURLOPT_SSLKEY_BLOB</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Une <span class="type"><a href="language.types.string.php" class="type string">string</a></span> clé privée pour le certificat client.
     Disponible à partir de PHP 8.1.0 et cURL 7.71.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-sslversion">
    <strong><code><a href="curl.constants.php#constant.curlopt-sslversion">CURLOPT_SSLVERSION</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Une des
     constantes suivantes <strong><code><a href="curl.constants.php#constant.curl-sslversion-default">CURL_SSLVERSION_<span class="replaceable">*</span></a></code></strong>.
     <div class="warning"><strong class="warning">Avertissement</strong>
      <p class="simpara">
       Il est préférable de ne pas définir cette option et de laisser les valeurs par défaut.
       Définir cette option à
       <strong><code><a href="curl.constants.php#constant.curl-sslversion-sslv2">CURL_SSLVERSION_SSLv2</a></code></strong>
       ou
       <strong><code><a href="curl.constants.php#constant.curl-sslversion-sslv3">CURL_SSLVERSION_SSLv3</a></code></strong>
       il est très dangereux, étant donné les
       vulnérabilités connues dans SSLv2 et SSLv3.
      </p>
     </div>
     Par défaut, c&#039;est <strong><code><a href="curl.constants.php#constant.curl-sslversion-default">CURL_SSLVERSION_DEFAULT</a></code></strong>.
     Disponible à partir de cURL 7.1.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-ssl-cipher-list">
    <strong><code><a href="curl.constants.php#constant.curlopt-ssl-cipher-list">CURLOPT_SSL_CIPHER_LIST</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Une <span class="type"><a href="language.types.string.php" class="type string">string</a></span> séparée par des deux-points des chiffrements à utiliser
     pour la connexion TLS 1.2 (1.1, 1.0).
     Disponible à partir de cURL 7.9.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-ssl-ec-curves">
    <strong><code><a href="curl.constants.php#constant.curlopt-ssl-ec-curves">CURLOPT_SSL_EC_CURVES</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Une liste de courbes elliptiques délimitées par des deux-points. Par exemple,
     <code class="literal">X25519:P-521</code> est une liste de deux courbes elliptiques valides.
     Cette option définit les algorithmes d&#039;échange de clés du client dans la poignée de main SSL,
     si le backend SSL cURL est compilé pour l&#039;utiliser.
     Disponible à partir de PHP 8.2.0 et cURL 7.73.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-ssl-enable-alpn">
    <strong><code><a href="curl.constants.php#constant.curlopt-ssl-enable-alpn">CURLOPT_SSL_ENABLE_ALPN</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> pour désactiver ALPN dans la négociation SSL (si le backend SSL
     utilisé par cURL le prend en charge), qui peut être utilisé pour
     négocier http2.
     Disponible à partir de PHP 7.0.7 et cURL 7.36.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-ssl-enable-npn">
    <strong><code><a href="curl.constants.php#constant.curlopt-ssl-enable-npn">CURLOPT_SSL_ENABLE_NPN</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> pour désactiver NPN dans la poignée de main SSL (si le backend SSL
     cURL est compilé pour l&#039;utiliser), ce qui peut être utilisé pour
     négocier http2.
     Disponible à partir de PHP 7.0.7 et cURL 7.36.0, et obsolète à partir de cURL 7.86.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-ssl-falsestart">
    <strong><code><a href="curl.constants.php#constant.curlopt-ssl-falsestart">CURLOPT_SSL_FALSESTART</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> pour activer et <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> pour désactiver le démarrage anticipé de TLS,
     qui est un mode où un client TLS commence à envoyer des données d&#039;application
     avant de vérifier le message <code class="literal">Finished</code> du serveur.
     Disponible à partir de PHP 7.0.7 et cURL 7.42.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-ssl-options">
    <strong><code><a href="curl.constants.php#constant.curlopt-ssl-options">CURLOPT_SSL_OPTIONS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir les options de comportement SSL, qui sont un masque de bits des
     <strong><code><a href="curl.constants.php#constant.curlsslopt-allow-beast">CURLSSLOPT_<span class="replaceable">*</span></a></code></strong> constantes.
     Par défaut, aucun des bits n&#039;est défini.
     Disponible à partir de PHP 7.0.7 et cURL 7.25.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-ssl-sessionid-cache">
    <strong><code><a href="curl.constants.php#constant.curlopt-ssl-sessionid-cache">CURLOPT_SSL_SESSIONID_CACHE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir à <code class="literal">0</code> pour désactiver et à <code class="literal">1</code> pour activer
     le cache de session SSL.
     Par défaut, tous les transferts sont effectués en utilisant le cache activé.
     Disponible à partir de cURL 7.16.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-ssl-verifyhost">
    <strong><code><a href="curl.constants.php#constant.curlopt-ssl-verifyhost">CURLOPT_SSL_VERIFYHOST</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     <code class="literal">2</code> pour vérifier qu&#039;un champ de nom commun ou un champ de nom alternatif
     dans le certificat SSL du pair correspond au nom d&#039;hôte fourni.
     <code class="literal">0</code> pour ne pas vérifier les noms.
     <code class="literal">1</code> ne doit pas être utilisé.
     En production, la valeur de cette option
     doit être conservée à <code class="literal">2</code> (valeur par défaut). Le support de la valeur <code class="literal">1</code> a été supprimé à partir de cURL 7.28.1.
     Disponible à partir de cURL 7.8.1.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-ssl-verifypeer">
    <strong><code><a href="curl.constants.php#constant.curlopt-ssl-verifypeer">CURLOPT_SSL_VERIFYPEER</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> pour empêcher cURL de vérifier le certificat du
     pair. Des certificats alternatifs à vérifier peuvent être
     spécifiés avec l&#039;option <strong><code><a href="curl.constants.php#constant.curlopt-cainfo">CURLOPT_CAINFO</a></code></strong>
     ou un répertoire de certificats peut être spécifié avec
     l&#039;option <strong><code><a href="curl.constants.php#constant.curlopt-capath">CURLOPT_CAPATH</a></code></strong>.
     Par défaut à <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> à partir de cURL 7.10.
     Paquet par défaut de certificats CA installé à partir de cURL 7.10.
     Disponible à partir de cURL 7.4.2.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-ssl-verifystatus">
    <strong><code><a href="curl.constants.php#constant.curlopt-ssl-verifystatus">CURLOPT_SSL_VERIFYSTATUS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> pour activer et <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> pour désactiver la vérification de l&#039;état du certificat.
     Disponible à partir de PHP 7.0.7 et cURL 7.41.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-stderr">
    <strong><code><a href="curl.constants.php#constant.curlopt-stderr">CURLOPT_STDERR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Accepte un descripteur de fichier <span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> pointant vers
     un emplacement alternatif pour envoyer les erreurs au lieu de
     <strong><code><a href="reserved.constants.php#constant.stderr">STDERR</a></code></strong>.
     Disponible à partir de cURL 7.1.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-stream-weight">
    <strong><code><a href="curl.constants.php#constant.curlopt-stream-weight">CURLOPT_STREAM_WEIGHT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir le poids numérique du flux (un nombre entre <code class="literal">1</code> et <code class="literal">256</code>).
     Disponible à partir de PHP 7.0.7 et cURL 7.46.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-suppress-connect-headers">
    <strong><code><a href="curl.constants.php#constant.curlopt-suppress-connect-headers">CURLOPT_SUPPRESS_CONNECT_HEADERS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> pour supprimer les en-têtes de réponse proxy CONNECT des fonctions de rappel utilisateur
     <strong><code><a href="curl.constants.php#constant.curlopt-headerfunction">CURLOPT_HEADERFUNCTION</a></code></strong> et <strong><code><a href="curl.constants.php#constant.curlopt-writefunction">CURLOPT_WRITEFUNCTION</a></code></strong>,
     lorsque <strong><code><a href="curl.constants.php#constant.curlopt-httpproxytunnel">CURLOPT_HTTPPROXYTUNNEL</a></code></strong> est utilisé et une requête CONNECT est effectuée.
     Par défaut, c&#039;est <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong>.
     Disponible à partir de PHP 7.3.0 et cURL 7.54.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-tcp-fastopen">
    <strong><code><a href="curl.constants.php#constant.curlopt-tcp-fastopen">CURLOPT_TCP_FASTOPEN</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> pour activer et <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> pour désactiver TCP Fast Open.
     Disponible à partir de PHP 7.0.7 et cURL 7.49.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-tcp-keepalive">
    <strong><code><a href="curl.constants.php#constant.curlopt-tcp-keepalive">CURLOPT_TCP_KEEPALIVE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Si défini à <code class="literal">1</code>, des sondes de maintien de la connexion TCP seront envoyées. Le délai et
     la fréquence de ces sondes peuvent être contrôlés par les options <strong><code><a href="curl.constants.php#constant.curlopt-tcp-keepidle">CURLOPT_TCP_KEEPIDLE</a></code></strong>
     et <strong><code><a href="curl.constants.php#constant.curlopt-tcp-keepintvl">CURLOPT_TCP_KEEPINTVL</a></code></strong>, à condition que le système d&#039;exploitation
     les supporte. Si défini à <code class="literal">0</code> (par défaut), les sondes de maintien de la connexion sont désactivées.
     Le nombre maximum de sondes peut être défini avec l&#039;option <strong><code><a href="curl.constants.php#constant.curlopt-tcp-keepcnt">CURLOPT_TCP_KEEPCNT</a></code></strong>.
     Disponible à partir de cURL 7.25.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-tcp-keepidle">
    <strong><code><a href="curl.constants.php#constant.curlopt-tcp-keepidle">CURLOPT_TCP_KEEPIDLE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définit le délai, en secondes, que le système d&#039;exploitation attendra pendant que la connexion est
     inutilisée avant d&#039;envoyer des sondes de maintien de la connexion, si <strong><code><a href="curl.constants.php#constant.curlopt-tcp-keepalive">CURLOPT_TCP_KEEPALIVE</a></code></strong> est
     activé. Tous les systèmes d&#039;exploitation ne supportent pas cette option.
     La valeur par défaut est <code class="literal">60</code>.
     Disponible à partir de cURL 7.25.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-tcp-keepintvl">
    <strong><code><a href="curl.constants.php#constant.curlopt-tcp-keepintvl">CURLOPT_TCP_KEEPINTVL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définit l&#039;intervalle, en secondes, que le système d&#039;exploitation attendra entre l&#039;envoi
     des sondes de maintien de la connexion, si <strong><code><a href="curl.constants.php#constant.curlopt-tcp-keepalive">CURLOPT_TCP_KEEPALIVE</a></code></strong> est activé.
     Tous les systèmes d&#039;exploitation ne supportent pas cette option.
     La valeur par défaut est <code class="literal">60</code>.
     Disponible à partir de cURL 7.25.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-tcp-keepcnt">
    <strong><code><a href="curl.constants.php#constant.curlopt-tcp-keepcnt">CURLOPT_TCP_KEEPCNT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définit le nombre maximum de sondes de maintien de connexion TCP.
     La valeur par défaut est <code class="literal">9</code>.
     Disponible à partir de PHP 8.4.0 et cURL 8.9.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-tcp-nodelay">
    <strong><code><a href="curl.constants.php#constant.curlopt-tcp-nodelay">CURLOPT_TCP_NODELAY</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> pour désactiver l&#039;algorithme de Nagle TCP, qui tente de minimiser
     le nombre de petits paquets sur le réseau.
     Par défaut, c&#039;est <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong>.
     Disponible à partir de cURL 7.11.2.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-telnetoptions">
    <strong><code><a href="curl.constants.php#constant.curlopt-telnetoptions">CURLOPT_TELNETOPTIONS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définit un <span class="type"><a href="language.types.array.php" class="type array">array</a></span> de <span class="type"><a href="language.types.string.php" class="type string">string</a></span>s à passer aux négociations telnet.
     Ces variables doivent être au format <code class="literal">&lt;option=valeur&gt;</code>.
     cURL supporte les options <code class="literal">TTYPE</code>,
     <code class="literal">XDISPLOC</code> et <code class="literal">NEW_ENV</code>.
     Disponible à partir de cURL 7.7.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-tftp-blksize">
    <strong><code><a href="curl.constants.php#constant.curlopt-tftp-blksize">CURLOPT_TFTP_BLKSIZE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définit la taille de bloc à utiliser pour la transmission de données TFTP.
     La plage valide est de <code class="literal">8</code> à <code class="literal">65464</code> octets.
     Par défaut, <code class="literal">512</code> octets sont utilisés si cette option n&#039;est pas spécifiée.
     La taille du bloc spécifiée n&#039;est utilisée que si elle est prise en charge par le serveur distant.
     SI le serveur ne renvoie pas d&#039;accusé de réception d&#039;option
     ou renvoie un accusé de réception d&#039;option sans taille de bloc,
     la valeur par défaut de <code class="literal">512</code> octets est utilisée.
     Disponible à partir de cURL 7.19.4.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-tftp-no-options">
    <strong><code><a href="curl.constants.php#constant.curlopt-tftp-no-options">CURLOPT_TFTP_NO_OPTIONS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> pour ne pas envoyer de requêtes d&#039;options TFTP.
     Par défaut, c&#039;est <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong>.
     Disponible à partir de PHP 7.0.7 et cURL 7.48.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-timecondition">
    <strong><code><a href="curl.constants.php#constant.curlopt-timecondition">CURLOPT_TIMECONDITION</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir comment <strong><code><a href="curl.constants.php#constant.curlopt-timevalue">CURLOPT_TIMEVALUE</a></code></strong> est traité.
     Utiliser <strong><code><a href="curl.constants.php#constant.curl-timecond-ifmodsince">CURL_TIMECOND_IFMODSINCE</a></code></strong> pour retourner la
     page uniquement si elle a été modifiée depuis le temps spécifié dans
     <strong><code><a href="curl.constants.php#constant.curlopt-timevalue">CURLOPT_TIMEVALUE</a></code></strong>. Si elle n&#039;a pas été modifiée,
     un en-tête <code class="literal">304 Not Modified</code> sera retourné
     en supposant que <strong><code><a href="curl.constants.php#constant.curlopt-header">CURLOPT_HEADER</a></code></strong> est <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong>.
     Utiliser <strong><code><a href="curl.constants.php#constant.curl-timecond-ifunmodsince">CURL_TIMECOND_IFUNMODSINCE</a></code></strong> pour l&#039;effet inverse.
     Utiliser <strong><code><a href="curl.constants.php#constant.curl-timecond-none">CURL_TIMECOND_NONE</a></code></strong> pour ignorer
     <strong><code><a href="curl.constants.php#constant.curlopt-timevalue">CURLOPT_TIMEVALUE</a></code></strong> et toujours retourner la page.
     <strong><code><a href="curl.constants.php#constant.curl-timecond-none">CURL_TIMECOND_NONE</a></code></strong> est la valeur par défaut.
     Avant cURL 7.46.0, la valeur par défaut était
     <strong><code><a href="curl.constants.php#constant.curl-timecond-ifmodsince">CURL_TIMECOND_IFMODSINCE</a></code></strong>.
     Disponible à partir de cURL 7.1.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-timeout">
    <strong><code><a href="curl.constants.php#constant.curlopt-timeout">CURLOPT_TIMEOUT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Le nombre maximum de secondes à attendre pour les fonctions cURL.
     Par défaut, c&#039;est <code class="literal">0</code>, ce qui signifie que les fonctions ne dépassent jamais le temps d&#039;attente pendant le transfert.
     Disponible à partir de cURL 7.1.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-timeout-ms">
    <strong><code><a href="curl.constants.php#constant.curlopt-timeout-ms">CURLOPT_TIMEOUT_MS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Le nombre maximum de millisecondes à attendre pour les fonctions cURL
     s&#039;exécutent.
     Si cURL est compilé pour utiliser le résolveur de noms système standard,
     cette partie de la connexion utilisera toujours une résolution de seconde complète
     pour les délais d&#039;attente avec un délai minimum autorisé d&#039;une seconde.
     Par défaut, c&#039;est <code class="literal">0</code>, ce qui signifie que les fonctions ne dépassent jamais le temps d&#039;attente pendant le transfert.
     Disponible à partir de cURL 7.16.2.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-timevalue">
    <strong><code><a href="curl.constants.php#constant.curlopt-timevalue">CURLOPT_TIMEVALUE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Le temps en secondes depuis le 1er janvier 1970. Le temps sera utilisé
     par <strong><code><a href="curl.constants.php#constant.curlopt-timecondition">CURLOPT_TIMECONDITION</a></code></strong>.
     Par défaut, c&#039;est <code class="literal">0</code>.
     Disponible à partir de cURL 7.1.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-timevalue-large">
    <strong><code><a href="curl.constants.php#constant.curlopt-timevalue-large">CURLOPT_TIMEVALUE_LARGE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Le temps en secondes depuis le 1er janvier 1970. Le temps sera utilisé
     par <strong><code><a href="curl.constants.php#constant.curlopt-timecondition">CURLOPT_TIMECONDITION</a></code></strong>. Par défaut à zéro.
     La différence entre cette option et <strong><code><a href="curl.constants.php#constant.curlopt-timevalue">CURLOPT_TIMEVALUE</a></code></strong>
     est le type de l&#039;argument. Sur les systèmes où &#039;long&#039; n&#039;est que de 32 bits de large,
     cette option doit être utilisée pour définir des dates au-delà de l&#039;année 2038.
     Disponible à partir de PHP 7.3.0 et cURL 7.59.0
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-tls13-ciphers">
    <strong><code><a href="curl.constants.php#constant.curlopt-tls13-ciphers">CURLOPT_TLS13_CIPHERS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Une <span class="type"><a href="language.types.string.php" class="type string">string</a></span> avec une liste de chiffrement séparée par des deux-points
     à utiliser pour la connexion TLS 1.3.
     Cette option est actuellement utilisée uniquement lorsque cURL est compilé avec OpenSSL 1.1.1 ou version ultérieure.
     Lors de l&#039;utilisation d&#039;un autre backend SSL, les suites de chiffrement TLS 1.3 peuvent être définies
     avec l&#039;option <strong><code><a href="curl.constants.php#constant.curlopt-ssl-cipher-list">CURLOPT_SSL_CIPHER_LIST</a></code></strong>.
     Disponible à partir de PHP 7.3.0 et cURL 7.61.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-tlsauth-password">
    <strong><code><a href="curl.constants.php#constant.curlopt-tlsauth-password">CURLOPT_TLSAUTH_PASSWORD</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définit un mot de passe à utiliser pour l&#039;authentification spécifiée
     avec l&#039;option <strong><code><a href="curl.constants.php#constant.curlopt-tlsauth-type">CURLOPT_TLSAUTH_TYPE</a></code></strong>. Requiert que
     l&#039;option <strong><code><a href="curl.constants.php#constant.curlopt-tlsauth-username">CURLOPT_TLSAUTH_USERNAME</a></code></strong> soit également définie.
     Cette fonctionnalité repose sur TLS SRP qui ne fonctionne pas avec TLS 1.3.
     Disponible à partir de cURL 7.21.4.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-tlsauth-type">
    <strong><code><a href="curl.constants.php#constant.curlopt-tlsauth-type">CURLOPT_TLSAUTH_TYPE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définit une <span class="type"><a href="language.types.string.php" class="type string">string</a></span> avec la méthode d&#039;authentification TLS.
     La méthode supportée est <code class="literal">SRP</code>
     (authentification TLS Secure Remote Password).
     Disponible à partir de cURL 7.21.4.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-tlsauth-username">
    <strong><code><a href="curl.constants.php#constant.curlopt-tlsauth-username">CURLOPT_TLSAUTH_USERNAME</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définit un <span class="type"><a href="language.types.string.php" class="type string">string</a></span> avec le nom d&#039;utilisateur à utiliser pour la méthode d&#039;authentification TLS
     spécifié avec l&#039;option <strong><code><a href="curl.constants.php#constant.curlopt-tlsauth-type">CURLOPT_TLSAUTH_TYPE</a></code></strong>.
     Requiert que l&#039;option <strong><code><a href="curl.constants.php#constant.curlopt-tlsauth-password">CURLOPT_TLSAUTH_PASSWORD</a></code></strong>
     soit également définie.
     Cette fonctionnalité repose sur TLS SRP qui ne fonctionne pas avec TLS 1.3.
     Disponible à partir de cURL 7.21.4.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-transfer-encoding">
    <strong><code><a href="curl.constants.php#constant.curlopt-transfer-encoding">CURLOPT_TRANSFER_ENCODING</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définit à <code class="literal">1</code> pour activer et à <code class="literal">0</code> pour désactiver
     la demande de <code class="literal">Transfer Encoding</code> compressé dans la requête
     HTTP sortante. Si le serveur répond avec un
     <code class="literal">Transfer Encoding</code> compressé,
     cURL va automatiquement le décompresser à la réception.
     Par défaut à <code class="literal">0</code>.
     Disponible à partir de cURL 7.21.6.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-transfertext">
    <strong><code><a href="curl.constants.php#constant.curlopt-transfertext">CURLOPT_TRANSFERTEXT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> pour utiliser le mode ASCII pour les transferts FTP.
     Pour LDAP, il récupère les données en texte brut au lieu de HTML. Sur
     les systèmes Windows, il ne définira pas <strong><code><a href="reserved.constants.php#constant.stdout">STDOUT</a></code></strong> en
     mode binaire.
     Par défaut, c&#039;est <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong>.
     Disponible à partir de cURL 7.1.1.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-unix-socket-path">
    <strong><code><a href="curl.constants.php#constant.curlopt-unix-socket-path">CURLOPT_UNIX_SOCKET_PATH</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Active l&#039;utilisation des sockets de domaine Unix comme point de connexion et
     définit le chemin du <span class="type"><a href="language.types.string.php" class="type string">string</a></span> donné.
     Définir sur <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong> pour désactiver.
     Par défaut, c&#039;est <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong>.
     Disponible à partir de PHP 7.0.7 et cURL 7.40.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-unrestricted-auth">
    <strong><code><a href="curl.constants.php#constant.curlopt-unrestricted-auth">CURLOPT_UNRESTRICTED_AUTH</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> pour continuer à envoyer le nom d&#039;utilisateur et le mot de passe
     lors du suivi des emplacements (en utilisant
     <strong><code><a href="curl.constants.php#constant.curlopt-followlocation">CURLOPT_FOLLOWLOCATION</a></code></strong>), même lorsque le
     nom d&#039;hôte a changé.
     Par défaut, c&#039;est <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong>.
     Disponible à partir de cURL 7.10.4.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-upkeep-interval-ms">
    <strong><code><a href="curl.constants.php#constant.curlopt-upkeep-interval-ms">CURLOPT_UPKEEP_INTERVAL_MS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Quelques protocoles ont des mécanismes de &quot;maintenance de la connexion&quot;. Ces mécanismes envoient
     généralement du trafic sur les connexions existantes pour les maintenir en vie. Cette option définit l&#039;intervalle de maintenance de la connexion.
     Actuellement, le seul protocole avec un mécanisme de maintenance de la connexion est HTTP/2. Lorsque l&#039;intervalle de maintenance de la
     connexion est dépassé, un cadre PING HTTP/2 est envoyé sur la connexion.
     Par défaut, c&#039;est <strong><code>CURL_UPKEEP_INTERVAL_DEFAULT</code></strong>
     qui est actuellement <code class="literal">60</code> secondes.
     Disponible à partir de PHP 8.2.0 et cURL 7.62.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-upload">
    <strong><code><a href="curl.constants.php#constant.curlopt-upload">CURLOPT_UPLOAD</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> pour préparer et effectuer un téléchargement.
     Par défaut, c&#039;est <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong>.
     Disponible à partir de cURL 7.1.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-upload-buffersize">
    <strong><code><a href="curl.constants.php#constant.curlopt-upload-buffersize">CURLOPT_UPLOAD_BUFFERSIZE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Le tampon de taille préférée en octets pour le téléchargement cURL.
     La taille du tampon de téléchargement par défaut est de 64 kilo-octets. La taille maximale du tampon autorisée à être définie est de 2 méga-octets.
     La taille minimale du tampon autorisée à être définie est de 16 kilo-octets.
     Disponible à partir de PHP 8.2.0 et cURL 7.62.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-url">
    <strong><code><a href="curl.constants.php#constant.curlopt-url">CURLOPT_URL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     L&#039;URL à récupérer. Cela peut également être défini lors de l&#039;initialisation d&#039;une
     session avec <span class="function"><a href="function.curl-init.php" class="function">curl_init()</a></span>.
     Disponible à partir de cURL 7.1.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-use-ssl">
    <strong><code><a href="curl.constants.php#constant.curlopt-use-ssl">CURLOPT_USE_SSL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définit le niveau de SSL/TLS souhaité pour le transfert
     lors de l&#039;utilisation de FTP, SMTP, POP3, IMAP, etc.
     Ce sont tous des protocoles qui commencent en texte clair
     et sont &quot;améliorés&quot; en SSL en utilisant la commande STARTTLS.
     Définir sur l&#039;une des constantes 
     <strong><code><a href="curl.constants.php#constant.curlusessl-all">CURLUSESSL_<span class="replaceable">*</span></a></code></strong>.
     Disponible à partir de cURL 7.17.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-useragent">
    <strong><code><a href="curl.constants.php#constant.curlopt-useragent">CURLOPT_USERAGENT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Le contenu de l&#039;en-tête <code class="literal">User-Agent: </code> à utiliser dans une
     requête HTTP.
     Disponible à partir de cURL 7.1.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-username">
    <strong><code><a href="curl.constants.php#constant.curlopt-username">CURLOPT_USERNAME</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Le nom d&#039;utilisateur à utiliser dans l&#039;authentification.
     Disponible à partir de cURL 7.19.1.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-userpwd">
    <strong><code><a href="curl.constants.php#constant.curlopt-userpwd">CURLOPT_USERPWD</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Le nom d&#039;utilisateur et le mot de passe sous la forme
     <code class="literal">[username]:[password]</code> à utiliser
     pour la connexion.
     Disponible à partir de cURL 7.1.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-verbose">
    <strong><code><a href="curl.constants.php#constant.curlopt-verbose">CURLOPT_VERBOSE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> pour afficher des informations détaillées sur la connexion.
     Écrit la sortie sur <strong><code><a href="reserved.constants.php#constant.stderr">STDERR</a></code></strong>, ou le fichier spécifié en utilisant
     <strong><code><a href="curl.constants.php#constant.curlopt-stderr">CURLOPT_STDERR</a></code></strong>.
     Par défaut, c&#039;est <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong>.
     Disponible à partir de cURL 7.1.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-wildcardmatch">
    <strong><code><a href="curl.constants.php#constant.curlopt-wildcardmatch">CURLOPT_WILDCARDMATCH</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Définir à <code class="literal">1</code> pour transférer plusieurs fichiers
     selon un modèle de nom de fichier.
     Le modèle peut être spécifié en tant que partie de l&#039;option
     <strong><code><a href="curl.constants.php#constant.curlopt-url">CURLOPT_URL</a></code></strong>,
     en utilisant un modèle fnmatch-like (Shell Pattern Matching)
     dans la dernière partie de l&#039;URL (nom de fichier).
     Disponible à partir de cURL 7.21.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-writefunction">
    <strong><code><a href="curl.constants.php#constant.curlopt-writefunction">CURLOPT_WRITEFUNCTION</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Un <span class="type"><a href="language.types.callable.php" class="type callable">callable</a></span> avec la signature suivante :
     <div class="methodsynopsis dc-description">
      <span class="methodname"><span class="replaceable">callback</span></span>(<span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$curlHandle</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$data</code></span>): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>

     <dl>
      
       <dt><code class="parameter">curlHandle</code></dt>
       <dd>
        <span class="simpara">
         Le gestionnaire cURL.
        </span>
       </dd>
      
      
       <dt><code class="parameter">data</code></dt>
       <dd>
        <span class="simpara">
         Les données à écrire.
        </span>
       </dd>
      
     </dl>
     Les données doivent être enregistrées par le callback
     et le callback doit renvoyer le nombre exact d&#039;octets écrits
     ou le transfert sera annulé avec une erreur.
     Disponible à partir de cURL 7.1.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-writeheader">
    <strong><code><a href="curl.constants.php#constant.curlopt-writeheader">CURLOPT_WRITEHEADER</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Accepte un gestionnaire de fichier <span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> vers le fichier dans lequel la partie en-tête du transfert est écrite.
     Disponible à partir de cURL 7.1.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-ws-options">
    <strong><code><a href="curl.constants.php#constant.curlopt-ws-options">CURLOPT_WS_OPTIONS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Accepte un masque de bits pour définir les options de comportement WebSocket.
     La seule option disponible est <strong><code><a href="curl.constants.php#constant.curlws-raw-mode">CURLWS_RAW_MODE</a></code></strong>.
     Par défaut, c&#039;est <code class="literal">0</code>.
     Disponible à partir de PHP 8.3.0 et cURL 7.86.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-xferinfofunction">
    <strong><code><a href="curl.constants.php#constant.curlopt-xferinfofunction">CURLOPT_XFERINFOFUNCTION</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Un <span class="type"><a href="language.types.callable.php" class="type callable">callable</a></span> avec la signature suivante :
     <div class="methodsynopsis dc-description">
      <span class="methodname"><span class="replaceable">callback</span></span>(<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$curlHandle</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$bytesToDownload</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$bytesDownloaded</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$bytesToUpload</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$bytesUploaded</code></span><br>): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>

     <dl>
      
       <dt><code class="parameter">curlHandle</code></dt>
       <dd>
        <span class="simpara">
         Le gestionnaire cURL.
        </span>
       </dd>
      
      
       <dt><code class="parameter">bytesToDownload</code></dt>
       <dd>
        <span class="simpara">
         Le nombre total de bytes qui devraient être téléchargés lors de ce transfert.
        </span>
       </dd>
      
      
       <dt><code class="parameter">bytesDownloaded</code></dt>
       <dd>
        <span class="simpara">
         Le nombre de bytes téléchargés jusqu&#039;à présent.
        </span>
       </dd>
      
      
       <dt><code class="parameter">bytesToUpload</code></dt>
       <dd>
        <span class="simpara">
         Le nombre total de bytes qui devraient être téléchargés lors de ce transfert.
        </span>
       </dd>
      
      
       <dt><code class="parameter">bytesUploaded</code></dt>
       <dd>
        <span class="simpara">
         Le nombre de bytes téléchargés jusqu&#039;à présent.
        </span>
       </dd>
      
     </dl>
     Retournez <code class="literal">1</code> pour annuler le transfert
     et définir une erreur <strong><code><a href="curl.constants.php#constant.curle-aborted-by-callback">CURLE_ABORTED_BY_CALLBACK</a></code></strong>.
     Disponible à partir de PHP 8.2.0 et cURL 7.32.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-server-response-timeout">
    <strong><code><a href="curl.constants.php#constant.curlopt-server-response-timeout">CURLOPT_SERVER_RESPONSE_TIMEOUT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Un délai d&#039;attente en secondes que cURL attendra pour une réponse d&#039;un
     serveur <abbr title="File Transfer Protocol">FTP</abbr>, <abbr title="SSH/Secure File Transfer Protocol">SFTP</abbr>, <abbr title="Internet Message Access Protocol">IMAP</abbr>,
     <abbr>SCP</abbr>, <abbr title="Simple Mail Transfer Protocol">SMTP</abbr>, ou un serveur <abbr title="Post Office Protocol version 3">POP3</abbr>.
     Cette option remplace l&#039;option existante <strong><code><a href="curl.constants.php#constant.curlopt-ftp-response-timeout">CURLOPT_FTP_RESPONSE_TIMEOUT</a></code></strong>
     qui est obsolète à partir de cURL 7.85.0.
     Disponible à partir de PHP 8.4.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-xoauth2-bearer">
    <strong><code><a href="curl.constants.php#constant.curlopt-xoauth2-bearer">CURLOPT_XOAUTH2_BEARER</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Spécifie le jeton d&#039;accès OAuth 2.0.
     Définir sur <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong> pour désactiver.
     Par défaut, c&#039;est <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong>.
     Disponible à partir de PHP 7.0.7 et cURL 7.33.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-prereqfunction">
    <strong><code><a href="curl.constants.php#constant.curlopt-prereqfunction">CURLOPT_PREREQFUNCTION</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Une <span class="type"><a href="language.types.callable.php" class="type callable">callable</a></span> avec la signature suivante qui est appelée après l&#039;établissement de la connexion,
     mais avant que la charge utile de la requête (par exemple, la requête GET/POST/DELETE d&#039;une connexion HTTP)
     soit envoyée, et qui peut être utilisée pour annuler ou autoriser la connexion en fonction de l&#039;adresse IP source
     et des numéros de port source et de destination :
     <div class="methodsynopsis dc-description">
      <span class="methodname"><span class="replaceable">callback</span></span>(<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="class.curlhandle.php" class="type CurlHandle">CurlHandle</a></span> <code class="parameter">$curlHandle</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$destination_ip</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$local_ip</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$destination_port</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$local_port</code></span><br>): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>

     <dl>
      
       <dt><code class="parameter">curlHandle</code></dt>
       <dd>
        <span class="simpara">
         Le handle cURL.
        </span>
       </dd>
      
      
       <dt><code class="parameter">destination_ip</code></dt>
       <dd>
        <span class="simpara">
         L&#039;adresse IP principale du serveur distant établi avec cette connexion.
         Pour <abbr title="File Transfer Protocol">FTP</abbr>, il s&#039;agit de l&#039;IP de la connexion de contrôle.
         Les adresses IPv6 sont représentées sans crochets.
        </span>
       </dd>
      
      
       <dt><code class="parameter">local_ip</code></dt>
       <dd>
        <span class="simpara">
         L&#039;adresse IP d&#039;origine pour cette connexion.
         Les adresses IPv6 sont représentées sans crochets.
        </span>
       </dd>
      
      
       <dt><code class="parameter">destination_port</code></dt>
       <dd>
        <span class="simpara">
         Le numéro de port principal sur le serveur distant établi avec cette connexion.
         Pour <abbr title="File Transfer Protocol">FTP</abbr>, il s&#039;agit du port de la connexion de contrôle.
         Cela peut être un numéro de port <abbr title="Transmission Control Protocol">TCP</abbr> ou <abbr title="User Datagram Protocol">UDP</abbr> en fonction du protocole.
        </span>
       </dd>
      
      
       <dt><code class="parameter">local_port</code></dt>
       <dd>
        <span class="simpara">
         Le numéro de port d&#039;origine pour cette connexion.
         Cela peut être un numéro de port <abbr title="Transmission Control Protocol">TCP</abbr> ou <abbr title="User Datagram Protocol">UDP</abbr> en fonction du protocole.
        </span>
       </dd>
      
     </dl>
     Retournez <strong><code><a href="curl.constants.php#constant.curl-prereqfunc-ok">CURL_PREREQFUNC_OK</a></code></strong> pour autoriser la requête, ou
     <strong><code><a href="curl.constants.php#constant.curl-prereqfunc-abort">CURL_PREREQFUNC_ABORT</a></code></strong> pour annuler le transfert.
     Disponible à partir de PHP 8.4.0 et cURL 7.80.0.
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.curlopt-debugfunction">
    <strong><code><a href="curl.constants.php#constant.curlopt-debugfunction">CURLOPT_DEBUGFUNCTION</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Disponible à partir de PHP 8.4.0.
     Cette option nécessite l&#039;option <strong><code><a href="curl.constants.php#constant.curlopt-verbose">CURLOPT_VERBOSE</a></code></strong> activée.
     Une <span class="type"><a href="language.types.callable.php" class="type callable">callable</a></span> pour remplacer la sortie verbose standard de cURL.
     Ce callback est appelé à différentes étapes de la requête avec des informations de débogage détaillées.
     Le callback doit correspondre à la signature suivante :
     <div class="methodsynopsis dc-description">
      <span class="methodname"><span class="replaceable">callback</span></span>(<span class="methodparam"><span class="type"><a href="class.curlhandle.php" class="type CurlHandle">CurlHandle</a></span> <code class="parameter">$curlHandle</code></span>, <span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$type</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$data</code></span>): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>

     <dl>
      
       <dt><code class="parameter">curlHandle</code></dt>
       <dd>
        <span class="simpara">
         Le handle cURL.
        </span>
       </dd>
      
      
       <dt><code class="parameter">type</code></dt>
       <dd>
        <span class="simpara">
         L&#039;une des constantes suivantes indiquant le type de la valeur <code class="parameter">data</code> :
        </span>
        <table id="constant.curl-debugfunction.constants" class="doctable table">
             <tr>
              <th>Constantes</th>
              <th>Description</th>
             </tr>
         <tr>
          <td id="constant.curlinfo-text">
           <strong><code><a href="curl.constants.php#constant.curlinfo-text">CURLINFO_TEXT</a></code></strong>
           (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
          </td>
          <td>
           <span class="simpara">
            Texte informatif.
           </span>
          </td>
         </tr>
         <tr>
          <td id="constant.curlinfo-header-in">
           <strong><code><a href="curl.constants.php#constant.curlinfo-header-in">CURLINFO_HEADER_IN</a></code></strong>
           (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
          </td>
          <td>
           <span class="simpara">
            Données d&#039;en-tête (ou semblables aux en-têtes) reçues du pair.
           </span>
          </td>
         </tr>
         <tr>
          <td id="constant.curlinfo-header-out-debug">
           <strong><code><a href="curl.constants.php#constant.curlinfo-header-out">CURLINFO_HEADER_OUT</a></code></strong>
           (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
          </td>
          <td>
           <span class="simpara">
            Données d&#039;en-tête (ou semblables aux en-têtes) envoyées au pair.
           </span>
          </td>
         </tr>
         <tr>
          <td id="constant.curlinfo-data-in">
           <strong><code><a href="curl.constants.php#constant.curlinfo-data-in">CURLINFO_DATA_IN</a></code></strong>
           (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
          </td>
          <td>
           <span class="simpara">
            Données de protocole non traitées reçues du pair.
            Même si les données sont encodées ou compressées, elles ne sont pas fournies décodées ni décompressées à ce callback.
           </span>
          </td>
         </tr>
         <tr>
          <td id="constant.curlinfo-data-out">
           <strong><code><a href="curl.constants.php#constant.curlinfo-data-out">CURLINFO_DATA_OUT</a></code></strong>
           (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
          </td>
          <td>
           <span class="simpara">
            Données de protocole envoyées au pair.
           </span>
          </td>
         </tr>
         <tr>
          <td id="constant.curlinfo-ssl-data-in">
           <strong><code><a href="curl.constants.php#constant.curlinfo-ssl-data-in">CURLINFO_SSL_DATA_IN</a></code></strong>
           (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
          </td>
          <td>
           <span class="simpara">
            Données <abbr title="Secure Sockets Layer">SSL</abbr>/<abbr title="Transport Layer Security">TLS</abbr> (binaires) reçues du pair.
           </span>
          </td>
         </tr>
         <tr>
          <td id="constant.curlinfo-ssl-data-out">
           <strong><code><a href="curl.constants.php#constant.curlinfo-ssl-data-out">CURLINFO_SSL_DATA_OUT</a></code></strong>
           (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
          </td>
          <td>
           <span class="simpara">
            Données <abbr title="Secure Sockets Layer">SSL</abbr>/<abbr title="Transport Layer Security">TLS</abbr> (binaires) envoyées au pair.
           </span>
          </td>
         </tr>
        </table>
       </dd>
      
      
       <dt><code class="parameter">data</code></dt>
       <dd>
        <span class="simpara">
         Données de débogage détaillées du type indiqué par le paramètre <code class="parameter">type</code>.
        </span>
       </dd>
      
     </dl>
    </p>
   </td>
  </tr>
 </table>

 


<table id="constant.curl-share-setopt.constants" class="doctable table">
      <tr>
       <th>Constantes</th>
       <th>Description</th>
      </tr>
 <strong class="title"><span class="function"><a href="function.curl-share-setopt.php" class="function">curl_share_setopt()</a></span></strong>
 <tr>
  <td id="constant.curl-lock-data-connect">
   <strong><code><a href="curl.constants.php#constant.curl-lock-data-connect">CURL_LOCK_DATA_CONNECT</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Partage/départage la connexion.
    Disponible à partir de PHP 7.3.0 et cURL 7.10.3.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curl-lock-data-cookie">
   <strong><code><a href="curl.constants.php#constant.curl-lock-data-cookie">CURL_LOCK_DATA_COOKIE</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Partage/départage les données de cookie.
    Disponible à partir de cURL 7.10.3.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curl-lock-data-dns">
   <strong><code><a href="curl.constants.php#constant.curl-lock-data-dns">CURL_LOCK_DATA_DNS</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Partage/départage le cache DNS.
    Il est à noter que lorsque l&#039;on utilise des gestionnaires multiples cURL,
    tous les gestionnaires ajoutés au gestionnaire multiple partageront le cache DNS par défaut.
    Disponible à partir de cURL 7.10.3.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curl-lock-data-psl">
   <strong><code><a href="curl.constants.php#constant.curl-lock-data-psl">CURL_LOCK_DATA_PSL</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Partage/départage la liste des suffixes publics.
    Disponible à partir de PHP 7.3.0 et cURL 7.61.0.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curl-lock-data-ssl-session">
   <strong><code><a href="curl.constants.php#constant.curl-lock-data-ssl-session">CURL_LOCK_DATA_SSL_SESSION</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Partage/départage les identifiants de session SSL, réduisant le temps passé
    sur la poignée SSL lors de la reconnexion au même serveur.
    Il est à noter que les identifiants de session SSL sont réutilisés dans le même gestionnaire par défaut.
    Disponible à partir de cURL 7.10.3.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlshopt-none">
   <strong><code><a href="curl.constants.php#constant.curlshopt-none">CURLSHOPT_NONE</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Disponible à partir de cURL 7.10.3.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlshopt-share">
   <strong><code><a href="curl.constants.php#constant.curlshopt-share">CURLSHOPT_SHARE</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Spécifie un type de données à partager.
    Disponible à partir de cURL 7.10.3.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlshopt-unshare">
   <strong><code><a href="curl.constants.php#constant.curlshopt-unshare">CURLSHOPT_UNSHARE</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Spécifie un type de données qui ne sera plus partagé.
    Disponible à partir de cURL 7.10.3.
   </span>
  </td>
 </tr>
</table>

 


<table id="constant.curl-getinfo.constants" class="doctable table">
      <tr>
       <th>Constantes</th>
       <th>Description</th>
      </tr>
 <strong class="title"><span class="function"><a href="function.curl-getinfo.php" class="function">curl_getinfo()</a></span></strong>
 <tr>
  <td id="constant.curlinfo-appconnect-time">
   <strong><code><a href="curl.constants.php#constant.curlinfo-appconnect-time">CURLINFO_APPCONNECT_TIME</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Le temps en secondes qu&#039;il a fallu pour établir la connexion SSL/SSH avec l&#039;hôte distant
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-appconnect-time-t">
   <strong><code><a href="curl.constants.php#constant.curlinfo-appconnect-time-t">CURLINFO_APPCONNECT_TIME_T</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Le temps en microsecondes qu&#039;il a fallu pour établir la connexion SSL/SSH avec l&#039;hôte distant.
    Disponible à partir de PHP 7.3.0 et cURL 7.61.0
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-cainfo">
   <strong><code><a href="curl.constants.php#constant.curlinfo-cainfo">CURLINFO_CAINFO</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Chemin natif du certificat CA.
    Disponible à partir de PHP 8.3.0 et cURL 7.84.0
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-capath">
   <strong><code><a href="curl.constants.php#constant.curlinfo-capath">CURLINFO_CAPATH</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Chemin natif du CA.
    Disponible à partir de PHP 8.3.0 et cURL 7.84.0
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-certinfo">
   <strong><code><a href="curl.constants.php#constant.curlinfo-certinfo">CURLINFO_CERTINFO</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    La chaîne du certificat TLS.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-condition-unmet">
   <strong><code><a href="curl.constants.php#constant.curlinfo-condition-unmet">CURLINFO_CONDITION_UNMET</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Informations sur la condition temporelle non remplie
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-connect-time">
   <strong><code><a href="curl.constants.php#constant.curlinfo-connect-time">CURLINFO_CONNECT_TIME</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Le temps en secondes qu&#039;il a fallu pour établir la connexion
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-connect-time-t">
   <strong><code><a href="curl.constants.php#constant.curlinfo-connect-time-t">CURLINFO_CONNECT_TIME_T</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Le temps total pris, en microsecondes, depuis le début jusqu&#039;à ce que la connexion avec l&#039;hôte distant (ou le proxy) soit complétée.
    Disponible à partir de PHP 7.3.0 et cURL 7.61.0
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-content-length-download">
   <strong><code><a href="curl.constants.php#constant.curlinfo-content-length-download">CURLINFO_CONTENT_LENGTH_DOWNLOAD</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    La longueur du contenu téléchargé, lue depuis le champ Content-Length:
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-content-length-download-t">
   <strong><code><a href="curl.constants.php#constant.curlinfo-content-length-download-t">CURLINFO_CONTENT_LENGTH_DOWNLOAD_T</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Le contenu de la longueur du téléchargement. C&#039;est la valeur lue depuis le champ Content-Length:. -1 si la taille n&#039;est pas connue.
    Disponible à partir de PHP 7.3.0 et cURL 7.55.0
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-content-length-upload">
   <strong><code><a href="curl.constants.php#constant.curlinfo-content-length-upload">CURLINFO_CONTENT_LENGTH_UPLOAD</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    La taille spécifiée de l&#039;envoi
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-content-length-upload-t">
   <strong><code><a href="curl.constants.php#constant.curlinfo-content-length-upload-t">CURLINFO_CONTENT_LENGTH_UPLOAD_T</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    La taille spécifiée de l&#039;envoi. -1 si la taille n&#039;est pas connue.
    Disponible à partir de PHP 7.3.0 et cURL 7.55.0
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-content-type">
   <strong><code><a href="curl.constants.php#constant.curlinfo-content-type">CURLINFO_CONTENT_TYPE</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Le <code class="literal">Content-Type</code>: du document demandé.
    NULL indique que le serveur n&#039;a pas envoyé d&#039;en-tête <code class="literal">Content-Type</code>: valide
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-cookielist">
   <strong><code><a href="curl.constants.php#constant.curlinfo-cookielist">CURLINFO_COOKIELIST</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Les cookies connus
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-effective-method">
   <strong><code><a href="curl.constants.php#constant.curlinfo-effective-method">CURLINFO_EFFECTIVE_METHOD</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Renvoie la dernière méthode HTTP utilisée.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-effective-url">
   <strong><code><a href="curl.constants.php#constant.curlinfo-effective-url">CURLINFO_EFFECTIVE_URL</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    La dernière URL effective
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-filetime">
   <strong><code><a href="curl.constants.php#constant.curlinfo-filetime">CURLINFO_FILETIME</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Le temps à distance du document récupéré, avec <strong><code><a href="curl.constants.php#constant.curlopt-filetime">CURLOPT_FILETIME</a></code></strong> activé; si -1 est retourné, le temps du document est inconnu
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-filetime-t">
   <strong><code><a href="curl.constants.php#constant.curlinfo-filetime-t">CURLINFO_FILETIME_T</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Le temps à distance du document récupéré (comme un horodatage Unix), une alternative à <strong><code><a href="curl.constants.php#constant.curlinfo-filetime">CURLINFO_FILETIME</a></code></strong> pour permettre aux systèmes avec des variables longues de 32 bits d&#039;extraire des dates en dehors de la plage de temps de 32 bits.
    Disponible à partir de PHP 7.3.0 et cURL 7.59.0
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-ftp-entry-path">
   <strong><code><a href="curl.constants.php#constant.curlinfo-ftp-entry-path">CURLINFO_FTP_ENTRY_PATH</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Le chemin d&#039;entrée sur le serveur FTP
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-header-out">
   <strong><code><a href="curl.constants.php#constant.curlinfo-header-out">CURLINFO_HEADER_OUT</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    La chaîne de requête envoyée. Pour que cela fonctionne, ajoutez l&#039;option <strong><code><a href="curl.constants.php#constant.curlinfo-header-out">CURLINFO_HEADER_OUT</a></code></strong> au gestionnaire en appelant <span class="function"><a href="function.curl-setopt.php" class="function">curl_setopt()</a></span>
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-header-size">
   <strong><code><a href="curl.constants.php#constant.curlinfo-header-size">CURLINFO_HEADER_SIZE</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    La taille totale de toutes les en-têtes reçues
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-httpauth-avail">
   <strong><code><a href="curl.constants.php#constant.curlinfo-httpauth-avail">CURLINFO_HTTPAUTH_AVAIL</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Le masque de bits indiquant la méthode d&#039;authentification disponible(s) selon la réponse précédente
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-http-code">
   <strong><code><a href="curl.constants.php#constant.curlinfo-http-code">CURLINFO_HTTP_CODE</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Le dernier code de réponse.
    À partir de cURL 7.10.8, c&#039;est un alias hérité de <strong><code><a href="curl.constants.php#constant.curlinfo-response-code">CURLINFO_RESPONSE_CODE</a></code></strong>.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-http-connectcode">
   <strong><code><a href="curl.constants.php#constant.curlinfo-http-connectcode">CURLINFO_HTTP_CONNECTCODE</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Le code de réponse CONNECT
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-http-version">
   <strong><code><a href="curl.constants.php#constant.curlinfo-http-version">CURLINFO_HTTP_VERSION</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    La version utilisée dans la dernière connexion HTTP. La valeur de retour sera l&#039;une des constantes <strong><code><a href="curl.constants.php#constant.curl-http-version-1-0">CURL_HTTP_VERSION_<span class="replaceable">*</span></a></code></strong> définies ou 0 si la version ne peut pas être déterminée.
    Disponible à partir de PHP 7.3.0 et cURL 7.50.0
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-lastone">
   <strong><code><a href="curl.constants.php#constant.curlinfo-lastone">CURLINFO_LASTONE</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    La dernière valeur d&#039;énumération dans l&#039;énumération <code class="literal">CURLINFO</code> sous-jacente
    dans <code class="literal">libcurl</code>.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-local-ip">
   <strong><code><a href="curl.constants.php#constant.curlinfo-local-ip">CURLINFO_LOCAL_IP</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    L&#039;adresse IP locale (source) de la connexion la plus récente
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-local-port">
   <strong><code><a href="curl.constants.php#constant.curlinfo-local-port">CURLINFO_LOCAL_PORT</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Le port (source) local de la connexion la plus récente
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-namelookup-time">
   <strong><code><a href="curl.constants.php#constant.curlinfo-namelookup-time">CURLINFO_NAMELOOKUP_TIME</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Le temps en secondes jusqu&#039;à ce que la résolution du nom soit complète
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-namelookup-time-t">
   <strong><code><a href="curl.constants.php#constant.curlinfo-namelookup-time-t">CURLINFO_NAMELOOKUP_TIME_T</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Le temps en microsecondes jusqu&#039;à ce que la résolution du nom soit complète.
    Disponible à partir de PHP 7.3.0 et cURL 7.61.0
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-num-connects">
   <strong><code><a href="curl.constants.php#constant.curlinfo-num-connects">CURLINFO_NUM_CONNECTS</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Le nombre de connexions que curl a dû créer pour effectuer le transfert précédent
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-os-errno">
   <strong><code><a href="curl.constants.php#constant.curlinfo-os-errno">CURLINFO_OS_ERRNO</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Le numéro d&#039;erreur de l&#039;échec de connexion. Le numéro est spécifique au système d&#039;exploitation et au système.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-pretransfer-time">
   <strong><code><a href="curl.constants.php#constant.curlinfo-pretransfer-time">CURLINFO_PRETRANSFER_TIME</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Le temps en secondes depuis le début jusqu&#039;à juste avant que le transfert de fichier ne commence
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-pretransfer-time-t">
   <strong><code><a href="curl.constants.php#constant.curlinfo-pretransfer-time-t">CURLINFO_PRETRANSFER_TIME_T</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Le temps pris depuis le début jusqu&#039;à ce que le transfert de fichier ne commence, en microsecondes.
    Disponible à partir de PHP 7.3.0 et cURL 7.61.0
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-primary-ip">
   <strong><code><a href="curl.constants.php#constant.curlinfo-primary-ip">CURLINFO_PRIMARY_IP</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    L&#039;adresse IP de la connexion la plus récente
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-primary-port">
   <strong><code><a href="curl.constants.php#constant.curlinfo-primary-port">CURLINFO_PRIMARY_PORT</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Le port de destination de la connexion la plus récente
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-private">
   <strong><code><a href="curl.constants.php#constant.curlinfo-private">CURLINFO_PRIVATE</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Les données privées associées à cette connexion cURL, précédemment définies avec l&#039;option <strong><code><a href="curl.constants.php#constant.curlopt-private">CURLOPT_PRIVATE</a></code></strong> de <span class="function"><a href="function.curl-setopt.php" class="function">curl_setopt()</a></span>
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-protocol">
   <strong><code><a href="curl.constants.php#constant.curlinfo-protocol">CURLINFO_PROTOCOL</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Le protocole utilisé dans la dernière connexion HTTP. La valeur de retour sera exactement une des valeurs <strong><code><a href="curl.constants.php#constant.curlproto-all">CURLPROTO_<span class="replaceable">*</span></a></code></strong>.
    Disponible à partir de PHP 7.3.0 et cURL 7.52.0
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-proxyauth-avail">
   <strong><code><a href="curl.constants.php#constant.curlinfo-proxyauth-avail">CURLINFO_PROXYAUTH_AVAIL</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Le masque de bits indiquant la méthode d&#039;authentification de proxy disponible selon la réponse précédente
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-proxy-error">
   <strong><code><a href="curl.constants.php#constant.curlinfo-proxy-error">CURLINFO_PROXY_ERROR</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Le détail du code d&#039;erreur (SOCKS) proxy lorsque le transfert le plus récent a retourné une erreur <strong><code><a href="curl.constants.php#constant.curle-proxy">CURLE_PROXY</a></code></strong>. La valeur retournée sera exactement une des valeurs <strong><code><a href="curl.constants.php#constant.curlpx-bad-address-type">CURLPX_<span class="replaceable">*</span></a></code></strong>. Le code d&#039;erreur sera <strong><code><a href="curl.constants.php#constant.curlpx-ok">CURLPX_OK</a></code></strong> si aucun code de réponse n&#039;était disponible.
    Disponible à partir de PHP 8.2.0 et cURL 7.73.0
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-proxy-ssl-verifyresult">
   <strong><code><a href="curl.constants.php#constant.curlinfo-proxy-ssl-verifyresult">CURLINFO_PROXY_SSL_VERIFYRESULT</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Le résultat de la vérification du certificat qui a été demandée (en utilisant l&#039;option <strong><code><a href="curl.constants.php#constant.curlopt-proxy-ssl-verifypeer">CURLOPT_PROXY_SSL_VERIFYPEER</a></code></strong>). Utilisé uniquement pour les proxies HTTPS.
    Disponible à partir de PHP 7.3.0 et cURL 7.52.0
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-redirect-count">
   <strong><code><a href="curl.constants.php#constant.curlinfo-redirect-count">CURLINFO_REDIRECT_COUNT</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Le nombre de redirections, avec l&#039;option <strong><code><a href="curl.constants.php#constant.curlopt-followlocation">CURLOPT_FOLLOWLOCATION</a></code></strong> activée
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-redirect-time">
   <strong><code><a href="curl.constants.php#constant.curlinfo-redirect-time">CURLINFO_REDIRECT_TIME</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Le temps en secondes de toutes les étapes de redirection avant que la transaction finale ne commence, avec l&#039;option <strong><code><a href="curl.constants.php#constant.curlopt-followlocation">CURLOPT_FOLLOWLOCATION</a></code></strong> activée
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-redirect-time-t">
   <strong><code><a href="curl.constants.php#constant.curlinfo-redirect-time-t">CURLINFO_REDIRECT_TIME_T</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Le temps total, en microsecondes, qu&#039;il a fallu pour toutes les étapes de redirection, y compris la recherche de nom, la connexion, le pré-transfert et le transfert avant que la transaction finale ne commence.
    Disponible à partir de PHP 7.3.0 et cURL 7.61.0
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-redirect-url">
   <strong><code><a href="curl.constants.php#constant.curlinfo-redirect-url">CURLINFO_REDIRECT_URL</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    avec l&#039;option <strong><code><a href="curl.constants.php#constant.curlopt-followlocation">CURLOPT_FOLLOWLOCATION</a></code></strong> désactivée: URL de redirection trouvée dans la dernière transaction, qui devrait être demandée manuellement ensuite. Avec l&#039;option <strong><code><a href="curl.constants.php#constant.curlopt-followlocation">CURLOPT_FOLLOWLOCATION</a></code></strong> activée: c&#039;est vide. L&#039;URL de redirection dans ce cas est disponible dans <strong><code><a href="curl.constants.php#constant.curlinfo-effective-url">CURLINFO_EFFECTIVE_URL</a></code></strong>
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-referer">
   <strong><code><a href="curl.constants.php#constant.curlinfo-referer">CURLINFO_REFERER</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    L&#039;en-tête <code class="literal">Referer</code>.
    Disponible à partir de PHP 8.2.0 et cURL 7.76.0
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-request-size">
   <strong><code><a href="curl.constants.php#constant.curlinfo-request-size">CURLINFO_REQUEST_SIZE</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    La taille totale des requêtes émises, actuellement uniquement pour les requêtes HTTP
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-response-code">
   <strong><code><a href="curl.constants.php#constant.curlinfo-response-code">CURLINFO_RESPONSE_CODE</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Le dernier code de réponse.
    Disponible à partir de cURL 7.10.8
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-retry-after">
   <strong><code><a href="curl.constants.php#constant.curlinfo-retry-after">CURLINFO_RETRY_AFTER</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Les informations de l&#039;en-tête <code class="literal">Retry-After</code>:, ou zéro s&#039;il n&#039;y avait pas d&#039;en-tête valide.
    Disponible à partir de PHP 8.2.0 et cURL 7.66.0
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-rtsp-client-cseq">
   <strong><code><a href="curl.constants.php#constant.curlinfo-rtsp-client-cseq">CURLINFO_RTSP_CLIENT_CSEQ</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    La prochaine séquence CSeq du client RTSP
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-rtsp-cseq-recv">
   <strong><code><a href="curl.constants.php#constant.curlinfo-rtsp-cseq-recv">CURLINFO_RTSP_CSEQ_RECV</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    La réception CSeq RTSP récente
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-rtsp-server-cseq">
   <strong><code><a href="curl.constants.php#constant.curlinfo-rtsp-server-cseq">CURLINFO_RTSP_SERVER_CSEQ</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    La prochaine séquence CSeq du serveur RTSP
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-rtsp-session-id">
   <strong><code><a href="curl.constants.php#constant.curlinfo-rtsp-session-id">CURLINFO_RTSP_SESSION_ID</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    L&#039;ID de session RTSP
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-scheme">
   <strong><code><a href="curl.constants.php#constant.curlinfo-scheme">CURLINFO_SCHEME</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Le schéma d&#039;URL utilisé pour la connexion la plus récente.
    Disponible à partir de PHP 7.3.0 et cURL 7.52.0
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-size-download">
   <strong><code><a href="curl.constants.php#constant.curlinfo-size-download">CURLINFO_SIZE_DOWNLOAD</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Le nombre total d&#039;octets téléchargés
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-size-download-t">
   <strong><code><a href="curl.constants.php#constant.curlinfo-size-download-t">CURLINFO_SIZE_DOWNLOAD_T</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Le nombre total d&#039;octets téléchargés. Le nombre est uniquement pour le dernier transfert et sera à nouveau réinitialisé pour chaque nouveau transfert.
    Disponible à partir de PHP 7.3.0 et cURL 7.50.0
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-size-upload">
   <strong><code><a href="curl.constants.php#constant.curlinfo-size-upload">CURLINFO_SIZE_UPLOAD</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Le nombre total d&#039;octets téléchargés
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-size-upload-t">
   <strong><code><a href="curl.constants.php#constant.curlinfo-size-upload-t">CURLINFO_SIZE_UPLOAD_T</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Le nombre total d&#039;octets téléchargés.
    Disponible à partir de PHP 7.3.0 et cURL 7.50.0
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-speed-download">
   <strong><code><a href="curl.constants.php#constant.curlinfo-speed-download">CURLINFO_SPEED_DOWNLOAD</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    La vitesse moyenne de téléchargement
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-speed-download-t">
   <strong><code><a href="curl.constants.php#constant.curlinfo-speed-download-t">CURLINFO_SPEED_DOWNLOAD_T</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    La vitesse moyenne de téléchargement en octets/seconde que curl a mesurée pour le téléchargement complet.
    Disponible à partir de PHP 7.3.0 et cURL 7.50.0
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-speed-upload">
   <strong><code><a href="curl.constants.php#constant.curlinfo-speed-upload">CURLINFO_SPEED_UPLOAD</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    La vitesse moyenne de téléversement 
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-speed-upload-t">
   <strong><code><a href="curl.constants.php#constant.curlinfo-speed-upload-t">CURLINFO_SPEED_UPLOAD_T</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    La vitesse moyenne de téléversement en octets/seconde que curl a mesurée pour le téléversement complet.
    Disponible à partir de PHP 7.3.0 et cURL 7.50.0
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-ssl-engines">
   <strong><code><a href="curl.constants.php#constant.curlinfo-ssl-engines">CURLINFO_SSL_ENGINES</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Les moteurs de cryptographie OpenSSL pris en charge
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-ssl-verifyresult">
   <strong><code><a href="curl.constants.php#constant.curlinfo-ssl-verifyresult">CURLINFO_SSL_VERIFYRESULT</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Le résultat de la vérification du certificat SSL demandée en définissant <strong><code><a href="curl.constants.php#constant.curlopt-ssl-verifypeer">CURLOPT_SSL_VERIFYPEER</a></code></strong>
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-starttransfer-time">
   <strong><code><a href="curl.constants.php#constant.curlinfo-starttransfer-time">CURLINFO_STARTTRANSFER_TIME</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Le temps en secondes jusqu&#039;à ce que le premier octet soit sur le point d&#039;être transféré
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-starttransfer-time-t">
   <strong><code><a href="curl.constants.php#constant.curlinfo-starttransfer-time-t">CURLINFO_STARTTRANSFER_TIME_T</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Le temps, en microsecondes, qu&#039;il a fallu depuis le début jusqu&#039;à ce que le premier octet soit reçu.
    Disponible à partir de PHP 7.3.0 et cURL 7.61.0
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-total-time">
   <strong><code><a href="curl.constants.php#constant.curlinfo-total-time">CURLINFO_TOTAL_TIME</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Le temps total en secondes pour le dernier transfert
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-total-time-t">
   <strong><code><a href="curl.constants.php#constant.curlinfo-total-time-t">CURLINFO_TOTAL_TIME_T</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Le temps total en microsecondes pour le dernier transfert, y compris la résolution du nom, la connexion TCP, etc.
    Disponible à partir de PHP 7.3.0 et cURL 7.61.0
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlinfo-posttransfer-time-t">
   <strong><code><a href="curl.constants.php#constant.curlinfo-posttransfer-time-t">CURLINFO_POSTTRANSFER_TIME_T</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Temps écoulé depuis le début jusqu&#039;à l&#039;envoi du dernier octet, en microsecondes.
    Disponible à partir de PHP 8.4.0 et cURL 8.10.0.
   </span>
  </td>
 </tr>
</table>

 


<table id="constant.curl-multi-setopt.constants" class="doctable table">
      <tr>
       <th>Constantes</th>
       <th>Description</th>
      </tr>
 <strong class="title"><span class="function"><a href="function.curl-multi-setopt.php" class="function">curl_multi_setopt()</a></span></strong>
  <tr>
   <td id="constant.curlmopt-chunk-length-penalty-size">
    <strong><code><a href="curl.constants.php#constant.curlmopt-chunk-length-penalty-size">CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Spécifie le seuil de longueur de morceau pour le pipelining en octets.
     Disponible à partir de PHP 7.0.7 et cURL 7.30.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlmopt-content-length-penalty-size">
    <strong><code><a href="curl.constants.php#constant.curlmopt-content-length-penalty-size">CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Spécifie le seuil de taille de pénalité de pipelining en octets.
     Disponible à partir de PHP 7.0.7 et cURL 7.30.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlmopt-maxconnects">
    <strong><code><a href="curl.constants.php#constant.curlmopt-maxconnects">CURLMOPT_MAXCONNECTS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Spécifie la quantité maximale de connexions simultanément ouvertes
     que libcurl peut mettre en cache.
     Par défaut, la taille sera agrandie pour contenir quatre fois le nombre
     de gestionnaires ajoutés via <span class="function"><a href="function.curl-multi-add-handle.php" class="function">curl_multi_add_handle()</a></span>.
     Lorsque le cache est plein, cURL ferme la plus ancienne dans le cache
     pour empêcher le nombre de connexions ouvertes d&#039;augmenter.
     Disponible à partir de cURL 7.16.3.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlmopt-max-concurrent-streams">
    <strong><code><a href="curl.constants.php#constant.curlmopt-max-concurrent-streams">CURLMOPT_MAX_CONCURRENT_STREAMS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Spécifie le nombre maximal de stream simultanés pour les connexions
     que cURL devrait supporter sur les connexions utilisant HTTP/2.
     Les valeurs valides vont de <code class="literal">1</code>
     à <code class="literal">2147483647</code> (<code class="literal">2^31 - 1</code>).
     La valeur passée ici serait honorée
     en fonction d&#039;autres propriétés des ressources système.
     Par défaut, c&#039;est <code class="literal">100</code>.
     Disponible à partir de PHP 8.2.0 et cURL 7.67.0.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlmopt-max-host-connections">
    <strong><code><a href="curl.constants.php#constant.curlmopt-max-host-connections">CURLMOPT_MAX_HOST_CONNECTIONS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Spécifie le nombre maximal de connexions à un seul hôte.
     Disponible à partir de PHP 7.0.7 et cURL 7.30.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlmopt-max-pipeline-length">
    <strong><code><a href="curl.constants.php#constant.curlmopt-max-pipeline-length">CURLMOPT_MAX_PIPELINE_LENGTH</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Spécifie le nombre maximal de requêtes dans un pipeline.
     Disponible à partir de PHP 7.0.7 et cURL 7.30.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlmopt-max-total-connections">
    <strong><code><a href="curl.constants.php#constant.curlmopt-max-total-connections">CURLMOPT_MAX_TOTAL_CONNECTIONS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Spécifie le nombre maximal de connexions simultanément ouvertes.
     Disponible à partir de PHP 7.0.7 et cURL 7.30.0
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlmopt-pipelining">
    <strong><code><a href="curl.constants.php#constant.curlmopt-pipelining">CURLMOPT_PIPELINING</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Passer 1 pour activer ou 0 pour désactiver. Activer le pipelining sur un gestionnaire multiple
     fera qu&#039;elle tentera de réaliser le pipelining HTTP autant que possible
     pour les transferts utilisant ce gestionnaire. Cela signifie qu&#039;ajouter
     une deuxième requête qui peut utiliser une connexion déjà existante
     &quot;pipe&quot; la deuxième requête sur la même connexion.
     À partir de cURL 7.43.0, la valeur est un masque de bits,
     et passer 2 tentera de multiplexer le nouveau
     transfert sur une connexion HTTP/2 existante.
     Passer 3 indique à cURL de demander le pipelining et le multiplexage
     indépendamment l&#039;un de l&#039;autre.
     À partir de cURL 7.62.0, définir le bit de pipelining n&#039;a aucun effet.
     Au lieu de littéraux entiers, les constantes CURLPIPE_* peuvent également être utilisées.
     Disponible à partir de cURL 7.16.0.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.curlmopt-pushfunction">
    <strong><code><a href="curl.constants.php#constant.curlmopt-pushfunction">CURLMOPT_PUSHFUNCTION</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Passer une <span class="type"><a href="class.closure.php" class="type Closure">Closure</a></span> qui sera enregistrée pour gérer les poussées du serveur
     et doit avoir la signature suivante:
     <div class="methodsynopsis dc-description">
      <span class="methodname"><span class="replaceable">pushfunction</span></span>(<span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$parent_ch</code></span>, <span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$pushed_ch</code></span>, <span class="methodparam"><span class="type"><a href="language.types.array.php" class="type array">array</a></span> <code class="parameter">$headers</code></span>): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>

     <dl>
      
       <dt><code class="parameter">parent_ch</code></dt>
       <dd>
        <span class="simpara">
         Le gestionnaire parent cURL (la requête que le client a faite).
        </span>
       </dd>
      
      
       <dt><code class="parameter">pushed_ch</code></dt>
       <dd>
        <span class="simpara">
         Un nouveau gestionnaire cURL pour la requête poussée. 
        </span>
       </dd>
      
      
       <dt><code class="parameter">headers</code></dt>
       <dd>
        <span class="simpara">
         Les en-têtes de la promesse de poussée.
        </span>
       </dd>
      
     </dl>
     La fonction push doit retourner soit
     <strong><code><a href="curl.constants.php#constant.curl-push-ok">CURL_PUSH_OK</a></code></strong> si elle peut gérer la poussée, ou
     <strong><code><a href="curl.constants.php#constant.curl-push-deny">CURL_PUSH_DENY</a></code></strong> pour la rejeter.
     Disponible à partir de PHP 7.1.0 et cURL 7.44.0
    </p>
   </td>
  </tr>
</table>

 


<table id="constant.curlproto.constants" class="doctable table">
      <tr>
       <th>Constantes</th>
       <th>Description</th>
      </tr>
 <strong class="title">Constantes de protocole cURL</strong>
 <tr>
  <td id="constant.curlproto-all">
   <strong><code><a href="curl.constants.php#constant.curlproto-all">CURLPROTO_ALL</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Disponible à partir de cURL 7.19.4.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlproto-dict">
   <strong><code><a href="curl.constants.php#constant.curlproto-dict">CURLPROTO_DICT</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Disponible à partir de cURL 7.19.4.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlproto-file">
   <strong><code><a href="curl.constants.php#constant.curlproto-file">CURLPROTO_FILE</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Disponible à partir de cURL 7.19.4.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlproto-ftp">
   <strong><code><a href="curl.constants.php#constant.curlproto-ftp">CURLPROTO_FTP</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Disponible à partir de cURL 7.19.4.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlproto-ftps">
   <strong><code><a href="curl.constants.php#constant.curlproto-ftps">CURLPROTO_FTPS</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Disponible à partir de cURL 7.19.4.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlproto-gopher">
   <strong><code><a href="curl.constants.php#constant.curlproto-gopher">CURLPROTO_GOPHER</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Disponible à partir de cURL 7.21.2.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlproto-http">
   <strong><code><a href="curl.constants.php#constant.curlproto-http">CURLPROTO_HTTP</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Disponible à partir de cURL 7.19.4.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlproto-https">
   <strong><code><a href="curl.constants.php#constant.curlproto-https">CURLPROTO_HTTPS</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Disponible à partir de cURL 7.19.4.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlproto-imap">
   <strong><code><a href="curl.constants.php#constant.curlproto-imap">CURLPROTO_IMAP</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Disponible à partir de cURL 7.20.0.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlproto-imaps">
   <strong><code><a href="curl.constants.php#constant.curlproto-imaps">CURLPROTO_IMAPS</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Disponible à partir de cURL 7.20.0.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlproto-ldap">
   <strong><code><a href="curl.constants.php#constant.curlproto-ldap">CURLPROTO_LDAP</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Disponible à partir de cURL 7.19.4.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlproto-ldaps">
   <strong><code><a href="curl.constants.php#constant.curlproto-ldaps">CURLPROTO_LDAPS</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Disponible à partir de cURL 7.19.4.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlproto-mqtt">
   <strong><code><a href="curl.constants.php#constant.curlproto-mqtt">CURLPROTO_MQTT</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Disponible à partir de PHP 8.2.0 et cURL 7.71.0.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlproto-pop3">
   <strong><code><a href="curl.constants.php#constant.curlproto-pop3">CURLPROTO_POP3</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Disponible à partir de cURL 7.20.0.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlproto-pop3s">
   <strong><code><a href="curl.constants.php#constant.curlproto-pop3s">CURLPROTO_POP3S</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Disponible à partir de cURL 7.20.0.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlproto-rtmp">
   <strong><code><a href="curl.constants.php#constant.curlproto-rtmp">CURLPROTO_RTMP</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Disponible à partir de cURL 7.21.0.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlproto-rtmpe">
   <strong><code><a href="curl.constants.php#constant.curlproto-rtmpe">CURLPROTO_RTMPE</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Disponible à partir de cURL 7.21.0.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlproto-rtmps">
   <strong><code><a href="curl.constants.php#constant.curlproto-rtmps">CURLPROTO_RTMPS</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Disponible à partir de cURL 7.21.0.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlproto-rtmpt">
   <strong><code><a href="curl.constants.php#constant.curlproto-rtmpt">CURLPROTO_RTMPT</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Disponible à partir de cURL 7.21.0.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlproto-rtmpte">
   <strong><code><a href="curl.constants.php#constant.curlproto-rtmpte">CURLPROTO_RTMPTE</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Disponible à partir de cURL 7.21.0.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlproto-rtmpts">
   <strong><code><a href="curl.constants.php#constant.curlproto-rtmpts">CURLPROTO_RTMPTS</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Disponible à partir de cURL 7.21.0.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlproto-rtsp">
   <strong><code><a href="curl.constants.php#constant.curlproto-rtsp">CURLPROTO_RTSP</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Disponible à partir de cURL 7.20.0.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlproto-scp">
   <strong><code><a href="curl.constants.php#constant.curlproto-scp">CURLPROTO_SCP</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Disponible à partir de cURL 7.19.4.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlproto-sftp">
   <strong><code><a href="curl.constants.php#constant.curlproto-sftp">CURLPROTO_SFTP</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Disponible à partir de cURL 7.19.4.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlproto-smb">
   <strong><code><a href="curl.constants.php#constant.curlproto-smb">CURLPROTO_SMB</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Disponible à partir de PHP 7.0.7 et cURL 7.40.0.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlproto-smbs">
   <strong><code><a href="curl.constants.php#constant.curlproto-smbs">CURLPROTO_SMBS</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Disponible à partir de PHP 7.0.7 et cURL 7.40.0.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlproto-smtp">
   <strong><code><a href="curl.constants.php#constant.curlproto-smtp">CURLPROTO_SMTP</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Disponible à partir de cURL 7.20.0.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlproto-smtps">
   <strong><code><a href="curl.constants.php#constant.curlproto-smtps">CURLPROTO_SMTPS</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Disponible à partir de cURL 7.20.0.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlproto-telnet">
   <strong><code><a href="curl.constants.php#constant.curlproto-telnet">CURLPROTO_TELNET</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Disponible à partir de cURL 7.19.4.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlproto-tftp">
   <strong><code><a href="curl.constants.php#constant.curlproto-tftp">CURLPROTO_TFTP</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Disponible à partir de cURL 7.19.4.
   </span>
  </td>
 </tr>
</table>

 


<table id="constant.curl-error.constants" class="doctable table">
      <tr>
       <th>Constantes</th>
       <th>Description</th>
      </tr>
 <strong class="title">Constantes d&#039;erreurs cURL</strong>
 <tr>
  <td id="constant.curle-aborted-by-callback">
   <strong><code><a href="curl.constants.php#constant.curle-aborted-by-callback">CURLE_ABORTED_BY_CALLBACK</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Abandonné par la fonction de rappel. Une fonction de rappel a renvoyé &quot;abort&quot; à libcurl.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-bad-calling-order">
   <strong><code><a href="curl.constants.php#constant.curle-bad-calling-order">CURLE_BAD_CALLING_ORDER</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">

   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-bad-content-encoding">
   <strong><code><a href="curl.constants.php#constant.curle-bad-content-encoding">CURLE_BAD_CONTENT_ENCODING</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Encodage de contenu non reconnu.
   </span>
  </td>
 </tr>
  <tr>
  <td id="constant.curle-bad-download-resume">
   <strong><code><a href="curl.constants.php#constant.curle-bad-download-resume">CURLE_BAD_DOWNLOAD_RESUME</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Le téléchargement n&#039;a pas pu être repris car l&#039;offset spécifié était en dehors des limites du fichier.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-bad-function-argument">
   <strong><code><a href="curl.constants.php#constant.curle-bad-function-argument">CURLE_BAD_FUNCTION_ARGUMENT</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Une fonction a été appelée avec un mauvais paramètre.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-bad-password-entered">
   <strong><code><a href="curl.constants.php#constant.curle-bad-password-entered">CURLE_BAD_PASSWORD_ENTERED</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">

   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-couldnt-connect">
   <strong><code><a href="curl.constants.php#constant.curle-couldnt-connect">CURLE_COULDNT_CONNECT</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Échec de la connexion à l&#039;hôte ou au proxy.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-couldnt-resolve-host">
   <strong><code><a href="curl.constants.php#constant.curle-couldnt-resolve-host">CURLE_COULDNT_RESOLVE_HOST</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Résolution de l&#039;hôte impossible. L&#039;hôte distant n&#039;a pas pu être résolu.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-couldnt-resolve-proxy">
   <strong><code><a href="curl.constants.php#constant.curle-couldnt-resolve-proxy">CURLE_COULDNT_RESOLVE_PROXY</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Résolution du proxy impossible. Le proxy donné n&#039;a pas pu être résolu.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-failed-init">
   <strong><code><a href="curl.constants.php#constant.curle-failed-init">CURLE_FAILED_INIT</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Le code d&#039;initialisation a échoué.
    Il s&#039;agit probablement d&#039;une erreur interne ou d&#039;un problème de ressource
    où quelque chose de fondamental n&#039;a pas pu être fait au moment de l&#039;initialisation.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-filesize-exceeded">
   <strong><code><a href="curl.constants.php#constant.curle-filesize-exceeded">CURLE_FILESIZE_EXCEEDED</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Le maximum de taille de fichier a été dépassé.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-file-couldnt-read-file">
   <strong><code><a href="curl.constants.php#constant.curle-file-couldnt-read-file">CURLE_FILE_COULDNT_READ_FILE</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Un fichier donné avec FILE:// n&#039;a pas pu être ouvert.
    Le plus probablement parce que le chemin du fichier ne correspond pas à un fichier existant
    ou en raison du manque de permissions de fichier appropriées.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-ftp-access-denied">
   <strong><code><a href="curl.constants.php#constant.curle-ftp-access-denied">CURLE_FTP_ACCESS_DENIED</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">

   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-ftp-bad-download-resume">
   <strong><code><a href="curl.constants.php#constant.curle-ftp-bad-download-resume">CURLE_FTP_BAD_DOWNLOAD_RESUME</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">

   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-ftp-cant-get-host">
   <strong><code><a href="curl.constants.php#constant.curle-ftp-cant-get-host">CURLE_FTP_CANT_GET_HOST</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Une erreur interne s&#039;est produite lors de la recherche de l&#039;hôte utilisé pour la nouvelle connexion.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-ftp-cant-reconnect">
   <strong><code><a href="curl.constants.php#constant.curle-ftp-cant-reconnect">CURLE_FTP_CANT_RECONNECT</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">

   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-ftp-couldnt-get-size">
   <strong><code><a href="curl.constants.php#constant.curle-ftp-couldnt-get-size">CURLE_FTP_COULDNT_GET_SIZE</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">

   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-ftp-couldnt-retr-file">
   <strong><code><a href="curl.constants.php#constant.curle-ftp-couldnt-retr-file">CURLE_FTP_COULDNT_RETR_FILE</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Ceci était soit une réponse inattendue à une commande &#039;RETR&#039;
    ou un transfert de zéro octet complet.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-ftp-couldnt-set-ascii">
   <strong><code><a href="curl.constants.php#constant.curle-ftp-couldnt-set-ascii">CURLE_FTP_COULDNT_SET_ASCII</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">

   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-ftp-couldnt-set-binary">
   <strong><code><a href="curl.constants.php#constant.curle-ftp-couldnt-set-binary">CURLE_FTP_COULDNT_SET_BINARY</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">

   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-ftp-couldnt-stor-file">
   <strong><code><a href="curl.constants.php#constant.curle-ftp-couldnt-stor-file">CURLE_FTP_COULDNT_STOR_FILE</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">

   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-ftp-couldnt-use-rest">
   <strong><code><a href="curl.constants.php#constant.curle-ftp-couldnt-use-rest">CURLE_FTP_COULDNT_USE_REST</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    La commande FTP REST a retourné une erreur.
    Cela ne devrait jamais se produire si le serveur est sain.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-ftp-partial-file">
   <strong><code><a href="curl.constants.php#constant.curle-ftp-partial-file">CURLE_FTP_PARTIAL_FILE</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">

   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-ftp-port-failed">
   <strong><code><a href="curl.constants.php#constant.curle-ftp-port-failed">CURLE_FTP_PORT_FAILED</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    La commande FTP PORT a retourné une erreur.
    Cela se produit principalement lorsque l&#039;adresse spécifiée pour libcurl n&#039;est pas suffisamment bonne.
    Voir <strong><code><a href="curl.constants.php#constant.curlopt-ftpport">CURLOPT_FTPPORT</a></code></strong>.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-ftp-quote-error">
   <strong><code><a href="curl.constants.php#constant.curle-ftp-quote-error">CURLE_FTP_QUOTE_ERROR</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">

   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-ftp-ssl-failed">
   <strong><code><a href="curl.constants.php#constant.curle-ftp-ssl-failed">CURLE_FTP_SSL_FAILED</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">

   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-ftp-user-password-incorrect">
   <strong><code><a href="curl.constants.php#constant.curle-ftp-user-password-incorrect">CURLE_FTP_USER_PASSWORD_INCORRECT</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">

   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-ftp-weird-227-format">
   <strong><code><a href="curl.constants.php#constant.curle-ftp-weird-227-format">CURLE_FTP_WEIRD_227_FORMAT</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Les serveurs FTP renvoient une ligne 227 en réponse à une commande PASV.
    Si libcurl échoue à analyser cette ligne, ce code de retour est renvoyé.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-ftp-weird-pass-reply">
   <strong><code><a href="curl.constants.php#constant.curle-ftp-weird-pass-reply">CURLE_FTP_WEIRD_PASS_REPLY</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Après avoir envoyé le mot de passe FTP au serveur, libcurl attend une réponse appropriée.
    Ce code d&#039;erreur indique qu&#039;un code inattendu a été renvoyé.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-ftp-weird-pasv-reply">
   <strong><code><a href="curl.constants.php#constant.curle-ftp-weird-pasv-reply">CURLE_FTP_WEIRD_PASV_REPLY</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Libcurl n&#039;a pas réussi à obtenir un résultat sensé du serveur
    en réponse à une commande PASV ou EPSV. Le serveur est défectueux.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-ftp-weird-server-reply">
   <strong><code><a href="curl.constants.php#constant.curle-ftp-weird-server-reply">CURLE_FTP_WEIRD_SERVER_REPLY</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Le serveur a renvoyé des données que libcurl n&#039;a pas pu analyser.
    Ce code d&#039;erreur est connu sous le nom de <strong><code><a href="curl.constants.php#constant.curle-weird-server-reply">CURLE_WEIRD_SERVER_REPLY</a></code></strong>
    à partir de cURL 7.51.0.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-ftp-weird-user-reply">
   <strong><code><a href="curl.constants.php#constant.curle-ftp-weird-user-reply">CURLE_FTP_WEIRD_USER_REPLY</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">

   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-ftp-write-error">
   <strong><code><a href="curl.constants.php#constant.curle-ftp-write-error">CURLE_FTP_WRITE_ERROR</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">

   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-function-not-found">
   <strong><code><a href="curl.constants.php#constant.curle-function-not-found">CURLE_FUNCTION_NOT_FOUND</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    La fonction n&#039;a pas été trouvée. Une fonction zlib requise n&#039;a pas été trouvée.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-got-nothing">
   <strong><code><a href="curl.constants.php#constant.curle-got-nothing">CURLE_GOT_NOTHING</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Rien n&#039;a été renvoyé par le serveur, et dans les circonstances,
    ne rien recevoir est considéré comme une erreur.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-http-not-found">
   <strong><code><a href="curl.constants.php#constant.curle-http-not-found">CURLE_HTTP_NOT_FOUND</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">

   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-http-port-failed">
   <strong><code><a href="curl.constants.php#constant.curle-http-port-failed">CURLE_HTTP_PORT_FAILED</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">

   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-http-post-error">
   <strong><code><a href="curl.constants.php#constant.curle-http-post-error">CURLE_HTTP_POST_ERROR</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    C&#039;est une erreur étrange qui se produit principalement en raison d&#039;une confusion interne.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-http-range-error">
   <strong><code><a href="curl.constants.php#constant.curle-http-range-error">CURLE_HTTP_RANGE_ERROR</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">

   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-http-returned-error">
   <strong><code><a href="curl.constants.php#constant.curle-http-returned-error">CURLE_HTTP_RETURNED_ERROR</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Cela est renvoyé si <strong><code><a href="curl.constants.php#constant.curlopt-failonerror">CURLOPT_FAILONERROR</a></code></strong> est défini à <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong>
    et que le serveur HTTP renvoie un code d&#039;erreur supérieur ou égal à 400.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-ldap-cannot-bind">
   <strong><code><a href="curl.constants.php#constant.curle-ldap-cannot-bind">CURLE_LDAP_CANNOT_BIND</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    LDAP ne peut pas se lier. L&#039;opération de liaison LDAP a échoué.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-ldap-invalid-url">
   <strong><code><a href="curl.constants.php#constant.curle-ldap-invalid-url">CURLE_LDAP_INVALID_URL</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">

   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-ldap-search-failed">
   <strong><code><a href="curl.constants.php#constant.curle-ldap-search-failed">CURLE_LDAP_SEARCH_FAILED</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    La recherche LDAP a échoué.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-library-not-found">
   <strong><code><a href="curl.constants.php#constant.curle-library-not-found">CURLE_LIBRARY_NOT_FOUND</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">

   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-malformat-user">
   <strong><code><a href="curl.constants.php#constant.curle-malformat-user">CURLE_MALFORMAT_USER</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">

   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-obsolete">
   <strong><code><a href="curl.constants.php#constant.curle-obsolete">CURLE_OBSOLETE</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">

   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-ok">
   <strong><code><a href="curl.constants.php#constant.curle-ok">CURLE_OK</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Tout est bien. Procédez comme d&#039;habitude.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-operation-timedout">
   <strong><code><a href="curl.constants.php#constant.curle-operation-timedout">CURLE_OPERATION_TIMEDOUT</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Opération expirée.
    La période de temps spécifiée a été atteinte selon les conditions.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-operation-timeouted">
   <strong><code><a href="curl.constants.php#constant.curle-operation-timeouted">CURLE_OPERATION_TIMEOUTED</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">

   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-out-of-memory">
   <strong><code><a href="curl.constants.php#constant.curle-out-of-memory">CURLE_OUT_OF_MEMORY</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Une demande d&#039;allocation de mémoire a échoué.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-partial-file">
   <strong><code><a href="curl.constants.php#constant.curle-partial-file">CURLE_PARTIAL_FILE</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Un transfert de fichier a été plus court ou plus long que prévu.
    Cela se produit lorsque le serveur signale d&#039;abord une taille de transfert attendue,
    puis fournit des données qui ne correspondent pas à la taille précédemment donnée.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-proxy">
   <strong><code><a href="curl.constants.php#constant.curle-proxy">CURLE_PROXY</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Erreur de connexion au proxy.
    <strong><code><a href="curl.constants.php#constant.curlinfo-proxy-error">CURLINFO_PROXY_ERROR</a></code></strong> fournit des détails supplémentaires sur le problème spécifique.
    Disponible à partir de PHP 8.2.0 et cURL 7.73.0  
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-read-error">
   <strong><code><a href="curl.constants.php#constant.curle-read-error">CURLE_READ_ERROR</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Il y a eu un problème lors de la lecture d&#039;un fichier local ou une erreur renvoyée par la fonction de rappel de lecture.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-recv-error">
   <strong><code><a href="curl.constants.php#constant.curle-recv-error">CURLE_RECV_ERROR</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Échec de la réception des données réseau.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-send-error">
   <strong><code><a href="curl.constants.php#constant.curle-send-error">CURLE_SEND_ERROR</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Échec de l&#039;envoi des données réseau.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-share-in-use">
   <strong><code><a href="curl.constants.php#constant.curle-share-in-use">CURLE_SHARE_IN_USE</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">

   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-ssh">
   <strong><code><a href="curl.constants.php#constant.curle-ssh">CURLE_SSH</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Une erreur non spécifiée s&#039;est produite pendant la session SSH.
    Disponible à partir de cURL 7.16.1.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-ssl-cacert">
   <strong><code><a href="curl.constants.php#constant.curle-ssl-cacert">CURLE_SSL_CACERT</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">

   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-ssl-cacert-badfile">
   <strong><code><a href="curl.constants.php#constant.curle-ssl-cacert-badfile">CURLE_SSL_CACERT_BADFILE</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Problème de lecture du certificat SSL CA.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-ssl-certproblem">
   <strong><code><a href="curl.constants.php#constant.curle-ssl-certproblem">CURLE_SSL_CERTPROBLEM</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Problème avec le client de certificat local.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-ssl-cipher">
   <strong><code><a href="curl.constants.php#constant.curle-ssl-cipher">CURLE_SSL_CIPHER</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Impossible d&#039;utiliser le chiffrement spécifié.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-ssl-connect-error">
   <strong><code><a href="curl.constants.php#constant.curle-ssl-connect-error">CURLE_SSL_CONNECT_ERROR</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Un problème s&#039;est produit quelque part dans la poignée SSL/TLS.
    La lecture du message dans le tampon d&#039;erreur fournit plus de détails sur le problème.
    Pourrait être des certificats (formats de fichiers, chemins, autorisations), des mots de passe et d&#039;autres.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-ssl-engine-notfound">
   <strong><code><a href="curl.constants.php#constant.curle-ssl-engine-notfound">CURLE_SSL_ENGINE_NOTFOUND</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Le moteur crypto spécifié n&#039;a pas été trouvé.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-ssl-engine-setfailed">
   <strong><code><a href="curl.constants.php#constant.curle-ssl-engine-setfailed">CURLE_SSL_ENGINE_SETFAILED</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Échec de la définition du moteur crypto sélectionné comme moteur par défaut.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-ssl-peer-certificate">
   <strong><code><a href="curl.constants.php#constant.curle-ssl-peer-certificate">CURLE_SSL_PEER_CERTIFICATE</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">

   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-ssl-pinnedpubkeynotmatch">
   <strong><code><a href="curl.constants.php#constant.curle-ssl-pinnedpubkeynotmatch">CURLE_SSL_PINNEDPUBKEYNOTMATCH</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Échec de correspondance de la clé épinglée spécifiée avec
    <strong><code><a href="curl.constants.php#constant.curlopt-pinnedpublickey">CURLOPT_PINNEDPUBLICKEY</a></code></strong>.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-telnet-option-syntax">
   <strong><code><a href="curl.constants.php#constant.curle-telnet-option-syntax">CURLE_TELNET_OPTION_SYNTAX</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">

   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-too-many-redirects">
   <strong><code><a href="curl.constants.php#constant.curle-too-many-redirects">CURLE_TOO_MANY_REDIRECTS</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Trop de redirections. Lors du suivi des redirections, libcurl a atteint le nombre maximum.
    La limite peut être définie avec <strong><code><a href="curl.constants.php#constant.curlopt-maxredirs">CURLOPT_MAXREDIRS</a></code></strong>.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-unknown-telnet-option">
   <strong><code><a href="curl.constants.php#constant.curle-unknown-telnet-option">CURLE_UNKNOWN_TELNET_OPTION</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">

   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-unsupported-protocol">
   <strong><code><a href="curl.constants.php#constant.curle-unsupported-protocol">CURLE_UNSUPPORTED_PROTOCOL</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    L&#039;URL passée à libcurl utilisait un protocole que libcurl ne supporte pas.
    Le problème pourrait être une option de compilation qui n&#039;a pas été utilisée,
    une chaîne de protocole mal orthographiée ou simplement un protocole pour lequel libcurl n&#039;a pas de code.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-url-malformat">
   <strong><code><a href="curl.constants.php#constant.curle-url-malformat">CURLE_URL_MALFORMAT</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    L&#039;URL n&#039;était pas correctement formatée.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-url-malformat-user">
   <strong><code><a href="curl.constants.php#constant.curle-url-malformat-user">CURLE_URL_MALFORMAT_USER</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">

   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-weird-server-reply">
   <strong><code><a href="curl.constants.php#constant.curle-weird-server-reply">CURLE_WEIRD_SERVER_REPLY</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Le serveur a renvoyé des données que libcurl n&#039;a pas pu analyser.
    Ce code d&#039;erreur était connu sous le nom de <strong><code><a href="curl.constants.php#constant.curle-ftp-weird-server-reply">CURLE_FTP_WEIRD_SERVER_REPLY</a></code></strong>
    avant cURL 7.51.0.
    Disponible à partir de PHP 7.3.0 et cURL 7.51.0
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curle-write-error">
   <strong><code><a href="curl.constants.php#constant.curle-write-error">CURLE_WRITE_ERROR</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Une erreur s&#039;est produite lors de l&#039;écriture des données reçues dans un fichier local,
    ou une erreur a été renvoyée à libcurl à partir d&#039;une fonction de rappel d&#039;écriture.
   </span>
  </td>
 </tr>
</table>

 


<table id="constant.curl-multi.constants" class="doctable table">
      <tr>
       <th>Constantes</th>
       <th>Description</th>
      </tr>
 <strong class="title">Constantes de statut curl_multi_<span class="replaceable">*</span></strong>
 <tr>
  <td id="constant.curlm-added-already">
   <strong><code><a href="curl.constants.php#constant.curlm-added-already">CURLM_ADDED_ALREADY</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Un gestionnaire facile déjà ajouté à un gestionnaire multiple a été tenté d&#039;être ajouté une deuxième fois.
    Disponible à partir de cURL 7.32.1. 
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlm-bad-easy-handle">
   <strong><code><a href="curl.constants.php#constant.curlm-bad-easy-handle">CURLM_BAD_EASY_HANDLE</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
     Un gestionnaire facile n&#039;était pas bon/valide. Cela pourrait signifier qu&#039;il ne s&#039;agit pas d&#039;un gestionnaire facile du tout, ou éventuellement que le gestionnaire est déjà utilisé par ce ou un autre gestionnaire multiple.
    Disponible à partir de cURL 7.9.6. 
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlm-bad-handle">
   <strong><code><a href="curl.constants.php#constant.curlm-bad-handle">CURLM_BAD_HANDLE</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Le gestionnaire passé n&#039;est pas un gestionnaire multiple valide.
    Disponible à partir de cURL 7.9.6. 
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlm-call-multi-perform">
   <strong><code><a href="curl.constants.php#constant.curlm-call-multi-perform">CURLM_CALL_MULTI_PERFORM</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Depuis cURL 7.20.0, cette constante n&#039;est pas utilisée.
    Avant cURL 7.20.0, ce statut pouvait être retourné par
    <span class="function"><a href="function.curl-multi-exec.php" class="function">curl_multi_exec()</a></span> lorsque <span class="function"><a href="function.curl-multi-select.php" class="function">curl_multi_select()</a></span>
    ou une fonction similaire était appelée avant qu&#039;elle ne retourne une autre constante.
    Disponible à partir de cURL 7.9.6. 
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlm-internal-error">
   <strong><code><a href="curl.constants.php#constant.curlm-internal-error">CURLM_INTERNAL_ERROR</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Erreur interne de <code class="literal">libcurl</code>.
    Disponible à partir de cURL 7.9.6.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlm-ok">
   <strong><code><a href="curl.constants.php#constant.curlm-ok">CURLM_OK</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Aucune erreur.
    Disponible à partir de cURL 7.9.6. 
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlm-out-of-memory">
   <strong><code><a href="curl.constants.php#constant.curlm-out-of-memory">CURLM_OUT_OF_MEMORY</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Pas assez de mémoire lors du traitement des gestionnaires multiples.
    Disponible à partir de cURL 7.9.6. 
   </span>
  </td>
 </tr>
</table>

 


<table id="constant.curl-pause.constants" class="doctable table">
      <tr>
       <th>Constantes</th>
       <th>Description</th>
      </tr>
 <strong class="title"><span class="function"><a href="function.curl-pause.php" class="function">curl_pause()</a></span></strong>
 <tr>
  <td id="constant.curlpause-all">
   <strong><code><a href="curl.constants.php#constant.curlpause-all">CURLPAUSE_ALL</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Met en pause l&#039;envoi et la réception de données.
    Disponible à partir de cURL 7.18.0.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlpause-cont">
   <strong><code><a href="curl.constants.php#constant.curlpause-cont">CURLPAUSE_CONT</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Reprend l&#039;envoi et la réception de données.
    Disponible à partir de cURL 7.18.0.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlpause-recv">
   <strong><code><a href="curl.constants.php#constant.curlpause-recv">CURLPAUSE_RECV</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Met en pause la réception de données.
    Disponible à partir de cURL 7.18.0.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlpause-recv-cont">
   <strong><code><a href="curl.constants.php#constant.curlpause-recv-cont">CURLPAUSE_RECV_CONT</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Reprend la réception de données.
    Disponible à partir de cURL 7.18.0.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlpause-send">
   <strong><code><a href="curl.constants.php#constant.curlpause-send">CURLPAUSE_SEND</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Met en pause l&#039;envoi de données.
    Disponible à partir de cURL 7.18.0.
   </span>
  </td>
 </tr>
 <tr>
  <td id="constant.curlpause-send-cont">
   <strong><code><a href="curl.constants.php#constant.curlpause-send-cont">CURLPAUSE_SEND_CONT</a></code></strong>
   (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
  </td>
  <td>
   <span class="simpara">
    Reprend l&#039;envoi de données.
    Disponible à partir de cURL 7.18.0.
   </span>
  </td>
 </tr>
</table>

</div>
<?php manual_footer($setup); ?>