mirror of
https://github.com/php/doc-ru.git
synced 2026-03-27 01:02:19 +01:00
4079 lines
100 KiB
XML
4079 lines
100 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<!-- EN-Revision: ab499723803dfc3042f8c7c1a3dfa7a97f0c40ab Maintainer: rjhdby Status: ready -->
|
||
<!-- Reviewed: no -->
|
||
<appendix xml:id="curl.constants" xmlns="http://docbook.org/ns/docbook">
|
||
&reftitle.constants;
|
||
&extension.constants;
|
||
<para>
|
||
Описания и примеры работы с этими константами даёт документация функций
|
||
<function>curl_setopt</function>, <function>curl_multi_setopt</function>
|
||
и <function>curl_getinfo</function>.
|
||
</para>
|
||
<variablelist>
|
||
<varlistentry xml:id="constant.curlopt-autoreferer">
|
||
<term>
|
||
<constant>CURLOPT_AUTOREFERER</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-cookiesession">
|
||
<term>
|
||
<constant>CURLOPT_COOKIESESSION</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-doh-url">
|
||
<term>
|
||
<constant>CURLOPT_DOH_URL</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Указывает URL-адрес DNS-сервера, который работает поверх HTTPS.
|
||
Константа доступна с PHP 8.1.0 и cURL 7.62.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-doh-ssl-verifyhost">
|
||
<term>
|
||
<constant>CURLOPT_DOH_SSL_VERIFYHOST</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Сопоставляет имена полей SSL-сертификата DNS-сервера, который работает поверх HTTPS, с именем хоста.
|
||
Константа доступна с PHP 8.2.0 и cURL 7.76.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-doh-ssl-verifypeer">
|
||
<term>
|
||
<constant>CURLOPT_DOH_SSL_VERIFYPEER</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Проверяет подлинность SSL-сертификата сервера DNS, который работает поверх HTTPS.
|
||
Константа доступна с PHP 8.2.0 и cURL 7.76.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-doh-ssl-verifystatus">
|
||
<term>
|
||
<constant>CURLOPT_DOH_SSL_VERIFYSTATUS</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Сообщает cURL, чтобы он проверил статус сертификата DNS-сервера, который работает поверх HTTPS,
|
||
через модуль TLS "Certificate Status Request" (OCSP-сшивание).
|
||
Константа доступна с PHP 8.2.0 и cURL 7.76.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-dns-use-global-cache">
|
||
<term>
|
||
<constant>CURLOPT_DNS_USE_GLOBAL_CACHE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-dns-cache-timeout">
|
||
<term>
|
||
<constant>CURLOPT_DNS_CACHE_TIMEOUT</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-ftp-ssl">
|
||
<term>
|
||
<constant>CURLOPT_FTP_SSL</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlftp-create-dir">
|
||
<term>
|
||
<constant>CURLFTP_CREATE_DIR</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 7.0.7 и cURL 7.19.3.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlftp-create-dir-none">
|
||
<term>
|
||
<constant>CURLFTP_CREATE_DIR_NONE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 7.0.7 и cURL 7.19.3.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlftp-create-dir-retry">
|
||
<term>
|
||
<constant>CURLFTP_CREATE_DIR_RETRY</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 7.0.7 и cURL 7.19.3
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlftpssl-try">
|
||
<term>
|
||
<constant>CURLFTPSSL_TRY</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlftpssl-all">
|
||
<term>
|
||
<constant>CURLFTPSSL_ALL</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlftpssl-control">
|
||
<term>
|
||
<constant>CURLFTPSSL_CONTROL</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlftpssl-none">
|
||
<term>
|
||
<constant>CURLFTPSSL_NONE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlftpmethod-default">
|
||
<term>
|
||
<constant>CURLFTPMETHOD_DEFAULT</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.15.3.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-private">
|
||
<term>
|
||
<constant>CURLOPT_PRIVATE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-ftpsslauth">
|
||
<term>
|
||
<constant>CURLOPT_FTPSSLAUTH</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-port">
|
||
<term>
|
||
<constant>CURLOPT_PORT</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-file">
|
||
<term>
|
||
<constant>CURLOPT_FILE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<!-- intentionally leave out, currently does nothing
|
||
<varlistentry xml:id="constant.curlopt-readdata">
|
||
<term>
|
||
<constant>CURLOPT_READDATA</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
-->
|
||
<varlistentry xml:id="constant.curlopt-infile">
|
||
<term>
|
||
<constant>CURLOPT_INFILE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-infilesize">
|
||
<term>
|
||
<constant>CURLOPT_INFILESIZE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-issuercert-blob">
|
||
<term>
|
||
<constant>CURLOPT_ISSUERCERT_BLOB</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Сертификат SSL эмитента из большого двоичного объекта памяти.
|
||
Константа доступна с PHP 8.1.0 и cURL 7.71.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-url">
|
||
<term>
|
||
<constant>CURLOPT_URL</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-proxy">
|
||
<term>
|
||
<constant>CURLOPT_PROXY</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-proxy-issuercert">
|
||
<term>
|
||
<constant>CURLOPT_PROXY_ISSUERCERT</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Имя файла сертификата SSL эмитента прокси.
|
||
Константа доступна с PHP 8.1.0 и cURL 7.71.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-proxy-issuercert-blob">
|
||
<term>
|
||
<constant>CURLOPT_PROXY_ISSUERCERT_BLOB</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
SSL-сертификат эмитента прокси из большого двоичного объекта памяти.
|
||
Константа доступна с PHP 8.1.0 и cURL 7.71.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-proxy-sslcert-blob">
|
||
<term>
|
||
<constant>CURLOPT_PROXY_SSLCERT_BLOB</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Сертификат клиента прокси SSL из большого двоичного объекта памяти.
|
||
Константа доступна с PHP 8.1.0 и cURL 7.71.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-proxy-sslkey-blob">
|
||
<term>
|
||
<constant>CURLOPT_PROXY_SSLKEY_BLOB</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Закрытый ключ для сертификата прокси из большого двоичного объекта памяти.
|
||
Константа доступна с PHP 8.1.0 и cURL 7.71.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-verbose">
|
||
<term>
|
||
<constant>CURLOPT_VERBOSE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-altsvc">
|
||
<term>
|
||
<constant>CURLOPT_ALTSVC</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.64.1.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-altsvc-ctrl">
|
||
<term>
|
||
<constant>CURLOPT_ALTSVC_CTRL</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.64.1.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlaltsvc-h1">
|
||
<term>
|
||
<constant>CURLALTSVC_H1</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.64.1.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlaltsvc-h2">
|
||
<term>
|
||
<constant>CURLALTSVC_H2</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.64.1.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlaltsvc-h3">
|
||
<term>
|
||
<constant>CURLALTSVC_H3</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.64.1.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlaltsvc-readonlyfile">
|
||
<term>
|
||
<constant>CURLALTSVC_READONLYFILE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.64.1.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-header">
|
||
<term>
|
||
<constant>CURLOPT_HEADER</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-httpheader">
|
||
<term>
|
||
<constant>CURLOPT_HTTPHEADER</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-noprogress">
|
||
<term>
|
||
<constant>CURLOPT_NOPROGRESS</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-nobody">
|
||
<term>
|
||
<constant>CURLOPT_NOBODY</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-failonerror">
|
||
<term>
|
||
<constant>CURLOPT_FAILONERROR</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-upload">
|
||
<term>
|
||
<constant>CURLOPT_UPLOAD</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-upload-buffersize">
|
||
<term>
|
||
<constant>CURLOPT_UPLOAD_BUFFERSIZE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.62.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-post">
|
||
<term>
|
||
<constant>CURLOPT_POST</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-ftplistonly">
|
||
<term>
|
||
<constant>CURLOPT_FTPLISTONLY</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-ftpappend">
|
||
<term>
|
||
<constant>CURLOPT_FTPAPPEND</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-ftp-create-missing-dirs">
|
||
<term>
|
||
<constant>CURLOPT_FTP_CREATE_MISSING_DIRS</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-netrc">
|
||
<term>
|
||
<constant>CURLOPT_NETRC</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-followlocation">
|
||
<term>
|
||
<constant>CURLOPT_FOLLOWLOCATION</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Эта опция недоступна, если включили директиву <link linkend="ini.open-basedir">open_basedir</link>.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-ftpascii">
|
||
<term>
|
||
<constant>CURLOPT_FTPASCII</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-put">
|
||
<term>
|
||
<constant>CURLOPT_PUT</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-mime-options">
|
||
<term>
|
||
<constant>CURLOPT_MIME_OPTIONS</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.3.0 и cURL 7.81.0
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-mute">
|
||
<term>
|
||
<constant>CURLOPT_MUTE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Удалено в cURL 7.15.5; вместо неё используйте константу <constant>CURLOPT_RETURNTRANSFER</constant>.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-userpwd">
|
||
<term>
|
||
<constant>CURLOPT_USERPWD</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-proxyuserpwd">
|
||
<term>
|
||
<constant>CURLOPT_PROXYUSERPWD</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-range">
|
||
<term>
|
||
<constant>CURLOPT_RANGE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-timeout">
|
||
<term>
|
||
<constant>CURLOPT_TIMEOUT</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-timeout-ms">
|
||
<term>
|
||
<constant>CURLOPT_TIMEOUT_MS</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-tcp-nodelay">
|
||
<term>
|
||
<constant>CURLOPT_TCP_NODELAY</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-postfields">
|
||
<term>
|
||
<constant>CURLOPT_POSTFIELDS</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-progressfunction">
|
||
<term>
|
||
<constant>CURLOPT_PROGRESSFUNCTION</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-referer">
|
||
<term>
|
||
<constant>CURLOPT_REFERER</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-useragent">
|
||
<term>
|
||
<constant>CURLOPT_USERAGENT</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-ftpport">
|
||
<term>
|
||
<constant>CURLOPT_FTPPORT</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-ftp-use-epsv">
|
||
<term>
|
||
<constant>CURLOPT_FTP_USE_EPSV</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-low-speed-limit">
|
||
<term>
|
||
<constant>CURLOPT_LOW_SPEED_LIMIT</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-low-speed-time">
|
||
<term>
|
||
<constant>CURLOPT_LOW_SPEED_TIME</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-resume-from">
|
||
<term>
|
||
<constant>CURLOPT_RESUME_FROM</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-cookie">
|
||
<term>
|
||
<constant>CURLOPT_COOKIE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-cookielist">
|
||
<term>
|
||
<constant>CURLOPT_COOKIELIST</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с cURL 7.14.1.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-sslcert">
|
||
<term>
|
||
<constant>CURLOPT_SSLCERT</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-sslcert-blob">
|
||
<term>
|
||
<constant>CURLOPT_SSLCERT_BLOB</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Сертификат клиента SSL из большого двоичного объекта памяти.
|
||
Константа доступна с PHP 8.1.0 и cURL 7.71.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-sslcertpasswd">
|
||
<term>
|
||
<constant>CURLOPT_SSLCERTPASSWD</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-sslkey-blob">
|
||
<term>
|
||
<constant>CURLOPT_SSLKEY_BLOB</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Закрытый ключ для сертификата клиента из большого двоичного объекта памяти.
|
||
Константа доступна с PHP 8.1.0 и cURL 7.71.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-writeheader">
|
||
<term>
|
||
<constant>CURLOPT_WRITEHEADER</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-ws-options">
|
||
<term>
|
||
<constant>CURLOPT_WS_OPTIONS</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.3.0 и cURL 7.86.0
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-ssl-verifyhost">
|
||
<term>
|
||
<constant>CURLOPT_SSL_VERIFYHOST</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-cookiefile">
|
||
<term>
|
||
<constant>CURLOPT_COOKIEFILE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-sslversion">
|
||
<term>
|
||
<constant>CURLOPT_SSLVERSION</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-sslversion-default">
|
||
<term>
|
||
<constant>CURL_SSLVERSION_DEFAULT</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-sslversion-tlsv1">
|
||
<term>
|
||
<constant>CURL_SSLVERSION_TLSv1</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-sslversion-sslv2">
|
||
<term>
|
||
<constant>CURL_SSLVERSION_SSLv2</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-sslversion-sslv3">
|
||
<term>
|
||
<constant>CURL_SSLVERSION_SSLv3</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-sslversion-tlsv1-0">
|
||
<term>
|
||
<constant>CURL_SSLVERSION_TLSv1_0</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-sslversion-tlsv1-1">
|
||
<term>
|
||
<constant>CURL_SSLVERSION_TLSv1_1</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-sslversion-tlsv1-2">
|
||
<term>
|
||
<constant>CURL_SSLVERSION_TLSv1_2</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-sslversion-tlsv1-3">
|
||
<term>
|
||
<constant>CURL_SSLVERSION_TLSv1_3</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-timecondition">
|
||
<term>
|
||
<constant>CURLOPT_TIMECONDITION</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-timevalue">
|
||
<term>
|
||
<constant>CURLOPT_TIMEVALUE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-customrequest">
|
||
<term>
|
||
<constant>CURLOPT_CUSTOMREQUEST</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-stderr">
|
||
<term>
|
||
<constant>CURLOPT_STDERR</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-transfertext">
|
||
<term>
|
||
<constant>CURLOPT_TRANSFERTEXT</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-returntransfer">
|
||
<term>
|
||
<constant>CURLOPT_RETURNTRANSFER</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-quick-exit">
|
||
<term>
|
||
<constant>CURLOPT_QUICK_EXIT</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.3.0 и cURL 7.87.0
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-quote">
|
||
<term>
|
||
<constant>CURLOPT_QUOTE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-postquote">
|
||
<term>
|
||
<constant>CURLOPT_POSTQUOTE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-interface">
|
||
<term>
|
||
<constant>CURLOPT_INTERFACE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-krb4level">
|
||
<term>
|
||
<constant>CURLOPT_KRB4LEVEL</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-httpproxytunnel">
|
||
<term>
|
||
<constant>CURLOPT_HTTPPROXYTUNNEL</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-filetime">
|
||
<term>
|
||
<constant>CURLOPT_FILETIME</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-writefunction">
|
||
<term>
|
||
<constant>CURLOPT_WRITEFUNCTION</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-readfunction">
|
||
<term>
|
||
<constant>CURLOPT_READFUNCTION</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-passwdfunction">
|
||
<term>
|
||
<constant>CURLOPT_PASSWDFUNCTION</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Удалено в PHP 7.3.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-headerfunction">
|
||
<term>
|
||
<constant>CURLOPT_HEADERFUNCTION</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-maxage-conn">
|
||
<term>
|
||
<constant>CURLOPT_MAXAGE_CONN</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.65.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-maxfilesize-large">
|
||
<term>
|
||
<constant>CURLOPT_MAXFILESIZE_LARGE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.11.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-maxlifetime-conn">
|
||
<term>
|
||
<constant>CURLOPT_MAXLIFETIME_CONN</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.80.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-maxredirs">
|
||
<term>
|
||
<constant>CURLOPT_MAXREDIRS</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-maxconnects">
|
||
<term>
|
||
<constant>CURLOPT_MAXCONNECTS</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-fresh-connect">
|
||
<term>
|
||
<constant>CURLOPT_FRESH_CONNECT</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-forbid-reuse">
|
||
<term>
|
||
<constant>CURLOPT_FORBID_REUSE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-random-file">
|
||
<term>
|
||
<constant>CURLOPT_RANDOM_FILE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-egdsocket">
|
||
<term>
|
||
<constant>CURLOPT_EGDSOCKET</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-connecttimeout">
|
||
<term>
|
||
<constant>CURLOPT_CONNECTTIMEOUT_MS</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-ssl-verifypeer">
|
||
<term>
|
||
<constant>CURLOPT_SSL_VERIFYPEER</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-ca-cache-timeout">
|
||
<term>
|
||
<constant>CURLOPT_CA_CACHE_TIMEOUT</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.3.0 и cURL 7.87.0
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-cainfo">
|
||
<term>
|
||
<constant>CURLOPT_CAINFO</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-cainfo-blob">
|
||
<term>
|
||
<constant>CURLOPT_CAINFO_BLOB</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.77.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-capath">
|
||
<term>
|
||
<constant>CURLOPT_CAPATH</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-cookiejar">
|
||
<term>
|
||
<constant>CURLOPT_COOKIEJAR</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-ssl-cipher-list">
|
||
<term>
|
||
<constant>CURLOPT_SSL_CIPHER_LIST</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-ssl-ec-curves">
|
||
<term>
|
||
<constant>CURLOPT_SSL_EC_CURVES</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.73.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-binarytransfer">
|
||
<term>
|
||
<constant>CURLOPT_BINARYTRANSFER</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-nosignal">
|
||
<term>
|
||
<constant>CURLOPT_NOSIGNAL</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-proxytype">
|
||
<term>
|
||
<constant>CURLOPT_PROXYTYPE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с cURL 7.10.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-buffersize">
|
||
<term>
|
||
<constant>CURLOPT_BUFFERSIZE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-httpget">
|
||
<term>
|
||
<constant>CURLOPT_HTTPGET</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-http-version">
|
||
<term>
|
||
<constant>CURLOPT_HTTP_VERSION</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-hsts">
|
||
<term>
|
||
<constant>CURLOPT_HSTS</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.74.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-hsts-ctrl">
|
||
<term>
|
||
<constant>CURLOPT_HSTS_CTRL</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.74.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlhsts-enable">
|
||
<term>
|
||
<constant>CURLHSTS_ENABLE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.74.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlhsts-readonlyfile">
|
||
<term>
|
||
<constant>CURLHSTS_READONLYFILE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.74.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-sslkey">
|
||
<term>
|
||
<constant>CURLOPT_SSLKEY</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-sslkeytype">
|
||
<term>
|
||
<constant>CURLOPT_SSLKEYTYPE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-sslkeypasswd">
|
||
<term>
|
||
<constant>CURLOPT_SSLKEYPASSWD</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-sslengine">
|
||
<term>
|
||
<constant>CURLOPT_SSLENGINE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-sslengine-default">
|
||
<term>
|
||
<constant>CURLOPT_SSLENGINE_DEFAULT</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-sslcerttype">
|
||
<term>
|
||
<constant>CURLOPT_SSLCERTTYPE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-crlf">
|
||
<term>
|
||
<constant>CURLOPT_CRLF</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-encoding">
|
||
<term>
|
||
<constant>CURLOPT_ENCODING</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-proxyport">
|
||
<term>
|
||
<constant>CURLOPT_PROXYPORT</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-unrestricted-auth">
|
||
<term>
|
||
<constant>CURLOPT_UNRESTRICTED_AUTH</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-ftp-use-eprt">
|
||
<term>
|
||
<constant>CURLOPT_FTP_USE_EPRT</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-http200aliases">
|
||
<term>
|
||
<constant>CURLOPT_HTTP200ALIASES</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-httpauth">
|
||
<term>
|
||
<constant>CURLOPT_HTTPAUTH</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-aws-sigv4">
|
||
<term>
|
||
<constant>CURLOPT_AWS_SIGV4</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.75.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlauth-basic">
|
||
<term>
|
||
<constant>CURLAUTH_BASIC</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlauth-digest">
|
||
<term>
|
||
<constant>CURLAUTH_DIGEST</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlauth-gssnegotiate">
|
||
<term>
|
||
<constant>CURLAUTH_GSSNEGOTIATE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlauth-negotiate">
|
||
<term>
|
||
<constant>CURLAUTH_NEGOTIATE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 7.0.7 и cURL 7.38.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlauth-ntlm">
|
||
<term>
|
||
<constant>CURLAUTH_NTLM</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlauth-ntlm-wb">
|
||
<term>
|
||
<constant>CURLAUTH_NTLM_WB</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 7.0.7 и cURL 7.22.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlauth-any">
|
||
<term>
|
||
<constant>CURLAUTH_ANY</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlauth-anysafe">
|
||
<term>
|
||
<constant>CURLAUTH_ANYSAFE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlauth-aws-sigv4">
|
||
<term>
|
||
<constant>CURLAUTH_AWS_SIGV4</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.75.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-proxyauth">
|
||
<term>
|
||
<constant>CURLOPT_PROXYAUTH</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-mail-rcpt-alllowfails">
|
||
<term>
|
||
<constant>CURLOPT_MAIL_RCPT_ALLLOWFAILS</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.69.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-upkeep-interval-ms">
|
||
<term>
|
||
<constant>CURLOPT_UPKEEP_INTERVAL_MS</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.62.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-max-recv-speed-large">
|
||
<term>
|
||
<constant>CURLOPT_MAX_RECV_SPEED_LARGE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с cURL 7.15.5.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-max-send-speed-large">
|
||
<term>
|
||
<constant>CURLOPT_MAX_SEND_SPEED_LARGE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с cURL 7.15.5.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-headeropt">
|
||
<term>
|
||
<constant>CURLOPT_HEADEROPT</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 7.0.7 и cURL 7.37.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-proxyheader">
|
||
<term>
|
||
<constant>CURLOPT_PROXYHEADER</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-connecttimeout-ms">
|
||
<term>
|
||
<constant>CURLOPT_CONNECTTIMEOUT_MS</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 7.0.7 и cURL 7.37.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlpx-bad-address-type">
|
||
<term>
|
||
<constant>CURLPX_BAD_ADDRESS_TYPE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.73.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlpx-bad-version">
|
||
<term>
|
||
<constant>CURLPX_BAD_VERSION</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.73.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlpx-closed">
|
||
<term>
|
||
<constant>CURLPX_CLOSED</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.73.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlpx-gssapi">
|
||
<term>
|
||
<constant>CURLPX_GSSAPI</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.73.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlpx-gssapi-permsg">
|
||
<term>
|
||
<constant>CURLPX_GSSAPI_PERMSG</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.73.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlpx-gssapi-protection">
|
||
<term>
|
||
<constant>CURLPX_GSSAPI_PROTECTION</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.73.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlpx-identd-differ">
|
||
<term>
|
||
<constant>CURLPX_IDENTD_DIFFER</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.73.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlpx-identd">
|
||
<term>
|
||
<constant>CURLPX_IDENTD</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с 8.2.0 и cURL 7.73.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlpx-long-hostname">
|
||
<term>
|
||
<constant>CURLPX_LONG_HOSTNAME</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.73.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlpx-long-passwd">
|
||
<term>
|
||
<constant>CURLPX_LONG_PASSWD</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.73.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlpx-long-user">
|
||
<term>
|
||
<constant>CURLPX_LONG_USER</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.73.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlpx-no-auth">
|
||
<term>
|
||
<constant>CURLPX_NO_AUTH</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.73.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlpx-ok">
|
||
<term>
|
||
<constant>CURLPX_OK</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.73.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlpx-recv-address">
|
||
<term>
|
||
<constant>CURLPX_RECV_ADDRESS</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.73.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlpx-recv-auth">
|
||
<term>
|
||
<constant>CURLPX_RECV_AUTH</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.73.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlpx-recv-connect">
|
||
<term>
|
||
<constant>CURLPX_RECV_CONNECT</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.73.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlpx-recv-reqack">
|
||
<term>
|
||
<constant>CURLPX_RECV_REQACK</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.73.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlpx-reply-address-type-not-supported">
|
||
<term>
|
||
<constant>CURLPX_REPLY_ADDRESS_TYPE_NOT_SUPPORTED</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.73.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlpx-reply-command-not-supported">
|
||
<term>
|
||
<constant>CURLPX_REPLY_COMMAND_NOT_SUPPORTED</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.73.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlpx-reply-connection-refused">
|
||
<term>
|
||
<constant>CURLPX_REPLY_CONNECTION_REFUSED</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.73.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlpx-reply-general-server-failure">
|
||
<term>
|
||
<constant>CURLPX_REPLY_GENERAL_SERVER_FAILURE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.73.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlpx-reply-host-unreachable">
|
||
<term>
|
||
<constant>CURLPX_REPLY_HOST_UNREACHABLE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.73.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlpx-reply-network-unreachable">
|
||
<term>
|
||
<constant>CURLPX_REPLY_NETWORK_UNREACHABLE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.73.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlpx-reply-not-allowed">
|
||
<term>
|
||
<constant>CURLPX_REPLY_NOT_ALLOWED</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.73.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlpx-reply-ttl-expired">
|
||
<term>
|
||
<constant>CURLPX_REPLY_TTL_EXPIRED</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.73.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlpx-reply-unassigned">
|
||
<term>
|
||
<constant>CURLPX_REPLY_UNASSIGNED</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.73.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlpx-request-failed">
|
||
<term>
|
||
<constant>CURLPX_REQUEST_FAILED</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.73.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlpx-resolve-host">
|
||
<term>
|
||
<constant>CURLPX_RESOLVE_HOST</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.73.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlpx-send-auth">
|
||
<term>
|
||
<constant>CURLPX_SEND_AUTH</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.73.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlpx-send-connect">
|
||
<term>
|
||
<constant>CURLPX_SEND_CONNECT</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.73.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlpx-send-request">
|
||
<term>
|
||
<constant>CURLPX_SEND_REQUEST</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.73.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlpx-unknown-fail">
|
||
<term>
|
||
<constant>CURLPX_UNKNOWN_FAIL</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.73.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlpx-unknown-mode">
|
||
<term>
|
||
<constant>CURLPX_UNKNOWN_MODE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.73.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlpx-user-rejected">
|
||
<term>
|
||
<constant>CURLPX_USER_REJECTED</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.73.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-push-ok">
|
||
<term>
|
||
<constant>CURL_PUSH_OK</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 7.1.0 и cURL 7.44.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-push-deny">
|
||
<term>
|
||
<constant>CURL_PUSH_DENY</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 7.1.0 и cURL 7.44.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-redir-post-301">
|
||
<term>
|
||
<constant>CURL_REDIR_POST_301</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 7.0.7 и cURL 7.18.2.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-redir-post-302">
|
||
<term>
|
||
<constant>CURL_REDIR_POST_302</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 7.0.7 и cURL 7.18.2.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-redir-post-303">
|
||
<term>
|
||
<constant>CURL_REDIR_POST_303</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 7.0.7 и cURL 7.25.1.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-redir-post-all">
|
||
<term>
|
||
<constant>CURL_REDIR_POST_ALL</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 7.0.7 и cURL 7.18.2.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-timecond-none">
|
||
<term>
|
||
<constant>CURL_TIMECOND_NONE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-timecond-ifmodsince">
|
||
<term>
|
||
<constant>CURL_TIMECOND_IFMODSINCE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-timecond-ifunmodsince">
|
||
<term>
|
||
<constant>CURL_TIMECOND_IFUNMODSINCE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-timecond-lastmod">
|
||
<term>
|
||
<constant>CURL_TIMECOND_LASTMOD</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-version-altsvc">
|
||
<term>
|
||
<constant>CURL_VERSION_ALTSVC</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 7.3.6 и cURL 7.64.1.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-version-asynchdns">
|
||
<term>
|
||
<constant>CURL_VERSION_ASYNCHDNS</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Асинхронное разрешение DNS.
|
||
Константа доступна с PHP 7.3.0 и cURL 7.10.7.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-version-brotli">
|
||
<term>
|
||
<constant>CURL_VERSION_BROTLI</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 7.3.0 и cURL 7.57.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-version-conv">
|
||
<term>
|
||
<constant>CURL_VERSION_CONV</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Поддерживаются преобразования символов.
|
||
Константа доступна с PHP 7.3.0 и cURL 7.15.4.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-version-curldebug">
|
||
<term>
|
||
<constant>CURL_VERSION_CURLDEBUG</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Поддерживается отслеживание отладки памяти.
|
||
Константа доступна с PHP 7.3.6 и cURL 7.19.6.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-version-debug">
|
||
<term>
|
||
<constant>CURL_VERSION_DEBUG</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Собран с возможностью отладки.
|
||
Константа доступна с PHP 7.3.0 и cURL 7.10.6.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-version-gsasl">
|
||
<term>
|
||
<constant>CURL_VERSION_GSASL</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.76.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-version-gssapi">
|
||
<term>
|
||
<constant>CURL_VERSION_GSSAPI</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Собран на основе библиотеки GSS-API.
|
||
Константа доступна с PHP 7.3.0 и cURL 7.38.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-version-gssnegotiate">
|
||
<term>
|
||
<constant>CURL_VERSION_GSSNEGOTIATE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Поддерживается согласование аутентификации.
|
||
Константа доступна с PHP 7.3.0 и cURL 7.10.6 (объявлено устаревшим с 7.38.0).
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-version-hsts">
|
||
<term>
|
||
<constant>CURL_VERSION_HSTS</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.74.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-version-idn">
|
||
<term>
|
||
<constant>CURL_VERSION_IDN</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Поддерживаются международные доменные имена.
|
||
Константа доступна с PHP 7.3.0 и cURL 7.12.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-version-multi-ssl">
|
||
<term>
|
||
<constant>CURL_VERSION_MULTI_SSL</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 7.3.0 и cURL 7.56.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-version-ntlm">
|
||
<term>
|
||
<constant>CURL_VERSION_NTLM</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Поддерживается аутентификация NTLM.
|
||
Константа доступна с PHP 7.3.0 и cURL 7.10.6.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-version-ntlm-wb">
|
||
<term>
|
||
<constant>CURL_VERSION_NTLM_WB</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Поддерживается делегирование NTLM помощнику winbind.
|
||
Константа доступна с PHP 7.3.0 и cURL 7.22.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-version-ipv6">
|
||
<term>
|
||
<constant>CURL_VERSION_IPV6</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
С поддержкой IPv6.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-version-kerberos4">
|
||
<term>
|
||
<constant>CURL_VERSION_KERBEROS4</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Поддерживается проверка подлинности Kerberos V4.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-version-kerberos5">
|
||
<term>
|
||
<constant>CURL_VERSION_KERBEROS5</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Поддерживается проверка подлинности Kerberos V5.
|
||
Константа доступна с PHP 7.0.7 и cURL 7.40.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-version-http2">
|
||
<term>
|
||
<constant>CURL_VERSION_HTTP2</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Встроенная поддержка HTTP2.
|
||
Константа доступна с cURL 7.33.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-version-http3">
|
||
<term>
|
||
<constant>CURL_VERSION_HTTP3</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.66.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-version-largefile">
|
||
<term>
|
||
<constant>CURL_VERSION_LARGEFILE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Поддерживает файлы размером более 2 ГБ.
|
||
Константа доступна с cURL 7.33.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-version-psl">
|
||
<term>
|
||
<constant>CURL_VERSION_PSL</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Список общедоступных суффиксов Mozilla, используемый для проверки домена cookie.
|
||
Константа доступна с PHP 7.3.6 и cURL 7.47.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-version-spnego">
|
||
<term>
|
||
<constant>CURL_VERSION_SPNEGO</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Поддерживается аутентификация SPNEGO.
|
||
Константа доступна с PHP 7.3.0 и cURL 7.10.8.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-version-sspi">
|
||
<term>
|
||
<constant>CURL_VERSION_SSPI</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Встроенная поддержка Windows SSPI.
|
||
Константа доступна с PHP 7.3.0 и cURL 7.13.2.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-version-ssl">
|
||
<term>
|
||
<constant>CURL_VERSION_SSL</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Присутствуют опции SSL.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-version-tlsauth-srp">
|
||
<term>
|
||
<constant>CURL_VERSION_TLSAUTH_SRP</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Поддерживается аутентификация TLS-SRP.
|
||
Константа доступна с PHP 7.3.0 и cURL 7.21.4.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-version-unicode">
|
||
<term>
|
||
<constant>CURL_VERSION_UNICODE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.72.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-version-unix-sockets">
|
||
<term>
|
||
<constant>CURL_VERSION_UNIX_SOCKETS</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Поддержка сокетов домена Unix.
|
||
Константа доступна с PHP 7.0.7 и cURL 7.40.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-version-zstd">
|
||
<term>
|
||
<constant>CURL_VERSION_ZSTD</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.72.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-version-libz">
|
||
<term>
|
||
<constant>CURL_VERSION_LIBZ</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Поддерживаются возможности libz.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlversion-now">
|
||
<term>
|
||
<constant>CURLVERSION_NOW</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlftpauth-default">
|
||
<term>
|
||
<constant>CURLFTPAUTH_DEFAULT</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlftpauth-ssl">
|
||
<term>
|
||
<constant>CURLFTPAUTH_SSL</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlftpauth-tls">
|
||
<term>
|
||
<constant>CURLFTPAUTH_TLS</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlproxy-http">
|
||
<term>
|
||
<constant>CURLPROXY_HTTP</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с cURL 7.10.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlproxy-http-1-0">
|
||
<term>
|
||
<constant>CURLPROXY_HTTP_1_0</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 7.0.7 и cURL 7.19.3.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlproxy-socks4">
|
||
<term>
|
||
<constant>CURLPROXY_SOCKS4</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с cURL 7.10.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlproxy-socks5">
|
||
<term>
|
||
<constant>CURLPROXY_SOCKS5</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с cURL 7.10.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-netrc-optional">
|
||
<term>
|
||
<constant>CURL_NETRC_OPTIONAL</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-netrc-ignored">
|
||
<term>
|
||
<constant>CURL_NETRC_IGNORED</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-netrc-required">
|
||
<term>
|
||
<constant>CURL_NETRC_REQUIRED</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-http-version-none">
|
||
<term>
|
||
<constant>CURL_HTTP_VERSION_NONE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-http-version-1-0">
|
||
<term>
|
||
<constant>CURL_HTTP_VERSION_1_0</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-http-version-1-1">
|
||
<term>
|
||
<constant>CURL_HTTP_VERSION_1_1</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-http-version-2">
|
||
<term>
|
||
<constant>CURL_HTTP_VERSION_2</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 7.0.7 и cURL 7.43.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-http-version-2-0">
|
||
<term>
|
||
<constant>CURL_HTTP_VERSION_2_0</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с cURL 7.33.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-http-version-2tls">
|
||
<term>
|
||
<constant>CURL_HTTP_VERSION_2TLS</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 7.0.7 и cURL 7.47.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-http-version-2-prior-knowledge">
|
||
<term>
|
||
<constant>CURL_HTTP_VERSION_2_PRIOR_KNOWLEDGE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 7.0.7 и cURL 7.49.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlmsg-done">
|
||
<term>
|
||
<constant>CURLMSG_DONE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-keypasswd">
|
||
<term>
|
||
<constant>CURLOPT_KEYPASSWD</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-ssh-auth-types">
|
||
<term>
|
||
<constant>CURLOPT_SSH_AUTH_TYPES</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-ssh-host-public-key-md5">
|
||
<term>
|
||
<constant>CURLOPT_SSH_HOST_PUBLIC_KEY_MD5</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-ssh-host-public-key-sha256">
|
||
<term>
|
||
<constant>CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.80.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-ssh-hostkeyfunction">
|
||
<term>
|
||
<constant>CURLOPT_SSH_HOSTKEYFUNCTION</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.3.0 и cURL 7.84.0
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-ssh-private-keyfile">
|
||
<term>
|
||
<constant>CURLOPT_SSH_PRIVATE_KEYFILE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-ssh-public-keyfile">
|
||
<term>
|
||
<constant>CURLOPT_SSH_PUBLIC_KEYFILE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-ssl-options">
|
||
<term>
|
||
<constant>CURLOPT_SSL_OPTIONS</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с cURL 7.25.0
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlsslopt-allow-beast">
|
||
<term>
|
||
<constant>CURLSSLOPT_ALLOW_BEAST</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с cURL 7.25.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlsslopt-no-revoke">
|
||
<term>
|
||
<constant>CURLSSLOPT_NO_REVOKE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 7.0.7 и cURL 7.44.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlsslopt-auto-client-cert">
|
||
<term>
|
||
<constant>CURLSSLOPT_AUTO_CLIENT_CERT</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.77.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlsslopt-native-ca">
|
||
<term>
|
||
<constant>CURLSSLOPT_NATIVE_CA</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.71.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlsslopt-no-partialchain">
|
||
<term>
|
||
<constant>CURLSSLOPT_NO_PARTIALCHAIN</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.68.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlsslopt-revoke-best-effort">
|
||
<term>
|
||
<constant>CURLSSLOPT_REVOKE_BEST_EFFORT</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.70.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-username">
|
||
<term>
|
||
<constant>CURLOPT_USERNAME</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с cURL 7.19.1.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-sasl-authzid">
|
||
<term>
|
||
<constant>CURLOPT_SASL_AUTHZID</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.66.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-sasl-ir">
|
||
<term>
|
||
<constant>CURLOPT_SASL_IR</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 7.0.7 и cURL 7.31.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-dns-interface">
|
||
<term>
|
||
<constant>CURLOPT_DNS_INTERFACE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 7.0.7 и cURL 7.33.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-dns-local-ip4">
|
||
<term>
|
||
<constant>CURLOPT_DNS_LOCAL_IP4</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 7.0.7 и cURL 7.33.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-dns-local-ip6">
|
||
<term>
|
||
<constant>CURLOPT_DNS_LOCAL_IP6</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 7.0.7 и cURL 7.33.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-xoauth2-bearer">
|
||
<term>
|
||
<constant>CURLOPT_XOAUTH2_BEARER</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 7.0.7 и cURL 7.33.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-login-options">
|
||
<term>
|
||
<constant>CURLOPT_LOGIN_OPTIONS</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 7.0.7 и cURL 7.34.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-expect-100-timeout-ms">
|
||
<term>
|
||
<constant>CURLOPT_EXPECT_100_TIMEOUT_MS</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 7.0.7 и cURL 7.36.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-ssl-enable-alpn">
|
||
<term>
|
||
<constant>CURLOPT_SSL_ENABLE_ALPN</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 7.0.7 и cURL 7.36.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-ssl-enable-npn">
|
||
<term>
|
||
<constant>CURLOPT_SSL_ENABLE_NPN</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 7.0.7 и cURL 7.36.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-pinnedpublickey">
|
||
<term>
|
||
<constant>CURLOPT_PINNEDPUBLICKEY</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 7.0.7 и cURL 7.39.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-unix-socket-path">
|
||
<term>
|
||
<constant>CURLOPT_UNIX_SOCKET_PATH</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 7.0.7 и cURL 7.40.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-ssl-verifystatus">
|
||
<term>
|
||
<constant>CURLOPT_SSL_VERIFYSTATUS</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 7.0.7 и cURL 7.41.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-path-as-is">
|
||
<term>
|
||
<constant>CURLOPT_PATH_AS_IS</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 7.0.7 и cURL 7.42.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-ssl-falsestart">
|
||
<term>
|
||
<constant>CURLOPT_SSL_FALSESTART</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 7.0.7 и cURL 7.42.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-pipewait">
|
||
<term>
|
||
<constant>CURLOPT_PIPEWAIT</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 7.0.7 и cURL 7.43.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-protocols-str">
|
||
<term>
|
||
<constant>CURLOPT_PROTOCOLS_STR</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.3.0 и cURL 7.85.0
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-proxy-service-name">
|
||
<term>
|
||
<constant>CURLOPT_PROXY_SERVICE_NAME</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 7.0.7 и cURL 7.43.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-service-name">
|
||
<term>
|
||
<constant>CURLOPT_SERVICE_NAME</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 7.0.7 и cURL 7.43.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-default-protocol">
|
||
<term>
|
||
<constant>CURLOPT_DEFAULT_PROTOCOL</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 7.0.7 и cURL 7.45.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-stream-weight">
|
||
<term>
|
||
<constant>CURLOPT_STREAM_WEIGHT</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 7.0.7 и cURL 7.46.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-tftp-no-options">
|
||
<term>
|
||
<constant>CURLOPT_TFTP_NO_OPTIONS</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 7.0.7 и cURL 7.48.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-connect-to">
|
||
<term>
|
||
<constant>CURLOPT_CONNECT_TO</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 7.0.7 и cURL 7.49.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-tcp-fastopen">
|
||
<term>
|
||
<constant>CURLOPT_TCP_FASTOPEN</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 7.0.7 и cURL 7.49.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-tcp-keepalive">
|
||
<term>
|
||
<constant>CURLOPT_TCP_KEEPALIVE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с cURL 7.25.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-tcp-keepidle">
|
||
<term>
|
||
<constant>CURLOPT_TCP_KEEPIDLE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с cURL 7.25.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-tcp-keepintvl">
|
||
<term>
|
||
<constant>CURLOPT_TCP_KEEPINTVL</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с cURL 7.25.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlssh-auth-agent">
|
||
<term>
|
||
<constant>CURLSSH_AUTH_AGENT</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 7.0.7 и cURL 7.28.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlssh-auth-any">
|
||
<term>
|
||
<constant>CURLSSH_AUTH_ANY</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlssh-auth-default">
|
||
<term>
|
||
<constant>CURLSSH_AUTH_DEFAULT</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlssh-auth-host">
|
||
<term>
|
||
<constant>CURLSSH_AUTH_HOST</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlssh-auth-keyboard">
|
||
<term>
|
||
<constant>CURLSSH_AUTH_KEYBOARD</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlssh-auth-none">
|
||
<term>
|
||
<constant>CURLSSH_AUTH_NONE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlssh-auth-password">
|
||
<term>
|
||
<constant>CURLSSH_AUTH_PASSWORD</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlssh-auth-publickey">
|
||
<term>
|
||
<constant>CURLSSH_AUTH_PUBLICKEY</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlpipe-nothing">
|
||
<term>
|
||
<constant>CURLPIPE_NOTHING</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с cURL 7.43.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlpipe-http1">
|
||
<term>
|
||
<constant>CURLPIPE_HTTP1</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с cURL 7.43.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlpipe-multiplex">
|
||
<term>
|
||
<constant>CURLPIPE_MULTIPLEX</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с cURL 7.43.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlproxy-socks4a">
|
||
<term>
|
||
<constant>CURLPROXY_SOCKS4A</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с cURL 7.18.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlproxy-socks5-hostname">
|
||
<term>
|
||
<constant>CURLPROXY_SOCKS5_HOSTNAME</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с cURL 7.18.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlheader-separate">
|
||
<term>
|
||
<constant>CURLHEADER_SEPARATE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 7.0.7 и cURL 7.37.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlheader-unified">
|
||
<term>
|
||
<constant>CURLHEADER_UNIFIED</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 7.0.7 и cURL 7.37.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-redir-protocols-str">
|
||
<term>
|
||
<constant>CURLOPT_REDIR_PROTOCOLS_STR</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.3.0 и cURL 7.85.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-request-target">
|
||
<term>
|
||
<constant>CURLOPT_REQUEST_TARGET</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 7.3.0 и cURL 7.55.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlauth-gssapi">
|
||
<term>
|
||
<constant>CURLAUTH_GSSAPI</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с версии PHP 7.3.0 и cURL 7.54.1.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-max-read-size">
|
||
<term>
|
||
<constant>CURL_MAX_READ_SIZE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с версии PHP 7.3.0 и cURL 7.53.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-abstract-unix-socket">
|
||
<term>
|
||
<constant>CURLOPT_ABSTRACT_UNIX_SOCKET</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с версии PHP 7.3.0 и cURL 7.53.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-keep-sending-on-error">
|
||
<term>
|
||
<constant>CURLOPT_KEEP_SENDING_ON_ERROR</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с версии PHP 7.3.0 и cURL 7.51.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-pre-proxy">
|
||
<term>
|
||
<constant>CURLOPT_PRE_PROXY</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с версии PHP 7.3.0 и cURL 7.52.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-proxy-cainfo">
|
||
<term>
|
||
<constant>CURLOPT_PROXY_CAINFO</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с версии PHP 7.3.0 и cURL 7.52.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-proxy-cainfo-blob">
|
||
<term>
|
||
<constant>CURLOPT_PROXY_CAINFO_BLOB</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.2.0 и cURL 7.77.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-proxy-capath">
|
||
<term>
|
||
<constant>CURLOPT_PROXY_CAPATH</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с версии PHP 7.3.0 и cURL 7.52.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-proxy-crlfile">
|
||
<term>
|
||
<constant>CURLOPT_PROXY_CRLFILE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с версии PHP 7.3.0 и cURL 7.52.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-proxy-keypasswd">
|
||
<term>
|
||
<constant>CURLOPT_PROXY_KEYPASSWD</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с версии PHP 7.3.0 и cURL 7.52.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-proxy-pinnedpublickey">
|
||
<term>
|
||
<constant>CURLOPT_PROXY_PINNEDPUBLICKEY</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с версии PHP 7.3.0 и cURL 7.52.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-proxy-sslcert">
|
||
<term>
|
||
<constant>CURLOPT_PROXY_SSLCERT</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с версии PHP 7.3.0 и cURL 7.52.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-proxy-sslcerttype">
|
||
<term>
|
||
<constant>CURLOPT_PROXY_SSLCERTTYPE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с версии PHP 7.3.0 и cURL 7.52.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-proxy-ssl-cipher-list">
|
||
<term>
|
||
<constant>CURLOPT_PROXY_SSL_CIPHER_LIST</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с версии PHP 7.3.0 и cURL 7.52.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-proxy-sslkey">
|
||
<term>
|
||
<constant>CURLOPT_PROXY_SSLKEY</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с версии PHP 7.3.0 и cURL 7.52.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-proxy-sslkeytype">
|
||
<term>
|
||
<constant>CURLOPT_PROXY_SSLKEYTYPE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с версии PHP 7.3.0 и cURL 7.52.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-proxy-ssl-options">
|
||
<term>
|
||
<constant>CURLOPT_PROXY_SSL_OPTIONS</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с версии PHP 7.3.0 и cURL 7.52.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-proxy-ssl-verifyhost">
|
||
<term>
|
||
<constant>CURLOPT_PROXY_SSL_VERIFYHOST</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с версии PHP 7.3.0 и cURL 7.52.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-proxy-ssl-verifypeer">
|
||
<term>
|
||
<constant>CURLOPT_PROXY_SSL_VERIFYPEER</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с версии PHP 7.3.0 и cURL 7.52.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-proxy-sslversion">
|
||
<term>
|
||
<constant>CURLOPT_PROXY_SSLVERSION</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с версии PHP 7.3.0 и cURL 7.52.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-proxy-tlsauth-password">
|
||
<term>
|
||
<constant>CURLOPT_PROXY_TLSAUTH_PASSWORD</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с версии PHP 7.3.0 и cURL 7.52.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-proxy-tlsauth-type">
|
||
<term>
|
||
<constant>CURLOPT_PROXY_TLSAUTH_TYPE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с версии PHP 7.3.0 и cURL 7.52.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-proxy-tlsauth-username">
|
||
<term>
|
||
<constant>CURLOPT_PROXY_TLSAUTH_USERNAME</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с версии PHP 7.3.0 и cURL 7.52.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-socks5-auth">
|
||
<term>
|
||
<constant>CURLOPT_SOCKS5_AUTH</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с версии PHP 7.3.0 и cURL 7.55.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-suppress-connect-headers">
|
||
<term>
|
||
<constant>CURLOPT_SUPPRESS_CONNECT_HEADERS</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с версии PHP 7.3.0 и cURL 7.54.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlproxy-https">
|
||
<term>
|
||
<constant>CURLPROXY_HTTPS</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с версии PHP 7.3.0 и cURL 7.52.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-sslversion-max-default">
|
||
<term>
|
||
<constant>CURL_SSLVERSION_MAX_DEFAULT</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с версии PHP 7.3.0 и cURL 7.54.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-sslversion-max-none">
|
||
<term>
|
||
<constant>CURL_SSLVERSION_MAX_NONE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с версии PHP 7.3.0 и cURL 7.54.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-sslversion-max-tlsv1-0">
|
||
<term>
|
||
<constant>CURL_SSLVERSION_MAX_TLSv1_0</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с версии PHP 7.3.0 и cURL 7.54.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-sslversion-max-tlsv1-1">
|
||
<term>
|
||
<constant>CURL_SSLVERSION_MAX_TLSv1_1</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с версии PHP 7.3.0 и cURL 7.54.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-sslversion-max-tlsv1-2">
|
||
<term>
|
||
<constant>CURL_SSLVERSION_MAX_TLSv1_2</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с версии PHP 7.3.0 и cURL 7.54.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-sslversion-max-tlsv1-3">
|
||
<term>
|
||
<constant>CURL_SSLVERSION_MAX_TLSv1_3</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с версии PHP 7.3.0 и cURL 7.54.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-sslversion-tlsv1-3">
|
||
<term>
|
||
<constant>CURL_SSLVERSION_TLSv1_3</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с версии PHP 7.3.0 и cURL 7.52.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curl-version-https-proxy">
|
||
<term>
|
||
<constant>CURL_VERSION_HTTPS_PROXY</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с версии PHP 7.3.0 и cURL 7.52.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlauth-bearer">
|
||
<term>
|
||
<constant>CURLAUTH_BEARER</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с версии PHP 7.3.0 и cURL 7.61.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-disallow-username-in-url">
|
||
<term>
|
||
<constant>CURLOPT_DISALLOW_USERNAME_IN_URL</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с версии PHP 7.3.0 и cURL 7.61.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-dns-shuffle-addresses">
|
||
<term>
|
||
<constant>CURLOPT_DNS_SHUFFLE_ADDRESSES</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с версии PHP 7.3.0 и cURL 7.60.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-happy-eyeballs-timeout-ms">
|
||
<term>
|
||
<constant>CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с версии PHP 7.3.0 и cURL 7.59.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-haproxyprotocol">
|
||
<term>
|
||
<constant>CURLOPT_HAPROXYPROTOCOL</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с версии PHP 7.3.0 и cURL 7.60.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-proxy-tls13-ciphers">
|
||
<term>
|
||
<constant>CURLOPT_PROXY_TLS13_CIPHERS</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с версии PHP 7.3.0 и cURL 7.61.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-ssh-compression">
|
||
<term>
|
||
<constant>CURLOPT_SSH_COMPRESSION</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с версии PHP 7.3.0 и cURL 7.56.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-timevalue-large">
|
||
<term>
|
||
<constant>CURLOPT_TIMEVALUE_LARGE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с версии PHP 7.3.0 и cURL 7.59.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-tls13-ciphers">
|
||
<term>
|
||
<constant>CURLOPT_TLS13_CIPHERS</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с версии PHP 7.3.0 и cURL 7.61.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlssh-auth-gssapi">
|
||
<term>
|
||
<constant>CURLSSH_AUTH_GSSAPI</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с версии PHP 7.3.0 и cURL 7.58.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlopt-http09-allowed">
|
||
<term>
|
||
<constant>CURLOPT_HTTP09_ALLOWED</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с версии PHP 7.3.15 и 7.4.3, соответственно, и cURL 7.64.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlmimeopt-formescape">
|
||
<term>
|
||
<constant>CURLMIMEOPT_FORMESCAPE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.3.0 и cURL 7.81.0
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlws-raw-mode">
|
||
<term>
|
||
<constant>CURLWS_RAW_MODE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.3.0 и cURL 7.86.0
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlkhmatch-ok">
|
||
<term>
|
||
<constant>CURLKHMATCH_OK</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.3.0 и cURL 7.19.6
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlkhmatch-mismatch">
|
||
<term>
|
||
<constant>CURLKHMATCH_MISMATCH</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.3.0 и cURL 7.19.6
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlkhmatch-missing">
|
||
<term>
|
||
<constant>CURLKHMATCH_MISSING</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.3.0 и cURL 7.19.6
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.curlkhmatch-last">
|
||
<term>
|
||
<constant>CURLKHMATCH_LAST</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Константа доступна с PHP 8.3.0 и cURL 7.19.6
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
</variablelist>
|
||
&reference.curl.constants-curl-share-setopt;
|
||
&reference.curl.constants-curl-getinfo;
|
||
&reference.curl.constants-curl-multi-setopt;
|
||
&reference.curl.constants-curlproto;
|
||
&reference.curl.constants-curl-error;
|
||
&reference.curl.constants-curl-multi;
|
||
&reference.curl.constants-curl-pause;
|
||
</appendix>
|
||
<!-- Keep this comment at the end of the file
|
||
Local variables:
|
||
mode: sgml
|
||
sgml-omittag:t
|
||
sgml-shorttag:t
|
||
sgml-minimize-attributes:nil
|
||
sgml-always-quote-attributes:t
|
||
sgml-indent-step:1
|
||
sgml-indent-data:t
|
||
indent-tabs-mode:nil
|
||
sgml-parent-document:nil
|
||
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
||
sgml-exposed-tags:nil
|
||
sgml-local-catalogs:nil
|
||
sgml-local-ecat-files:nil
|
||
End:
|
||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||
vim: et tw=78 syn=sgml
|
||
vi: ts=1 sw=1
|
||
-->
|