php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
curl.stub.php
Go to the documentation of this file.
1<?php
2
4
5/* See http://curl.haxx.se/lxr/source/docs/libcurl/symbols-in-versions
6 or curl src/docs/libcurl/symbols-in-versions for a (almost) complete list
7 of options and which version they were introduced */
8
13const CURLOPT_AUTOREFERER = UNKNOWN;
19const CURLOPT_BINARYTRANSFER = UNKNOWN;
24const CURLOPT_BUFFERSIZE = UNKNOWN;
29const CURLOPT_CAINFO = UNKNOWN;
34const CURLOPT_CAPATH = UNKNOWN;
39const CURLOPT_CONNECTTIMEOUT = UNKNOWN;
44const CURLOPT_COOKIE = UNKNOWN;
49const CURLOPT_COOKIEFILE = UNKNOWN;
54const CURLOPT_COOKIEJAR = UNKNOWN;
59const CURLOPT_COOKIESESSION = UNKNOWN;
64const CURLOPT_CRLF = UNKNOWN;
69const CURLOPT_CUSTOMREQUEST = UNKNOWN;
84const CURLOPT_EGDSOCKET = UNKNOWN;
90const CURLOPT_ENCODING = UNKNOWN;
95const CURLOPT_FAILONERROR = UNKNOWN;
100const CURLOPT_FILE = UNKNOWN;
105const CURLOPT_FILETIME = UNKNOWN;
115const CURLOPT_FORBID_REUSE = UNKNOWN;
120const CURLOPT_FRESH_CONNECT = UNKNOWN;
125const CURLOPT_FTPAPPEND = UNKNOWN;
130const CURLOPT_FTPLISTONLY = UNKNOWN;
135const CURLOPT_FTPPORT = UNKNOWN;
140const CURLOPT_FTP_USE_EPRT = UNKNOWN;
145const CURLOPT_FTP_USE_EPSV = UNKNOWN;
150const CURLOPT_HEADER = UNKNOWN;
165const CURLOPT_HTTPGET = UNKNOWN;
170const CURLOPT_HTTPHEADER = UNKNOWN;
180const CURLOPT_HTTP_VERSION = UNKNOWN;
185const CURLOPT_INFILE = UNKNOWN;
190const CURLOPT_INFILESIZE = UNKNOWN;
195const CURLOPT_INTERFACE = UNKNOWN;
200const CURLOPT_KRB4LEVEL = UNKNOWN;
215const CURLOPT_MAXCONNECTS = UNKNOWN;
220const CURLOPT_MAXREDIRS = UNKNOWN;
225const CURLOPT_NETRC = UNKNOWN;
230const CURLOPT_NOBODY = UNKNOWN;
235const CURLOPT_NOPROGRESS = UNKNOWN;
240const CURLOPT_NOSIGNAL = UNKNOWN;
245const CURLOPT_PORT = UNKNOWN;
250const CURLOPT_POST = UNKNOWN;
255const CURLOPT_POSTFIELDS = UNKNOWN;
260const CURLOPT_POSTQUOTE = UNKNOWN;
265const CURLOPT_PREQUOTE = UNKNOWN;
270const CURLOPT_PRIVATE = UNKNOWN;
280const CURLOPT_PROXY = UNKNOWN;
285const CURLOPT_PROXYPORT = UNKNOWN;
290const CURLOPT_PROXYTYPE = UNKNOWN;
295const CURLOPT_PROXYUSERPWD = UNKNOWN;
300const CURLOPT_PUT = UNKNOWN;
305const CURLOPT_QUOTE = UNKNOWN;
310const CURLOPT_RANDOM_FILE = UNKNOWN;
315const CURLOPT_RANGE = UNKNOWN;
320const CURLOPT_READDATA = UNKNOWN;
325const CURLOPT_READFUNCTION = UNKNOWN;
330const CURLOPT_REFERER = UNKNOWN;
335const CURLOPT_RESUME_FROM = UNKNOWN;
345const CURLOPT_SHARE = UNKNOWN;
350const CURLOPT_SSLCERT = UNKNOWN;
355const CURLOPT_SSLCERTPASSWD = UNKNOWN;
360const CURLOPT_SSLCERTTYPE = UNKNOWN;
365const CURLOPT_SSLENGINE = UNKNOWN;
375const CURLOPT_SSLKEY = UNKNOWN;
380const CURLOPT_SSLKEYPASSWD = UNKNOWN;
385const CURLOPT_SSLKEYTYPE = UNKNOWN;
390const CURLOPT_SSLVERSION = UNKNOWN;
410const CURLOPT_STDERR = UNKNOWN;
411#if LIBCURL_VERSION_NUM >= 0x080900 /* Available since 8.9.0 */
416const CURLOPT_TCP_KEEPCNT = UNKNOWN;
417#endif
422const CURLOPT_TELNETOPTIONS = UNKNOWN;
427const CURLOPT_TIMECONDITION = UNKNOWN;
432const CURLOPT_TIMEOUT = UNKNOWN;
437const CURLOPT_TIMEVALUE = UNKNOWN;
442const CURLOPT_TRANSFERTEXT = UNKNOWN;
452const CURLOPT_UPLOAD = UNKNOWN;
457const CURLOPT_URL = UNKNOWN;
462const CURLOPT_USERAGENT = UNKNOWN;
467const CURLOPT_USERPWD = UNKNOWN;
472const CURLOPT_VERBOSE = UNKNOWN;
477const CURLOPT_WRITEFUNCTION = UNKNOWN;
482const CURLOPT_WRITEHEADER = UNKNOWN;
488
493const CURLOPT_DEBUGFUNCTION = UNKNOWN;
494
499const CURLINFO_TEXT = UNKNOWN;
500
505const CURLINFO_HEADER_IN = UNKNOWN;
506
511const CURLINFO_DATA_IN = UNKNOWN;
512
517const CURLINFO_DATA_OUT = UNKNOWN;
518
523const CURLINFO_SSL_DATA_OUT = UNKNOWN;
524
529const CURLINFO_SSL_DATA_IN = UNKNOWN;
530
531/* */
566const CURLE_COULDNT_CONNECT = UNKNOWN;
581const CURLE_FAILED_INIT = UNKNOWN;
646const CURLE_FTP_PORT_FAILED = UNKNOWN;
651const CURLE_FTP_QUOTE_ERROR = UNKNOWN;
686const CURLE_FTP_WRITE_ERROR = UNKNOWN;
696const CURLE_GOT_NOTHING = UNKNOWN;
701const CURLE_HTTP_NOT_FOUND = UNKNOWN;
711const CURLE_HTTP_POST_ERROR = UNKNOWN;
741const CURLE_MALFORMAT_USER = UNKNOWN;
746const CURLE_OBSOLETE = UNKNOWN;
751const CURLE_OK = UNKNOWN;
766const CURLE_OUT_OF_MEMORY = UNKNOWN;
771const CURLE_PARTIAL_FILE = UNKNOWN;
776const CURLE_READ_ERROR = UNKNOWN;
781const CURLE_RECV_ERROR = UNKNOWN;
786const CURLE_SEND_ERROR = UNKNOWN;
791const CURLE_SHARE_IN_USE = UNKNOWN;
796const CURLE_SSL_CACERT = UNKNOWN;
801const CURLE_SSL_CERTPROBLEM = UNKNOWN;
806const CURLE_SSL_CIPHER = UNKNOWN;
856const CURLE_URL_MALFORMAT = UNKNOWN;
866const CURLE_WRITE_ERROR = UNKNOWN;
867
868/* cURL info constants */
873const CURLINFO_CONNECT_TIME = UNKNOWN;
888const CURLINFO_CONTENT_TYPE = UNKNOWN;
898const CURLINFO_FILETIME = UNKNOWN;
903const CURLINFO_HEADER_OUT = UNKNOWN;
908const CURLINFO_HEADER_SIZE = UNKNOWN;
913const CURLINFO_HTTP_CODE = UNKNOWN;
918const CURLINFO_LASTONE = UNKNOWN;
933const CURLINFO_PRIVATE = UNKNOWN;
948const CURLINFO_REQUEST_SIZE = UNKNOWN;
958const CURLINFO_SIZE_UPLOAD = UNKNOWN;
968const CURLINFO_SPEED_UPLOAD = UNKNOWN;
983const CURLINFO_TOTAL_TIME = UNKNOWN;
984#if LIBCURL_VERSION_NUM >= 0x074800 /* Available since 7.72.0 */
990#endif
991#if LIBCURL_VERSION_NUM >= 0x075400 /* Available since 7.84.0 */
996const CURLINFO_CAPATH = UNKNOWN;
1001const CURLINFO_CAINFO = UNKNOWN;
1002#endif
1003
1004/* Other */
1009const CURLMSG_DONE = UNKNOWN;
1014const CURLVERSION_NOW = UNKNOWN;
1015
1016/* Curl Multi Constants */
1026const CURLM_BAD_HANDLE = UNKNOWN;
1036const CURLM_INTERNAL_ERROR = UNKNOWN;
1041const CURLM_OK = UNKNOWN;
1046const CURLM_OUT_OF_MEMORY = UNKNOWN;
1051const CURLM_ADDED_ALREADY = UNKNOWN;
1052
1053/* Curl proxy constants */
1058const CURLPROXY_HTTP = UNKNOWN;
1063const CURLPROXY_SOCKS4 = UNKNOWN;
1068const CURLPROXY_SOCKS5 = UNKNOWN;
1069
1070/* Curl Share constants */
1075const CURLSHOPT_NONE = UNKNOWN;
1080const CURLSHOPT_SHARE = UNKNOWN;
1085const CURLSHOPT_UNSHARE = UNKNOWN;
1086
1087/* Curl Http Version constants (CURLOPT_HTTP_VERSION) */
1103
1104/* Curl Lock constants */
1114const CURL_LOCK_DATA_DNS = UNKNOWN;
1120
1121/* Curl NETRC constants (CURLOPT_NETRC) */
1126const CURL_NETRC_IGNORED = UNKNOWN;
1131const CURL_NETRC_OPTIONAL = UNKNOWN;
1136const CURL_NETRC_REQUIRED = UNKNOWN;
1137
1138/* Curl SSL Version constants (CURLOPT_SSLVERSION) */
1159
1160/* Curl TIMECOND constants (CURLOPT_TIMECONDITION) */
1180const CURL_TIMECOND_NONE = UNKNOWN;
1181
1182/* Curl version constants */
1192const CURL_VERSION_CONV = UNKNOWN;
1197const CURL_VERSION_DEBUG = UNKNOWN;
1207const CURL_VERSION_IDN = UNKNOWN;
1212const CURL_VERSION_IPV6 = UNKNOWN;
1227const CURL_VERSION_LIBZ = UNKNOWN;
1232const CURL_VERSION_NTLM = UNKNOWN;
1237const CURL_VERSION_SPNEGO = UNKNOWN;
1242const CURL_VERSION_SSL = UNKNOWN;
1247const CURL_VERSION_SSPI = UNKNOWN;
1248
1249/* Available since 7.10.6 */
1254const CURLOPT_HTTPAUTH = UNKNOWN;
1255/* http authentication options */
1260const CURLAUTH_ANY = UNKNOWN;
1265const CURLAUTH_ANYSAFE = UNKNOWN;
1270const CURLAUTH_BASIC = UNKNOWN;
1275const CURLAUTH_DIGEST = UNKNOWN;
1285const CURLAUTH_NONE = UNKNOWN;
1290const CURLAUTH_NTLM = UNKNOWN;
1291
1292/* Available since 7.10.7 */
1307const CURLOPT_PROXYAUTH = UNKNOWN;
1308
1309/* Available since 7.10.8 */
1350const CURLOPT_IPRESOLVE = UNKNOWN;
1355const CURLOPT_MAXFILESIZE = UNKNOWN;
1360const CURL_IPRESOLVE_V4 = UNKNOWN;
1365const CURL_IPRESOLVE_V6 = UNKNOWN;
1371
1372/* Available since 7.11.0 */
1377const CURLE_FTP_SSL_FAILED = UNKNOWN;
1382const CURLFTPSSL_ALL = UNKNOWN;
1387const CURLFTPSSL_CONTROL = UNKNOWN;
1392const CURLFTPSSL_NONE = UNKNOWN;
1397const CURLFTPSSL_TRY = UNKNOWN;
1402const CURLOPT_FTP_SSL = UNKNOWN;
1407const CURLOPT_NETRC_FILE = UNKNOWN;
1408
1409/* Available since 7.11.1 */
1415
1416/* Available since 7.11.2 */
1421const CURLOPT_TCP_NODELAY = UNKNOWN;
1422
1423/* Available since 7.12.2 */
1428const CURLFTPAUTH_DEFAULT = UNKNOWN;
1433const CURLFTPAUTH_SSL = UNKNOWN;
1438const CURLFTPAUTH_TLS = UNKNOWN;
1443const CURLOPT_FTPSSLAUTH = UNKNOWN;
1444
1445/* Available since 7.13.0 */
1450const CURLOPT_FTP_ACCOUNT = UNKNOWN;
1451
1452/* Available since 7.12.2 */
1457const CURLINFO_OS_ERRNO = UNKNOWN;
1458
1459/* Available since 7.12.3 */
1469const CURLINFO_SSL_ENGINES = UNKNOWN;
1470
1471/* Available since 7.14.1 */
1476const CURLINFO_COOKIELIST = UNKNOWN;
1481const CURLOPT_COOKIELIST = UNKNOWN;
1487
1488/* Available since 7.15.0 */
1494
1495/* Available since 7.15.1 */
1501
1502/* Available since 7.15.2 */
1507const CURLOPT_CONNECT_ONLY = UNKNOWN;
1512const CURLOPT_LOCALPORT = UNKNOWN;
1518
1519/* Available since 7.15.3 */
1534const CURLFTPMETHOD_NOCWD = UNKNOWN;
1540
1541/* Available since 7.15.4 */
1547
1548/* Available since 7.15.5 */
1564
1565/* Available since 7.16.0 */
1580const CURLMOPT_PIPELINING = UNKNOWN;
1581
1582/* Available since 7.16.1 */
1587const CURLE_SSH = UNKNOWN;
1592const CURLOPT_FTP_SSL_CCC = UNKNOWN;
1617const CURLFTPSSL_CCC_NONE = UNKNOWN;
1623
1624/* Available since 7.16.2 */
1644const CURLOPT_TIMEOUT_MS = UNKNOWN;
1645
1646/* Available since 7.16.3 */
1651const CURLMOPT_MAXCONNECTS = UNKNOWN;
1652
1653/* Available since 7.16.4 */
1658const CURLOPT_KRBLEVEL = UNKNOWN;
1669
1670/* Available since 7.17.0 */
1675const CURLOPT_APPEND = UNKNOWN;
1680const CURLOPT_DIRLISTONLY = UNKNOWN;
1685const CURLOPT_USE_SSL = UNKNOWN;
1686/* Curl SSL Constants */
1691const CURLUSESSL_ALL = UNKNOWN;
1696const CURLUSESSL_CONTROL = UNKNOWN;
1701const CURLUSESSL_NONE = UNKNOWN;
1706const CURLUSESSL_TRY = UNKNOWN;
1707
1708/* Available since 7.17.1 */
1714
1715/* Available since 7.18.0 */
1725const CURLPAUSE_ALL = UNKNOWN;
1730const CURLPAUSE_CONT = UNKNOWN;
1735const CURLPAUSE_RECV = UNKNOWN;
1740const CURLPAUSE_RECV_CONT = UNKNOWN;
1745const CURLPAUSE_SEND = UNKNOWN;
1750const CURLPAUSE_SEND_CONT = UNKNOWN;
1755const CURL_READFUNC_PAUSE = UNKNOWN;
1760const CURL_WRITEFUNC_PAUSE = UNKNOWN;
1761
1766const CURLPROXY_SOCKS4A = UNKNOWN;
1772
1773/* Available since 7.18.2 */
1779
1780/* Available since 7.19.0 */
1790const CURLINFO_PRIMARY_IP = UNKNOWN;
1791
1801const CURLOPT_CRLFILE = UNKNOWN;
1806const CURLOPT_ISSUERCERT = UNKNOWN;
1811const CURLOPT_KEYPASSWD = UNKNOWN;
1812
1817const CURLSSH_AUTH_ANY = UNKNOWN;
1822const CURLSSH_AUTH_DEFAULT = UNKNOWN;
1827const CURLSSH_AUTH_HOST = UNKNOWN;
1837const CURLSSH_AUTH_NONE = UNKNOWN;
1848
1849/* Available since 7.19.1 */
1854const CURLINFO_CERTINFO = UNKNOWN;
1859const CURLOPT_CERTINFO = UNKNOWN;
1864const CURLOPT_PASSWORD = UNKNOWN;
1869const CURLOPT_POSTREDIR = UNKNOWN;
1884const CURLOPT_USERNAME = UNKNOWN;
1889const CURL_REDIR_POST_301 = UNKNOWN;
1894const CURL_REDIR_POST_302 = UNKNOWN;
1899const CURL_REDIR_POST_ALL = UNKNOWN;
1900
1901/* Available since 7.19.3 */
1906const CURLAUTH_DIGEST_IE = UNKNOWN;
1907
1908/* Available since 7.19.4 */
1914
1919const CURLOPT_NOPROXY = UNKNOWN;
1924const CURLOPT_PROTOCOLS = UNKNOWN;
1944const CURLOPT_TFTP_BLKSIZE = UNKNOWN;
1945
1950const CURLPROTO_ALL = UNKNOWN;
1955const CURLPROTO_DICT = UNKNOWN;
1960const CURLPROTO_FILE = UNKNOWN;
1965const CURLPROTO_FTP = UNKNOWN;
1970const CURLPROTO_FTPS = UNKNOWN;
1975const CURLPROTO_HTTP = UNKNOWN;
1980const CURLPROTO_HTTPS = UNKNOWN;
1985const CURLPROTO_LDAP = UNKNOWN;
1990const CURLPROTO_LDAPS = UNKNOWN;
1995const CURLPROTO_SCP = UNKNOWN;
2000const CURLPROTO_SFTP = UNKNOWN;
2005const CURLPROTO_TELNET = UNKNOWN;
2010const CURLPROTO_TFTP = UNKNOWN;
2011
2016const CURLPROXY_HTTP_1_0 = UNKNOWN;
2017
2022const CURLFTP_CREATE_DIR = UNKNOWN;
2033
2034/* Available since 7.19.6 */
2049const CURLKHMATCH_OK = UNKNOWN;
2054const CURLKHMATCH_MISMATCH = UNKNOWN;
2059const CURLKHMATCH_MISSING = UNKNOWN;
2064const CURLKHMATCH_LAST = UNKNOWN;
2065
2066/* Available since 7.20.0 */
2091const CURLOPT_FTP_USE_PRET = UNKNOWN;
2096const CURLOPT_MAIL_FROM = UNKNOWN;
2101const CURLOPT_MAIL_RCPT = UNKNOWN;
2111const CURLOPT_RTSP_REQUEST = UNKNOWN;
2136const CURLPROTO_IMAP = UNKNOWN;
2141const CURLPROTO_IMAPS = UNKNOWN;
2146const CURLPROTO_POP3 = UNKNOWN;
2151const CURLPROTO_POP3S = UNKNOWN;
2156const CURLPROTO_RTSP = UNKNOWN;
2161const CURLPROTO_SMTP = UNKNOWN;
2166const CURLPROTO_SMTPS = UNKNOWN;
2186const CURL_RTSPREQ_OPTIONS = UNKNOWN;
2191const CURL_RTSPREQ_PAUSE = UNKNOWN;
2196const CURL_RTSPREQ_PLAY = UNKNOWN;
2201const CURL_RTSPREQ_RECEIVE = UNKNOWN;
2206const CURL_RTSPREQ_RECORD = UNKNOWN;
2216const CURL_RTSPREQ_SETUP = UNKNOWN;
2222
2223/* Available since 7.21.0 */
2228const CURLINFO_LOCAL_IP = UNKNOWN;
2233const CURLINFO_LOCAL_PORT = UNKNOWN;
2253const CURLPROTO_RTMP = UNKNOWN;
2258const CURLPROTO_RTMPE = UNKNOWN;
2263const CURLPROTO_RTMPS = UNKNOWN;
2268const CURLPROTO_RTMPT = UNKNOWN;
2273const CURLPROTO_RTMPTE = UNKNOWN;
2278const CURLPROTO_RTMPTS = UNKNOWN;
2294
2295/* Available since 7.21.2 */
2300const CURLPROTO_GOPHER = UNKNOWN;
2301
2302/* Available since 7.21.3 */
2307const CURLAUTH_ONLY = UNKNOWN;
2312const CURLOPT_RESOLVE = UNKNOWN;
2313
2314/* Available since 7.21.4 */
2324const CURLOPT_TLSAUTH_TYPE = UNKNOWN;
2334const CURL_TLSAUTH_SRP = UNKNOWN;
2340
2341/* Available since 7.21.6 */
2352
2353/* Available since 7.22.0 */
2358const CURLAUTH_NTLM_WB = UNKNOWN;
2378const CURL_VERSION_NTLM_WB = UNKNOWN;
2379
2380/* Available since 7.24.0 */
2390const CURLOPT_DNS_SERVERS = UNKNOWN;
2391
2392/* Available since 7.25.0 */
2397const CURLOPT_MAIL_AUTH = UNKNOWN;
2402const CURLOPT_SSL_OPTIONS = UNKNOWN;
2412const CURLOPT_TCP_KEEPIDLE = UNKNOWN;
2423
2424/* Available since 7.25.1 */
2429const CURL_REDIR_POST_303 = UNKNOWN;
2430
2431/* Available since 7.28.0 */
2436const CURLSSH_AUTH_AGENT = UNKNOWN;
2437
2463
2468const CURLOPT_SASL_IR = UNKNOWN;
2469
2490
2500const CURL_VERSION_HTTP2 = UNKNOWN;
2501
2507
2523
2539
2544const CURLHEADER_SEPARATE = UNKNOWN;
2549const CURLHEADER_UNIFIED = UNKNOWN;
2554const CURLOPT_HEADEROPT = UNKNOWN;
2559const CURLOPT_PROXYHEADER = UNKNOWN;
2560
2565const CURLAUTH_NEGOTIATE = UNKNOWN;
2570const CURL_VERSION_GSSAPI = UNKNOWN;
2571
2577
2587const CURLPROTO_SMB = UNKNOWN;
2592const CURLPROTO_SMBS = UNKNOWN;
2603
2609
2614const CURLOPT_PATH_AS_IS = UNKNOWN;
2620
2625const CURL_HTTP_VERSION_2 = UNKNOWN;
2626
2631const CURLOPT_PIPEWAIT = UNKNOWN;
2641const CURLOPT_SERVICE_NAME = UNKNOWN;
2642
2647const CURLPIPE_NOTHING = UNKNOWN;
2652const CURLPIPE_HTTP1 = UNKNOWN;
2657const CURLPIPE_MULTIPLEX = UNKNOWN;
2658
2663const CURLSSLOPT_NO_REVOKE = UNKNOWN;
2664
2670
2685const CURL_PUSH_OK = UNKNOWN;
2690const CURL_PUSH_DENY = UNKNOWN;
2691
2701const CURL_VERSION_PSL = UNKNOWN;
2702
2708
2718const CURLOPT_CONNECT_TO = UNKNOWN;
2723const CURLOPT_TCP_FASTOPEN = UNKNOWN;
2724
2730
2741
2756const CURLINFO_PROTOCOL = UNKNOWN;
2766const CURLINFO_SCHEME = UNKNOWN;
2771const CURLOPT_PRE_PROXY = UNKNOWN;
2776const CURLOPT_PROXY_CAINFO = UNKNOWN;
2781const CURLOPT_PROXY_CAPATH = UNKNOWN;
2831const CURLOPT_PROXY_SSLKEY = UNKNOWN;
2861const CURLPROXY_HTTPS = UNKNOWN;
2862
2867const CURL_MAX_READ_SIZE = UNKNOWN;
2873
2909
2914const CURLAUTH_GSSAPI = UNKNOWN;
2915
2955const CURLOPT_SOCKS5_AUTH = UNKNOWN;
2956
2967
2972const CURL_VERSION_BROTLI = UNKNOWN;
2978
2983const CURLSSH_AUTH_GSSAPI = UNKNOWN;
2984
2989const CURLINFO_FILETIME_T = UNKNOWN;
3000
3011
3016const CURL_LOCK_DATA_PSL = UNKNOWN;
3021const CURLAUTH_BEARER = UNKNOWN;
3057#if LIBCURL_VERSION_NUM >= 0x080a00 /* Available since 8.10.0 */
3063#endif
3079
3080#if LIBCURL_VERSION_NUM >= 0x073E00 /* Available since 7.62.0 */
3085const CURLOPT_DOH_URL = UNKNOWN;
3096#endif
3097
3098#if LIBCURL_VERSION_NUM >= 0x074000 /* Available since 7.64.0 */
3104#endif
3105
3106#if LIBCURL_VERSION_NUM >= 0x074001 /* Available since 7.64.1 */
3111const CURLALTSVC_H1 = UNKNOWN;
3116const CURLALTSVC_H2 = UNKNOWN;
3121const CURLALTSVC_H3 = UNKNOWN;
3131const CURLOPT_ALTSVC = UNKNOWN;
3136const CURLOPT_ALTSVC_CTRL = UNKNOWN;
3141const CURL_VERSION_ALTSVC = UNKNOWN;
3142#endif
3143
3144#if LIBCURL_VERSION_NUM >= 0x074100 /* Available since 7.65.0 */
3149const CURLOPT_MAXAGE_CONN = UNKNOWN;
3150#endif
3151
3152#if LIBCURL_VERSION_NUM >= 0x074200 /* Available since 7.66.0 */
3157const CURLOPT_SASL_AUTHZID = UNKNOWN;
3162const CURL_VERSION_HTTP3 = UNKNOWN;
3167const CURLINFO_RETRY_AFTER = UNKNOWN;
3172const CURL_HTTP_VERSION_3 = UNKNOWN;
3173#endif
3174
3175#if LIBCURL_VERSION_NUM >= 0x074300 /* Available since 7.67.0 */
3181#endif
3182
3183#if LIBCURL_VERSION_NUM >= 0x074400 /* Available since 7.68.0 */
3189#endif
3190
3191#if LIBCURL_VERSION_NUM >= 0x074500 /* Available since 7.69.0 */
3197#endif
3198
3199#if LIBCURL_VERSION_NUM >= 0x074600 /* Available since 7.70.0 */
3205#endif
3206
3207#if LIBCURL_VERSION_NUM >= 0x074700 /* Available since 7.71.0 */
3237const CURLOPT_SSLCERT_BLOB = UNKNOWN;
3242const CURLOPT_SSLKEY_BLOB = UNKNOWN;
3243
3248const CURLPROTO_MQTT = UNKNOWN;
3249
3254const CURLSSLOPT_NATIVE_CA = UNKNOWN;
3255#endif
3256
3257#if LIBCURL_VERSION_NUM >= 0x074800 /* Available since 7.72.0 */
3262const CURL_VERSION_UNICODE = UNKNOWN;
3267const CURL_VERSION_ZSTD = UNKNOWN;
3268#endif
3269
3270#if LIBCURL_VERSION_NUM >= 0x074900 /* Available since 7.73.0 */
3275const CURLE_PROXY = UNKNOWN;
3280const CURLINFO_PROXY_ERROR = UNKNOWN;
3295const CURLPX_BAD_VERSION = UNKNOWN;
3300const CURLPX_CLOSED = UNKNOWN;
3305const CURLPX_GSSAPI = UNKNOWN;
3310const CURLPX_GSSAPI_PERMSG = UNKNOWN;
3320const CURLPX_IDENTD = UNKNOWN;
3325const CURLPX_IDENTD_DIFFER = UNKNOWN;
3330const CURLPX_LONG_HOSTNAME = UNKNOWN;
3335const CURLPX_LONG_PASSWD = UNKNOWN;
3340const CURLPX_LONG_USER = UNKNOWN;
3345const CURLPX_NO_AUTH = UNKNOWN;
3350const CURLPX_OK = UNKNOWN;
3355const CURLPX_RECV_ADDRESS = UNKNOWN;
3360const CURLPX_RECV_AUTH = UNKNOWN;
3365const CURLPX_RECV_CONNECT = UNKNOWN;
3370const CURLPX_RECV_REQACK = UNKNOWN;
3425const CURLPX_RESOLVE_HOST = UNKNOWN;
3430const CURLPX_SEND_AUTH = UNKNOWN;
3435const CURLPX_SEND_CONNECT = UNKNOWN;
3440const CURLPX_SEND_REQUEST = UNKNOWN;
3445const CURLPX_UNKNOWN_FAIL = UNKNOWN;
3450const CURLPX_UNKNOWN_MODE = UNKNOWN;
3455const CURLPX_USER_REJECTED = UNKNOWN;
3456#endif
3457
3458#if LIBCURL_VERSION_NUM >= 0x074a00 /* Available since 7.74.0 */
3463const CURLHSTS_ENABLE = UNKNOWN;
3473const CURLOPT_HSTS = UNKNOWN;
3478const CURLOPT_HSTS_CTRL = UNKNOWN;
3483const CURL_VERSION_HSTS = UNKNOWN;
3484#endif
3485
3486#if LIBCURL_VERSION_NUM >= 0x074b00 /* Available since 7.75.0 */
3491const CURLAUTH_AWS_SIGV4 = UNKNOWN;
3496const CURLOPT_AWS_SIGV4 = UNKNOWN;
3497#endif
3498
3499#if LIBCURL_VERSION_NUM >= 0x074c00 /* Available since 7.76.0 */
3504const CURLINFO_REFERER = UNKNOWN;
3524const CURL_VERSION_GSASL = UNKNOWN;
3525#endif
3526
3527#if LIBCURL_VERSION_NUM >= 0x074d00 /* Available since 7.77.0 */
3532const CURLOPT_CAINFO_BLOB = UNKNOWN;
3543#endif
3544
3545#if LIBCURL_VERSION_NUM >= 0x075000 /* Available since 7.80.0 */
3565const CURL_PREREQFUNC_OK = UNKNOWN;
3571#endif
3572
3573#if LIBCURL_VERSION_NUM >= 0x075100 /* Available since 7.81.0 */
3578const CURLOPT_MIME_OPTIONS = UNKNOWN;
3584#endif
3585
3586#if LIBCURL_VERSION_NUM >= 0x075400 /* Available since 7.84.0 */
3592#endif
3593
3594#if LIBCURL_VERSION_NUM >= 0x075500 /* Available since 7.85.0 */
3605#endif
3606
3607#if LIBCURL_VERSION_NUM >= 0x075600 /* Available since 7.86.0 */
3612const CURLOPT_WS_OPTIONS = UNKNOWN;
3617const CURLWS_RAW_MODE = UNKNOWN;
3618#endif
3619
3620#if LIBCURL_VERSION_NUM >= 0x075700 /* Available since 7.87.0 */
3630const CURLOPT_QUICK_EXIT = UNKNOWN;
3631#endif
3632
3633#if LIBCURL_VERSION_NUM >= 0x075800 /* Available since 7.88.0 */
3639#endif
3640
3645const CURLOPT_SAFE_UPLOAD = UNKNOWN;
3646
3651final class CurlHandle
3652{
3653}
3654
3660{
3661}
3662
3668{
3669}
3670
3671function curl_close(CurlHandle $handle): void {}
3672
3675
3677
3679function curl_error(CurlHandle $handle): string {}
3680
3682function curl_escape(CurlHandle $handle, string $string): string|false {}
3683
3685function curl_unescape(CurlHandle $handle, string $string): string|false {}
3686
3687function curl_multi_setopt(CurlMultiHandle $multi_handle, int $option, mixed $value): bool {}
3688
3689function curl_exec(CurlHandle $handle): string|bool {}
3690
3692function curl_file_create(string $filename, ?string $mime_type = null, ?string $posted_filename = null): CURLFile {}
3693
3694function curl_getinfo(CurlHandle $handle, ?int $option = null): mixed {}
3695
3697function curl_init(?string $url = null): CurlHandle|false {}
3698
3699#if LIBCURL_VERSION_NUM >= 0x073E00 /* Available since 7.62.0 */
3701#endif
3702
3704
3706
3708
3710function curl_multi_exec(CurlMultiHandle $multi_handle, &$still_running): int {}
3711
3713
3719function curl_multi_info_read(CurlMultiHandle $multi_handle, &$queued_messages = null): array|false {}
3720
3723
3725
3726function curl_multi_select(CurlMultiHandle $multi_handle, float $timeout = 1.0): int {}
3727
3729function curl_multi_strerror(int $error_code): ?string {}
3730
3731function curl_pause(CurlHandle $handle, int $flags): int {}
3732
3734
3736
3737function curl_setopt(CurlHandle $handle, int $option, mixed $value): bool {}
3738
3740
3742
3745
3746function curl_share_setopt(CurlShareHandle $share_handle, int $option, mixed $value): bool {}
3747
3749function curl_share_strerror(int $error_code): ?string {}
3750
3752function curl_strerror(int $error_code): ?string {}
3753
3758function curl_version(): array|false {}
$filename
Definition create.php:9
const CURLOPT_RESUME_FROM
const CURLINFO_STARTTRANSFER_TIME_T
const CURLOPT_EXPECT_100_TIMEOUT_MS
const CURLPX_RECV_CONNECT
const CURLOPT_SSL_VERIFYPEER
const CURLOPT_SSLCERTTYPE
const CURL_TLSAUTH_SRP
curl_strerror(int $error_code)
const CURLINFO_RTSP_CLIENT_CSEQ
const CURLE_FILESIZE_EXCEEDED
const CURLOPT_MAIL_RCPT
const CURL_LOCK_DATA_PSL
const CURLE_FTP_CANT_RECONNECT
const CURLOPT_REDIR_PROTOCOLS
const CURLINFO_FTP_ENTRY_PATH
const CURLSSH_AUTH_GSSAPI
const CURLOPT_PROXY_SERVICE_NAME
const CURLE_FILE_COULDNT_READ_FILE
curl_setopt_array(CurlHandle $handle, array $options)
const CURLFTPSSL_ALL
const CURLPROTO_RTMPTS
const CURLE_FTP_BAD_DOWNLOAD_RESUME
const CURLOPT_SSL_ENABLE_NPN
const CURLINFO_SIZE_DOWNLOAD_T
const CURLINFO_SSL_VERIFYRESULT
const CURLPROTO_POP3
const CURL_TIMECOND_IFUNMODSINCE
const CURLOPT_SSL_ENABLE_ALPN
const CURLE_BAD_CALLING_ORDER
const CURLPX_REPLY_HOST_UNREACHABLE
const CURLOPT_READDATA
const CURLPX_GSSAPI
const CURLPROTO_LDAPS
const CURL_IPRESOLVE_V6
const CURLINFO_RTSP_SERVER_CSEQ
const CURLOPT_ISSUERCERT_BLOB
const CURLOPT_CAPATH
Definition curl.stub.php:34
const CURLOPT_COOKIE
Definition curl.stub.php:44
const CURLSSLOPT_NATIVE_CA
const CURLOPT_LOW_SPEED_TIME
const CURLE_URL_MALFORMAT_USER
const CURLINFO_TOTAL_TIME
const CURLE_FTP_QUOTE_ERROR
const CURL_WRITEFUNC_PAUSE
const CURLOPT_TFTP_NO_OPTIONS
const CURLPROXY_SOCKS5_HOSTNAME
const CURLOPT_DNS_INTERFACE
const CURLOPT_PORT
const CURLINFO_DATA_OUT
const CURLOPT_HTTPPROXYTUNNEL
const CURLOPT_TLSAUTH_PASSWORD
const CURLOPT_SSH_HOST_PUBLIC_KEY_MD5
const CURLPROTO_RTMPTE
const CURLINFO_HTTPAUTH_AVAIL
const CURLINFO_CONNECT_TIME
curl_multi_select(CurlMultiHandle $multi_handle, float $timeout=1.0)
const CURLOPT_MAXREDIRS
const CURL_TIMECOND_IFMODSINCE
const CURLINFO_HEADER_OUT
const CURLE_RECV_ERROR
const CURLAUTH_DIGEST
const CURLINFO_FILETIME
const CURLOPT_FTPAPPEND
const CURLOPT_PROXYUSERNAME
const CURLOPT_KRB4LEVEL
const CURLMOPT_MAXCONNECTS
const CURLOPT_PROTOCOLS_STR
const CURLMOPT_PUSHFUNCTION
const CURLINFO_PROXY_SSL_VERIFYRESULT
const CURLOPT_XFERINFOFUNCTION
const CURL_VERSION_LIBZ
const CURLM_CALL_MULTI_PERFORM
const CURL_IPRESOLVE_V4
const CURLAUTH_NTLM_WB
const CURLOPT_PROXY_CAPATH
const CURLOPT_PROXY_ISSUERCERT
const CURLPX_USER_REJECTED
const CURLOPT_REFERER
const CURL_REDIR_POST_301
const CURLE_BAD_PASSWORD_ENTERED
const CURL_READFUNC_PAUSE
const CURLHEADER_UNIFIED
const CURLINFO_HTTP_CODE
const CURL_RTSPREQ_DESCRIBE
const CURLINFO_LOCAL_IP
const CURL_TIMECOND_NONE
curl_errno(CurlHandle $handle)
const CURLPX_REPLY_GENERAL_SERVER_FAILURE
const CURLOPT_DNS_LOCAL_IP6
const CURLPX_BAD_ADDRESS_TYPE
const CURLMOPT_MAX_PIPELINE_LENGTH
const CURLPX_SEND_REQUEST
const CURLINFO_CONTENT_LENGTH_UPLOAD
const CURL_HTTP_VERSION_1_0
const CURLPROTO_IMAP
const CURLINFO_RESPONSE_CODE
const CURLINFO_CONDITION_UNMET
const CURLE_HTTP_RETURNED_ERROR
const CURLOPT_PROXY_SSLCERT
curl_upkeep(CurlHandle $handle)
const CURLOPT_PREREQFUNCTION
const CURL_VERSION_GSSAPI
const CURLOPT_UPKEEP_INTERVAL_MS
const CURLINFO_FILETIME_T
const CURLOPT_TRANSFER_ENCODING
const CURLE_SEND_ERROR
const CURLSSH_AUTH_AGENT
const CURLOPT_SSH_PUBLIC_KEYFILE
const CURL_PREREQFUNC_OK
const CURL_FNMATCHFUNC_NOMATCH
const CURLOPT_PROXY_SSLCERTTYPE
const CURLOPT_SUPPRESS_CONNECT_HEADERS
const CURLOPT_DNS_SERVERS
curl_unescape(CurlHandle $handle, string $string)
const CURLINFO_POSTTRANSFER_TIME_T
const CURLINFO_PRIMARY_PORT
const CURLOPT_BUFFERSIZE
Definition curl.stub.php:24
const CURLPROTO_RTSP
const CURLOPT_PROXY_TLSAUTH_TYPE
const CURL_RTSPREQ_OPTIONS
const CURLOPT_KEEP_SENDING_ON_ERROR
const CURLOPT_MAX_RECV_SPEED_LARGE
const CURLPROTO_TFTP
const CURLOPT_UPLOAD
const CURLSSH_AUTH_PASSWORD
const CURLOPT_CAINFO
Definition curl.stub.php:29
const CURLINFO_EFFECTIVE_METHOD
const CURLPX_LONG_HOSTNAME
const CURLALTSVC_H3
const CURLE_FTP_WEIRD_PASS_REPLY
const CURLOPT_PROXYUSERPWD
const CURLOPT_CONNECTTIMEOUT_MS
const CURLOPT_PIPEWAIT
const CURLMSG_DONE
const CURLINFO_HTTP_CONNECTCODE
const CURLE_WRITE_ERROR
const CURLOPT_FILE
const CURLINFO_HEADER_IN
const CURLOPT_FTPPORT
const CURLOPT_IPRESOLVE
const CURLOPT_PROGRESSFUNCTION
const CURLSSLOPT_ALLOW_BEAST
const CURLINFO_PRIMARY_IP
const CURLOPT_SSLVERSION
const CURLE_FTP_COULDNT_RETR_FILE
const CURLKHMATCH_OK
const CURL_VERSION_ALTSVC
const CURLINFO_DATA_IN
const CURLGSSAPI_DELEGATION_POLICY_FLAG
const CURL_SSLVERSION_TLSv1_1
const CURLPX_REPLY_UNASSIGNED
curl_copy_handle(CurlHandle $handle)
const CURLOPT_TLSAUTH_USERNAME
const CURLOPT_DNS_USE_GLOBAL_CACHE
Definition curl.stub.php:79
const CURLAUTH_BASIC
const CURL_HTTP_VERSION_1_1
const CURL_SSLVERSION_MAX_DEFAULT
const CURL_SSLVERSION_MAX_TLSv1_2
const CURLOPT_PROXY_SSL_CIPHER_LIST
const CURLM_ADDED_ALREADY
const CURLPROXY_SOCKS4A
const CURLOPT_CRLFILE
const CURLOPT_ACCEPTTIMEOUT_MS
const CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256
const CURLOPT_SOCKS5_GSSAPI_SERVICE
const CURLINFO_PRIVATE
const CURLOPT_POSTREDIR
const CURLOPT_MAXFILESIZE
const CURL_PUSH_DENY
const CURLAUTH_BEARER
const CURLE_FTP_COULDNT_STOR_FILE
const CURLPX_IDENTD
const CURL_SSLVERSION_MAX_TLSv1_3
const CURLINFO_HTTP_VERSION
const CURL_REDIR_POST_302
const CURLINFO_CAINFO
const CURLPX_RESOLVE_HOST
curl_share_init()
const CURLOPT_TELNETOPTIONS
const CURLOPT_PROXY_TRANSFER_MODE
const CURLOPT_FTP_USE_EPSV
const CURL_HTTP_VERSION_3ONLY
const CURLINFO_CERTINFO
const CURLINFO_SPEED_UPLOAD_T
const CURLPIPE_NOTHING
const CURLOPT_TIMEVALUE_LARGE
const CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE
const CURLE_HTTP_PORT_FAILED
const CURL_VERSION_NTLM
const CURLPROXY_HTTP
const CURL_REDIR_POST_303
const CURLSSLOPT_REVOKE_BEST_EFFORT
curl_reset(CurlHandle $handle)
const CURLOPT_KRBLEVEL
const CURLOPT_SERVER_RESPONSE_TIMEOUT
const CURL_VERSION_TLSAUTH_SRP
const CURLOPT_SSL_SESSIONID_CACHE
const CURLFTPAUTH_DEFAULT
const CURL_VERSION_UNICODE
const CURLOPT_IGNORE_CONTENT_LENGTH
const CURLE_READ_ERROR
const CURLE_WEIRD_SERVER_REPLY
const CURLOPT_PROXY_CAINFO
const CURL_PUSH_OK
const CURLOPT_DIRLISTONLY
curl_multi_setopt(CurlMultiHandle $multi_handle, int $option, mixed $value)
const CURLPX_UNKNOWN_FAIL
const CURL_RTSPREQ_SETUP
const CURLOPT_HAPROXYPROTOCOL
const CURLINFO_SIZE_UPLOAD
const CURLE_FTP_PARTIAL_FILE
const CURLOPT_LOGIN_OPTIONS
const CURLE_OUT_OF_MEMORY
const CURLE_SSL_CERTPROBLEM
const CURL_VERSION_IPV6
const CURLE_FTP_ACCESS_DENIED
const CURLPIPE_HTTP1
const CURLOPT_FILETIME
curl_multi_exec(CurlMultiHandle $multi_handle, &$still_running)
const CURLM_INTERNAL_ERROR
const CURL_FNMATCHFUNC_FAIL
const CURLINFO_SIZE_DOWNLOAD
const CURLAUTH_ANY
curl_share_errno(CurlShareHandle $share_handle)
const CURLOPT_HTTPAUTH
const CURL_VERSION_LARGEFILE
const CURLOPT_TCP_FASTOPEN
const CURLPROTO_RTMPT
const CURLPROTO_RTMPE
const CURLINFO_PRETRANSFER_TIME
const CURLM_OK
const CURLPROTO_FILE
const CURLOPT_QUOTE
const CURLAUTH_NTLM
const CURLOPT_RESOLVE
const CURL_VERSION_BROTLI
const CURL_HTTP_VERSION_2
const CURLKHMATCH_MISMATCH
const CURLINFO_STARTTRANSFER_TIME
const CURLOPT_NOBODY
const CURLE_SHARE_IN_USE
const CURLPX_SEND_AUTH
curl_getinfo(CurlHandle $handle, ?int $option=null)
const CURL_VERSION_UNIX_SOCKETS
const CURLALTSVC_H2
const CURLOPT_USERNAME
const CURL_RTSPREQ_RECEIVE
const CURLOPT_CUSTOMREQUEST
Definition curl.stub.php:69
const CURL_VERSION_HSTS
curl_setopt(CurlHandle $handle, int $option, mixed $value)
const CURL_SSLVERSION_TLSv1_2
const CURL_RTSPREQ_PLAY
const CURLPROTO_RTMPS
const CURLOPT_PROXY_TLS13_CIPHERS
const CURLOPT_READFUNCTION
const CURLOPT_SSH_AUTH_TYPES
curl_share_setopt(CurlShareHandle $share_handle, int $option, mixed $value)
const CURLAUTH_ANYSAFE
const CURLAUTH_GSSAPI
const CURLOPT_VERBOSE
const CURL_VERSION_PSL
const CURL_SSLVERSION_SSLv3
const CURLFTP_CREATE_DIR_RETRY
const CURLINFO_REDIRECT_URL
const CURLE_COULDNT_RESOLVE_HOST
const CURLOPT_PREQUOTE
const CURLPROXY_SOCKS4
const CURL_RTSPREQ_GET_PARAMETER
const CURLPAUSE_RECV_CONT
const CURLAUTH_NONE
const CURLOPT_MAXCONNECTS
const CURLOPT_DEBUGFUNCTION
curl_error(CurlHandle $handle)
const CURLOPT_PROXY_PINNEDPUBLICKEY
const CURLE_BAD_DOWNLOAD_RESUME
const CURL_VERSION_SSL
const CURLE_FTP_PORT_FAILED
const CURLOPT_COOKIESESSION
Definition curl.stub.php:59
const CURLOPT_DNS_SHUFFLE_ADDRESSES
curl_multi_close(CurlMultiHandle $multi_handle)
const CURLOPT_LOW_SPEED_LIMIT
const CURLE_SSH
const CURLINFO_TEXT
const CURLPX_CLOSED
const CURLOPT_TIMEOUT
const CURLOPT_SOCKS5_AUTH
const CURLINFO_COOKIELIST
const CURLFTPSSL_CCC_PASSIVE
const CURLGSSAPI_DELEGATION_FLAG
const CURLOPT_SSL_OPTIONS
const CURLFTPMETHOD_MULTICWD
const CURLOPT_PROXY_SSLKEY
const CURLE_FTP_USER_PASSWORD_INCORRECT
const CURLPROXY_HTTPS
const CURLOPT_NOPROXY
const CURLE_SSL_CONNECT_ERROR
const CURL_NETRC_REQUIRED
const CURLFTPSSL_CCC_NONE
const CURLOPT_HTTPHEADER
curl_init(?string $url=null)
const CURLOPT_PROXY
const CURLOPT_DOH_SSL_VERIFYHOST
const CURL_RTSPREQ_SET_PARAMETER
const CURLPROTO_HTTP
const CURLE_OPERATION_TIMEOUTED
const CURLOPT_SSLKEY_BLOB
const CURL_REDIR_POST_ALL
const CURL_SSLVERSION_MAX_TLSv1_0
const CURLSSLOPT_AUTO_CLIENT_CERT
const CURLINFO_NUM_CONNECTS
const CURLE_COULDNT_CONNECT
const CURLOPT_PRE_PROXY
const CURLFTPSSL_TRY
curl_close(CurlHandle $handle)
const CURLOPT_SASL_AUTHZID
const CURLOPT_WRITEHEADER
const CURLOPT_TRANSFERTEXT
const CURLSSLOPT_NO_PARTIALCHAIN
const CURLHEADER_SEPARATE
const CURLOPT_HTTP_CONTENT_DECODING
const CURLE_FTP_COULDNT_USE_REST
const CURLOPT_FTP_SSL
const CURLOPT_PROXY_SSL_OPTIONS
const CURLE_SSL_ENGINE_NOTFOUND
const CURLOPT_CAINFO_BLOB
const CURLOPT_TCP_KEEPINTVL
const CURL_VERSION_KERBEROS5
const CURL_LOCK_DATA_SSL_SESSION
const CURL_RTSPREQ_TEARDOWN
const CURLOPT_KEYPASSWD
const CURLINFO_APPCONNECT_TIME_T
const CURLOPT_GSSAPI_DELEGATION
const CURLOPT_SSLKEY
const CURLFTPSSL_CONTROL
const CURL_SSLVERSION_TLSv1_3
const CURLOPT_ALTSVC
const CURLPROTO_POP3S
const CURLPX_SEND_CONNECT
curl_share_strerror(int $error_code)
const CURLINFO_RETRY_AFTER
const CURLOPT_MAXFILESIZE_LARGE
const CURLOPT_FTP_USE_EPRT
const CURLE_HTTP_POST_ERROR
const CURLUSESSL_CONTROL
const CURLOPT_CA_CACHE_TIMEOUT
const CURLOPT_CERTINFO
const CURLOPT_PROXY_SSLKEY_BLOB
const CURLOPT_DOH_SSL_VERIFYPEER
const CURLOPT_ALTSVC_CTRL
const CURLOPT_POST
const CURLFTPMETHOD_DEFAULT
const CURLOPT_LOCALPORTRANGE
const CURL_VERSION_NTLM_WB
const CURLM_BAD_HANDLE
const CURLPAUSE_CONT
const CURLOPT_USERAGENT
const CURLOPT_HTTP200ALIASES
const CURLFTPAUTH_TLS
const CURLPX_NO_AUTH
const CURLOPT_INFILE
const CURL_SSLVERSION_MAX_TLSv1_1
const CURLOPT_PROXY_TLSAUTH_USERNAME
const CURLOPT_UNIX_SOCKET_PATH
const CURLOPT_COOKIELIST
const CURLOPT_APPEND
const CURL_NETRC_OPTIONAL
const CURLOPT_MAIL_FROM
curl_file_create(string $filename, ?string $mime_type=null, ?string $posted_filename=null)
const CURL_RTSPREQ_RECORD
const CURLSSH_AUTH_HOST
const CURLAUTH_NEGOTIATE
const CURLOPT_NOSIGNAL
const CURLOPT_FTP_CREATE_MISSING_DIRS
const CURLPROTO_HTTPS
const CURLE_SSL_CACERT
const CURLSSH_AUTH_PUBLICKEY
const CURL_SSLVERSION_TLSv1_0
const CURLINFO_EFFECTIVE_URL
const CURLPX_REPLY_ADDRESS_TYPE_NOT_SUPPORTED
const CURLOPT_TCP_KEEPIDLE
const CURLM_OUT_OF_MEMORY
const CURLPAUSE_RECV
const CURL_LOCK_DATA_COOKIE
const CURLOPT_COOKIEJAR
Definition curl.stub.php:54
curl_multi_errno(CurlMultiHandle $multi_handle)
const CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS
const CURLPX_RECV_AUTH
const CURLOPT_TLSAUTH_TYPE
const CURLPX_REPLY_NOT_ALLOWED
const CURLE_ABORTED_BY_CALLBACK
const CURLMIMEOPT_FORMESCAPE
const CURLINFO_NAMELOOKUP_TIME_T
const CURLOPT_SSL_FALSESTART
const CURLOPT_DNS_CACHE_TIMEOUT
Definition curl.stub.php:74
const CURLOPT_SSLKEYPASSWD
const CURL_RTSPREQ_PAUSE
const CURLOPT_MAXLIFETIME_CONN
const CURL_VERSION_MULTI_SSL
curl_multi_strerror(int $error_code)
const CURLOPT_PROXY_SSLVERSION
const CURLE_FTP_WEIRD_PASV_REPLY
const CURLPROTO_SMB
const CURLOPT_SSLCERTPASSWD
const CURLOPT_HSTS
const CURLOPT_RTSP_STREAM_URI
const CURLOPT_RTSP_CLIENT_CSEQ
const CURLOPT_HEADER
const CURLE_FTP_COULDNT_SET_BINARY
const CURL_SSLVERSION_SSLv2
const CURLOPT_HTTP_TRANSFER_DECODING
const CURLINFO_SCHEME
const CURLOPT_HEADERFUNCTION
const CURLHSTS_READONLYFILE
const CURL_VERSION_SPNEGO
const CURLPX_BAD_VERSION
const CURLINFO_SPEED_DOWNLOAD
const CURLPX_LONG_USER
const CURLOPT_FTP_SSL_CCC
const CURL_HTTP_VERSION_2_0
const CURLOPT_REDIR_PROTOCOLS_STR
const CURLOPT_TIMECONDITION
const CURLOPT_SSH_PRIVATE_KEYFILE
const CURLPX_RECV_REQACK
const CURLOPT_PROXYTYPE
const CURLSSH_AUTH_NONE
const CURLMOPT_MAX_TOTAL_CONNECTIONS
const CURLOPT_SSLENGINE_DEFAULT
const CURL_VERSION_SSPI
const CURLINFO_SSL_ENGINES
const CURLALTSVC_READONLYFILE
const CURLOPT_FTP_FILEMETHOD
const CURLINFO_PROXY_ERROR
const CURLPROTO_IMAPS
const CURLFTP_CREATE_DIR_NONE
const CURLE_LDAP_CANNOT_BIND
const CURLOPT_SSL_CIPHER_LIST
const CURL_VERSION_ZSTD
const CURLPROTO_FTPS
const CURLOPT_QUICK_EXIT
const CURLE_FAILED_INIT
const CURLMOPT_MAX_CONCURRENT_STREAMS
const CURL_LOCK_DATA_DNS
const CURLE_SSL_PEER_CERTIFICATE
const CURLE_LDAP_SEARCH_FAILED
const CURLMOPT_MAX_HOST_CONNECTIONS
const CURLAUTH_DIGEST_IE
const CURLINFO_SIZE_UPLOAD_T
const CURLPROTO_MQTT
const CURLPROTO_SMBS
const CURLOPT_USERPWD
const CURLE_SSL_ENGINE_SETFAILED
const CURLINFO_LASTONE
const CURLAUTH_AWS_SIGV4
const CURLOPT_AWS_SIGV4
const CURLINFO_RTSP_SESSION_ID
const CURLSHOPT_UNSHARE
const CURLOPT_AUTOREFERER
Definition curl.stub.php:13
const CURLPX_UNKNOWN_MODE
const CURL_VERSION_IDN
const CURLOPT_WRITEFUNCTION
const CURLOPT_CRLF
Definition curl.stub.php:64
const CURLPROXY_HTTP_1_0
const CURLKHMATCH_MISSING
const CURLE_FTP_SSL_FAILED
const CURLOPT_RTSP_REQUEST
const CURLE_TOO_MANY_REDIRECTS
const CURLOPT_ADDRESS_SCOPE
const CURLINFO_SSL_DATA_IN
const CURLOPT_ACCEPT_ENCODING
const CURLINFO_OS_ERRNO
const CURL_VERSION_HTTP2
const CURLE_HTTP_NOT_FOUND
const CURLPROTO_TELNET
const CURLOPT_FORBID_REUSE
const CURLOPT_EGDSOCKET
Definition curl.stub.php:84
const CURLINFO_REQUEST_SIZE
const CURLOPT_TIMEOUT_MS
const CURLOPT_SSH_KNOWNHOSTS
const CURL_VERSION_ASYNCHDNS
const CURLE_PARTIAL_FILE
const CURLINFO_REDIRECT_TIME
const CURLOPT_PINNEDPUBLICKEY
const CURLE_LIBRARY_NOT_FOUND
const CURLOPT_NOPROGRESS
const CURLOPT_FTP_ALTERNATIVE_TO_USER
const CURLOPT_WILDCARDMATCH
const CURLOPT_MIME_OPTIONS
const CURLPROTO_SMTPS
const CURLFTPMETHOD_NOCWD
const CURL_VERSION_HTTP3
const CURLPX_GSSAPI_PROTECTION
const CURL_MAX_READ_SIZE
curl_multi_add_handle(CurlMultiHandle $multi_handle, CurlHandle $handle)
const CURLOPT_TFTP_BLKSIZE
const CURLINFO_RTSP_CSEQ_RECV
const CURLOPT_TIMEVALUE
const CURLE_OBSOLETE
const CURLOPT_DOH_SSL_VERIFYSTATUS
const CURLOPT_PROXY_SSL_VERIFYPEER
const CURL_PREREQFUNC_ABORT
const CURLE_FTP_CANT_GET_HOST
const CURLOPT_CONNECTTIMEOUT
Definition curl.stub.php:39
const CURLOPT_PROTOCOLS
const CURLOPT_ISSUERCERT
const CURL_VERSION_DEBUG
const CURLOPT_PATH_AS_IS
const CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE
const CURLOPT_STREAM_WEIGHT
const CURLOPT_PROXY_TLSAUTH_PASSWORD
const CURLE_TELNET_OPTION_SYNTAX
const CURLOPT_UPLOAD_BUFFERSIZE
const CURL_SSLVERSION_MAX_NONE
const CURLPX_LONG_PASSWD
const CURLOPT_RTSP_SERVER_CSEQ
const CURLOPT_DNS_LOCAL_IP4
const CURLOPT_MAIL_AUTH
const CURLPIPE_MULTIPLEX
const CURLPROTO_SFTP
const CURLOPT_TLS13_CIPHERS
const CURLOPT_DOH_URL
const CURLINFO_PROXYAUTH_AVAIL
const CURLE_COULDNT_RESOLVE_PROXY
const CURLE_FTP_WEIRD_SERVER_REPLY
const CURLOPT_TCP_KEEPALIVE
const CURLOPT_SSLCERT_BLOB
const CURLOPT_RANGE
const CURL_VERSION_HTTPS_PROXY
const CURLSSH_AUTH_DEFAULT
const CURLE_SSL_CACERT_BADFILE
const CURLOPT_WS_OPTIONS
const CURLOPT_PROXYHEADER
const CURLOPT_PROXY_CRLFILE
const CURLOPT_SSLCERT
const CURLSHOPT_SHARE
const CURLOPT_FTPSSLAUTH
const CURLOPT_RANDOM_FILE
const CURLOPT_POSTQUOTE
const CURL_HTTP_VERSION_2_PRIOR_KNOWLEDGE
const CURL_VERSION_CURLDEBUG
const CURLINFO_TOTAL_TIME_T
const CURLE_OK
const CURLFTPMETHOD_SINGLECWD
const CURLPROTO_ALL
const CURLOPT_PROXY_SSLCERT_BLOB
const CURLE_FTP_WRITE_ERROR
const CURLOPT_ABSTRACT_UNIX_SOCKET
const CURLUSESSL_TRY
const CURLOPT_PASSWORD
const CURLE_UNSUPPORTED_PROTOCOL
const CURLINFO_LOCAL_PORT
const CURLPX_RECV_ADDRESS
const CURLSHOPT_NONE
const CURLOPT_UNRESTRICTED_AUTH
const CURLOPT_MAXAGE_CONN
const CURLOPT_SSH_COMPRESSION
const CURLE_FTP_COULDNT_GET_SIZE
const CURLOPT_MAIL_RCPT_ALLLOWFAILS
curl_exec(CurlHandle $handle)
const CURLOPT_FAILONERROR
Definition curl.stub.php:95
const CURLE_LDAP_INVALID_URL
const CURLOPT_TCP_NODELAY
const CURLOPT_HSTS_CTRL
const CURLE_OPERATION_TIMEDOUT
const CURLOPT_SSL_EC_CURVES
const CURLOPT_SSLENGINE
const CURLHSTS_ENABLE
const CURLINFO_SPEED_DOWNLOAD_T
const CURLOPT_RTSP_TRANSPORT
const CURLOPT_PROXY_SSLKEYTYPE
const CURLOPT_FRESH_CONNECT
const CURLWS_RAW_MODE
const CURL_TIMECOND_LASTMOD
const CURLOPT_PUT
const CURLPX_REPLY_NETWORK_UNREACHABLE
const CURLOPT_FTP_SKIP_PASV_IP
const CURLPROXY_SOCKS5
const CURLSSLOPT_NO_REVOKE
curl_escape(CurlHandle $handle, string $string)
const CURLPX_REPLY_COMMAND_NOT_SUPPORTED
const CURLINFO_SSL_DATA_OUT
const CURLE_FUNCTION_NOT_FOUND
const CURL_FNMATCHFUNC_MATCH
const CURLOPT_SHARE
const CURLINFO_CONNECT_TIME_T
const CURLFTPAUTH_SSL
const CURLOPT_PROXY_KEYPASSWD
const CURLOPT_PRIVATE
const CURLINFO_CONTENT_LENGTH_UPLOAD_T
const CURLINFO_CAPATH
const CURLINFO_PRETRANSFER_TIME_T
const CURLPROTO_SMTP
const CURLPROTO_FTP
const CURLAUTH_ONLY
const CURL_SSLVERSION_TLSv1
const CURLOPT_SERVICE_NAME
const CURLFTPSSL_NONE
const CURLOPT_FOLLOWLOCATION
const CURLINFO_REDIRECT_COUNT
const CURLOPT_USE_SSL
const CURLE_UNKNOWN_TELNET_OPTION
const CURLOPT_INTERFACE
const CURLOPT_SSLKEYTYPE
const CURLOPT_REQUEST_TARGET
const CURLE_URL_MALFORMAT
const CURLPROTO_LDAP
const CURLOPT_SSH_HOSTKEYFUNCTION
const CURL_HTTP_VERSION_3
curl_multi_init()
const CURLE_PROXY
const CURLOPT_HTTP_VERSION
const CURLOPT_STDERR
curl_multi_getcontent(CurlHandle $handle)
const CURLPX_OK
const CURLOPT_PROXY_SSL_VERIFYHOST
const CURLOPT_SSL_VERIFYSTATUS
const CURLKHMATCH_LAST
const CURLALTSVC_H1
const CURLINFO_CONTENT_TYPE
const CURLPX_REPLY_TTL_EXPIRED
const CURLOPT_PROXY_ISSUERCERT_BLOB
const CURLSSH_AUTH_KEYBOARD
const CURLOPT_NETRC_FILE
const CURLE_BAD_CONTENT_ENCODING
curl_multi_remove_handle(CurlMultiHandle $multi_handle, CurlHandle $handle)
const CURLINFO_CONTENT_LENGTH_DOWNLOAD
const CURL_VERSION_GSASL
const CURLOPT_DISALLOW_USERNAME_IN_URL
const CURLE_FTP_WEIRD_USER_REPLY
curl_share_close(CurlShareHandle $share_handle)
const CURLPX_GSSAPI_PERMSG
const CURLPAUSE_ALL
const CURLOPT_SASL_IR
const CURLOPT_HEADEROPT
const CURLE_FTP_COULDNT_SET_ASCII
const CURL_RTSPREQ_ANNOUNCE
const CURLMOPT_PIPELINING
const CURLOPT_CONNECT_ONLY
const CURLOPT_HTTPGET
const CURLFTP_CREATE_DIR
const CURLE_SSL_CIPHER
const CURLPROTO_DICT
const CURLOPT_PROXYPORT
const CURLPAUSE_SEND
const CURLINFO_CONTENT_LENGTH_DOWNLOAD_T
const CURLPROTO_SCP
const CURLOPT_FTP_RESPONSE_TIMEOUT
const CURLSSH_AUTH_ANY
const CURLOPT_INFILESIZE
const CURLOPT_URL
const CURLOPT_FTPLISTONLY
const CURLINFO_REDIRECT_TIME_T
const CURLM_BAD_EASY_HANDLE
const CURLOPT_PROXY_CAINFO_BLOB
const CURL_LOCK_DATA_CONNECT
const CURLINFO_PROTOCOL
const CURLPAUSE_SEND_CONT
const CURLOPT_SOCKS5_GSSAPI_NEC
const CURLE_FTP_WEIRD_227_FORMAT
const CURLE_MALFORMAT_USER
const CURL_NETRC_IGNORED
const CURLPROTO_GOPHER
const CURLINFO_NAMELOOKUP_TIME
const CURL_HTTP_VERSION_2TLS
const CURLUSESSL_ALL
const CURLINFO_SPEED_UPLOAD
const CURLOPT_TCP_KEEPCNT
const CURLINFO_REFERER
const CURLOPT_NEW_DIRECTORY_PERMS
const CURLAUTH_GSSNEGOTIATE
const CURLE_BAD_FUNCTION_ARGUMENT
const CURL_VERSION_GSSNEGOTIATE
const CURLOPT_CONNECT_TO
const CURLOPT_NETRC
const CURL_IPRESOLVE_WHATEVER
const CURLE_SSL_PINNEDPUBKEYNOTMATCH
const CURLOPT_RTSP_SESSION_ID
const CURLOPT_PROXYPASSWORD
const CURL_VERSION_KERBEROS4
const CURLOPT_NEW_FILE_PERMS
const CURLFTPSSL_CCC_ACTIVE
curl_version()
const CURLOPT_HTTP09_ALLOWED
const CURLOPT_XOAUTH2_BEARER
const CURLOPT_LOCALPORT
const CURLOPT_FNMATCH_FUNCTION
const CURL_VERSION_CONV
const CURLE_HTTP_RANGE_ERROR
const CURL_SSLVERSION_DEFAULT
const CURLOPT_POSTFIELDS
const CURLOPT_MAX_SEND_SPEED_LARGE
const CURLPX_REPLY_CONNECTION_REFUSED
const CURLUSESSL_NONE
const CURLOPT_SSL_VERIFYHOST
const CURLPX_REQUEST_FAILED
const CURLINFO_HEADER_SIZE
const CURLOPT_ENCODING
Definition curl.stub.php:90
const CURLE_GOT_NOTHING
const CURLINFO_APPCONNECT_TIME
const CURLOPT_COOKIEFILE
Definition curl.stub.php:49
const CURLOPT_FTP_USE_PRET
const CURLPX_IDENTD_DIFFER
const CURLOPT_DEFAULT_PROTOCOL
const CURLOPT_FTP_ACCOUNT
const CURLPROTO_RTMP
curl_pause(CurlHandle $handle, int $flags)
const CURL_HTTP_VERSION_NONE
curl_multi_info_read(CurlMultiHandle $multi_handle, &$queued_messages=null)
const CURLVERSION_NOW
const CURLOPT_PROXYAUTH
#define CURLOPT_SAFE_UPLOAD
#define CURLOPT_BINARYTRANSFER
#define CURLOPT_RETURNTRANSFER
if(PHP_SAPI !='cli') if($argc< 1) $options
Definition ext_skel.php:376
foreach($dp as $el) foreach( $dp as $el) if( $pass2< 2) echo ""
ZEND_API void(ZEND_FASTCALL *zend_touch_vm_stack_data)(void *vm_stack_data)
function(EX_VAR(opline->result.var))