php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Data Structures | |
class | CurlHandle |
class | CurlMultiHandle |
class | CurlShareHandle |
curl_close | ( | CurlHandle | $handle | ) |
Definition at line 3671 of file curl.stub.php.
curl_copy_handle | ( | CurlHandle | $handle | ) |
@refcount 1
Definition at line 3674 of file curl.stub.php.
curl_errno | ( | CurlHandle | $handle | ) |
Definition at line 3676 of file curl.stub.php.
curl_error | ( | CurlHandle | $handle | ) |
@refcount 1
Definition at line 3679 of file curl.stub.php.
curl_escape | ( | CurlHandle | $handle, |
string | $string ) |
@refcount 1
Definition at line 3682 of file curl.stub.php.
curl_exec | ( | CurlHandle | $handle | ) |
Definition at line 3689 of file curl.stub.php.
curl_file_create | ( | string | $filename, |
?string | $mime_type = null, | ||
?string | $posted_filename = null ) |
@refcount 1
Definition at line 3692 of file curl.stub.php.
curl_getinfo | ( | CurlHandle | $handle, |
?int | $option = null ) |
Definition at line 3694 of file curl.stub.php.
curl_init | ( | ?string | $url = null | ) |
@refcount 1
Definition at line 3697 of file curl.stub.php.
curl_multi_add_handle | ( | CurlMultiHandle | $multi_handle, |
CurlHandle | $handle ) |
Definition at line 3703 of file curl.stub.php.
curl_multi_close | ( | CurlMultiHandle | $multi_handle | ) |
Definition at line 3705 of file curl.stub.php.
curl_multi_errno | ( | CurlMultiHandle | $multi_handle | ) |
Definition at line 3707 of file curl.stub.php.
curl_multi_exec | ( | CurlMultiHandle | $multi_handle, |
& | $still_running ) |
int | $still_running |
Definition at line 3710 of file curl.stub.php.
curl_multi_getcontent | ( | CurlHandle | $handle | ) |
Definition at line 3712 of file curl.stub.php.
curl_multi_info_read | ( | CurlMultiHandle | $multi_handle, |
& | $queued_messages = null ) |
int | $queued_messages |
Definition at line 3719 of file curl.stub.php.
curl_multi_init | ( | ) |
@refcount 1
Definition at line 3722 of file curl.stub.php.
curl_multi_remove_handle | ( | CurlMultiHandle | $multi_handle, |
CurlHandle | $handle ) |
Definition at line 3724 of file curl.stub.php.
curl_multi_select | ( | CurlMultiHandle | $multi_handle, |
float | $timeout = 1.0 ) |
Definition at line 3726 of file curl.stub.php.
curl_multi_setopt | ( | CurlMultiHandle | $multi_handle, |
int | $option, | ||
mixed | $value ) |
Definition at line 3687 of file curl.stub.php.
curl_multi_strerror | ( | int | $error_code | ) |
@refcount 1
Definition at line 3729 of file curl.stub.php.
curl_pause | ( | CurlHandle | $handle, |
int | $flags ) |
Definition at line 3731 of file curl.stub.php.
curl_reset | ( | CurlHandle | $handle | ) |
Definition at line 3733 of file curl.stub.php.
curl_setopt | ( | CurlHandle | $handle, |
int | $option, | ||
mixed | $value ) |
Definition at line 3737 of file curl.stub.php.
curl_setopt_array | ( | CurlHandle | $handle, |
array | $options ) |
Definition at line 3735 of file curl.stub.php.
curl_share_close | ( | CurlShareHandle | $share_handle | ) |
Definition at line 3739 of file curl.stub.php.
curl_share_errno | ( | CurlShareHandle | $share_handle | ) |
Definition at line 3741 of file curl.stub.php.
curl_share_init | ( | ) |
@refcount 1
Definition at line 3744 of file curl.stub.php.
curl_share_setopt | ( | CurlShareHandle | $share_handle, |
int | $option, | ||
mixed | $value ) |
Definition at line 3746 of file curl.stub.php.
curl_share_strerror | ( | int | $error_code | ) |
@refcount 1
Definition at line 3749 of file curl.stub.php.
curl_strerror | ( | int | $error_code | ) |
@refcount 1
Definition at line 3752 of file curl.stub.php.
curl_unescape | ( | CurlHandle | $handle, |
string | $string ) |
@refcount 1
Definition at line 3685 of file curl.stub.php.
curl_upkeep | ( | CurlHandle | $handle | ) |
Definition at line 3700 of file curl.stub.php.
curl_version | ( | ) |
Definition at line 3758 of file curl.stub.php.
const CURL_FNMATCHFUNC_FAIL = UNKNOWN |
Definition at line 2283 of file curl.stub.php.
const CURL_FNMATCHFUNC_MATCH = UNKNOWN |
Definition at line 2288 of file curl.stub.php.
const CURL_FNMATCHFUNC_NOMATCH = UNKNOWN |
Definition at line 2293 of file curl.stub.php.
const CURL_HTTP_VERSION_1_0 = UNKNOWN |
Definition at line 1092 of file curl.stub.php.
const CURL_HTTP_VERSION_1_1 = UNKNOWN |
Definition at line 1097 of file curl.stub.php.
const CURL_HTTP_VERSION_2 = UNKNOWN |
Definition at line 2625 of file curl.stub.php.
const CURL_HTTP_VERSION_2_0 = UNKNOWN |
Definition at line 2495 of file curl.stub.php.
const CURL_HTTP_VERSION_2_PRIOR_KNOWLEDGE = UNKNOWN |
Definition at line 2713 of file curl.stub.php.
const CURL_HTTP_VERSION_2TLS = UNKNOWN |
Definition at line 2696 of file curl.stub.php.
const CURL_HTTP_VERSION_3 = UNKNOWN |
Definition at line 3172 of file curl.stub.php.
const CURL_HTTP_VERSION_3ONLY = UNKNOWN |
Definition at line 3638 of file curl.stub.php.
const CURL_HTTP_VERSION_NONE = UNKNOWN |
Definition at line 1102 of file curl.stub.php.
const CURL_IPRESOLVE_V4 = UNKNOWN |
Definition at line 1360 of file curl.stub.php.
const CURL_IPRESOLVE_V6 = UNKNOWN |
Definition at line 1365 of file curl.stub.php.
const CURL_IPRESOLVE_WHATEVER = UNKNOWN |
Definition at line 1370 of file curl.stub.php.
const CURL_LOCK_DATA_CONNECT = UNKNOWN |
Definition at line 2977 of file curl.stub.php.
const CURL_LOCK_DATA_COOKIE = UNKNOWN |
Definition at line 1109 of file curl.stub.php.
const CURL_LOCK_DATA_DNS = UNKNOWN |
Definition at line 1114 of file curl.stub.php.
const CURL_LOCK_DATA_PSL = UNKNOWN |
Definition at line 3016 of file curl.stub.php.
const CURL_LOCK_DATA_SSL_SESSION = UNKNOWN |
Definition at line 1119 of file curl.stub.php.
const CURL_MAX_READ_SIZE = UNKNOWN |
Definition at line 2867 of file curl.stub.php.
const CURL_NETRC_IGNORED = UNKNOWN |
Definition at line 1126 of file curl.stub.php.
const CURL_NETRC_OPTIONAL = UNKNOWN |
Definition at line 1131 of file curl.stub.php.
const CURL_NETRC_REQUIRED = UNKNOWN |
Definition at line 1136 of file curl.stub.php.
const CURL_PREREQFUNC_ABORT = UNKNOWN |
Definition at line 3570 of file curl.stub.php.
const CURL_PREREQFUNC_OK = UNKNOWN |
Definition at line 3565 of file curl.stub.php.
const CURL_PUSH_DENY = UNKNOWN |
Definition at line 2690 of file curl.stub.php.
const CURL_PUSH_OK = UNKNOWN |
Definition at line 2685 of file curl.stub.php.
const CURL_READFUNC_PAUSE = UNKNOWN |
Definition at line 1755 of file curl.stub.php.
const CURL_REDIR_POST_301 = UNKNOWN |
Definition at line 1889 of file curl.stub.php.
const CURL_REDIR_POST_302 = UNKNOWN |
Definition at line 1894 of file curl.stub.php.
const CURL_REDIR_POST_303 = UNKNOWN |
Definition at line 2429 of file curl.stub.php.
const CURL_REDIR_POST_ALL = UNKNOWN |
Definition at line 1899 of file curl.stub.php.
const CURL_RTSPREQ_ANNOUNCE = UNKNOWN |
Definition at line 2171 of file curl.stub.php.
const CURL_RTSPREQ_DESCRIBE = UNKNOWN |
Definition at line 2176 of file curl.stub.php.
const CURL_RTSPREQ_GET_PARAMETER = UNKNOWN |
Definition at line 2181 of file curl.stub.php.
const CURL_RTSPREQ_OPTIONS = UNKNOWN |
Definition at line 2186 of file curl.stub.php.
const CURL_RTSPREQ_PAUSE = UNKNOWN |
Definition at line 2191 of file curl.stub.php.
const CURL_RTSPREQ_PLAY = UNKNOWN |
Definition at line 2196 of file curl.stub.php.
const CURL_RTSPREQ_RECEIVE = UNKNOWN |
Definition at line 2201 of file curl.stub.php.
const CURL_RTSPREQ_RECORD = UNKNOWN |
Definition at line 2206 of file curl.stub.php.
const CURL_RTSPREQ_SET_PARAMETER = UNKNOWN |
Definition at line 2211 of file curl.stub.php.
const CURL_RTSPREQ_SETUP = UNKNOWN |
Definition at line 2216 of file curl.stub.php.
const CURL_RTSPREQ_TEARDOWN = UNKNOWN |
Definition at line 2221 of file curl.stub.php.
const CURL_SSLVERSION_DEFAULT = UNKNOWN |
Definition at line 1143 of file curl.stub.php.
const CURL_SSLVERSION_MAX_DEFAULT = UNKNOWN |
Definition at line 2878 of file curl.stub.php.
const CURL_SSLVERSION_MAX_NONE = UNKNOWN |
Definition at line 2883 of file curl.stub.php.
const CURL_SSLVERSION_MAX_TLSv1_0 = UNKNOWN |
Definition at line 2888 of file curl.stub.php.
const CURL_SSLVERSION_MAX_TLSv1_1 = UNKNOWN |
Definition at line 2893 of file curl.stub.php.
const CURL_SSLVERSION_MAX_TLSv1_2 = UNKNOWN |
Definition at line 2898 of file curl.stub.php.
const CURL_SSLVERSION_MAX_TLSv1_3 = UNKNOWN |
Definition at line 2903 of file curl.stub.php.
const CURL_SSLVERSION_SSLv2 = UNKNOWN |
Definition at line 1148 of file curl.stub.php.
const CURL_SSLVERSION_SSLv3 = UNKNOWN |
Definition at line 1153 of file curl.stub.php.
const CURL_SSLVERSION_TLSv1 = UNKNOWN |
Definition at line 1158 of file curl.stub.php.
const CURL_SSLVERSION_TLSv1_0 = UNKNOWN |
Definition at line 2512 of file curl.stub.php.
const CURL_SSLVERSION_TLSv1_1 = UNKNOWN |
Definition at line 2517 of file curl.stub.php.
const CURL_SSLVERSION_TLSv1_2 = UNKNOWN |
Definition at line 2522 of file curl.stub.php.
const CURL_SSLVERSION_TLSv1_3 = UNKNOWN |
Definition at line 2746 of file curl.stub.php.
const CURL_TIMECOND_IFMODSINCE = UNKNOWN |
Definition at line 1165 of file curl.stub.php.
const CURL_TIMECOND_IFUNMODSINCE = UNKNOWN |
Definition at line 1170 of file curl.stub.php.
const CURL_TIMECOND_LASTMOD = UNKNOWN |
Definition at line 1175 of file curl.stub.php.
const CURL_TIMECOND_NONE = UNKNOWN |
Definition at line 1180 of file curl.stub.php.
const CURL_TLSAUTH_SRP = UNKNOWN |
Definition at line 2334 of file curl.stub.php.
const CURL_VERSION_ALTSVC = UNKNOWN |
Definition at line 3141 of file curl.stub.php.
const CURL_VERSION_ASYNCHDNS = UNKNOWN |
Definition at line 1187 of file curl.stub.php.
const CURL_VERSION_BROTLI = UNKNOWN |
Definition at line 2972 of file curl.stub.php.
const CURL_VERSION_CONV = UNKNOWN |
Definition at line 1192 of file curl.stub.php.
const CURL_VERSION_CURLDEBUG = UNKNOWN |
Definition at line 2039 of file curl.stub.php.
const CURL_VERSION_DEBUG = UNKNOWN |
Definition at line 1197 of file curl.stub.php.
const CURL_VERSION_GSASL = UNKNOWN |
Definition at line 3524 of file curl.stub.php.
const CURL_VERSION_GSSAPI = UNKNOWN |
Definition at line 2570 of file curl.stub.php.
const CURL_VERSION_GSSNEGOTIATE = UNKNOWN |
Definition at line 1202 of file curl.stub.php.
const CURL_VERSION_HSTS = UNKNOWN |
Definition at line 3483 of file curl.stub.php.
const CURL_VERSION_HTTP2 = UNKNOWN |
Definition at line 2500 of file curl.stub.php.
const CURL_VERSION_HTTP3 = UNKNOWN |
Definition at line 3162 of file curl.stub.php.
const CURL_VERSION_HTTPS_PROXY = UNKNOWN |
Definition at line 2751 of file curl.stub.php.
const CURL_VERSION_IDN = UNKNOWN |
Definition at line 1207 of file curl.stub.php.
const CURL_VERSION_IPV6 = UNKNOWN |
Definition at line 1212 of file curl.stub.php.
const CURL_VERSION_KERBEROS4 = UNKNOWN |
Definition at line 1217 of file curl.stub.php.
const CURL_VERSION_KERBEROS5 = UNKNOWN |
Definition at line 2597 of file curl.stub.php.
const CURL_VERSION_LARGEFILE = UNKNOWN |
Definition at line 1222 of file curl.stub.php.
const CURL_VERSION_LIBZ = UNKNOWN |
Definition at line 1227 of file curl.stub.php.
const CURL_VERSION_MULTI_SSL = UNKNOWN |
Definition at line 2966 of file curl.stub.php.
const CURL_VERSION_NTLM = UNKNOWN |
Definition at line 1232 of file curl.stub.php.
const CURL_VERSION_NTLM_WB = UNKNOWN |
Definition at line 2378 of file curl.stub.php.
const CURL_VERSION_PSL = UNKNOWN |
Definition at line 2701 of file curl.stub.php.
const CURL_VERSION_SPNEGO = UNKNOWN |
Definition at line 1237 of file curl.stub.php.
const CURL_VERSION_SSL = UNKNOWN |
Definition at line 1242 of file curl.stub.php.
const CURL_VERSION_SSPI = UNKNOWN |
Definition at line 1247 of file curl.stub.php.
const CURL_VERSION_TLSAUTH_SRP = UNKNOWN |
Definition at line 2339 of file curl.stub.php.
const CURL_VERSION_UNICODE = UNKNOWN |
Definition at line 3262 of file curl.stub.php.
const CURL_VERSION_UNIX_SOCKETS = UNKNOWN |
Definition at line 2602 of file curl.stub.php.
const CURL_VERSION_ZSTD = UNKNOWN |
Definition at line 3267 of file curl.stub.php.
const CURL_WRITEFUNC_PAUSE = UNKNOWN |
Definition at line 1760 of file curl.stub.php.
const CURLALTSVC_H1 = UNKNOWN |
Definition at line 3111 of file curl.stub.php.
const CURLALTSVC_H2 = UNKNOWN |
Definition at line 3116 of file curl.stub.php.
const CURLALTSVC_H3 = UNKNOWN |
Definition at line 3121 of file curl.stub.php.
const CURLALTSVC_READONLYFILE = UNKNOWN |
Definition at line 3126 of file curl.stub.php.
const CURLAUTH_ANY = UNKNOWN |
Definition at line 1260 of file curl.stub.php.
const CURLAUTH_ANYSAFE = UNKNOWN |
Definition at line 1265 of file curl.stub.php.
const CURLAUTH_AWS_SIGV4 = UNKNOWN |
Definition at line 3491 of file curl.stub.php.
const CURLAUTH_BASIC = UNKNOWN |
Definition at line 1270 of file curl.stub.php.
const CURLAUTH_BEARER = UNKNOWN |
Definition at line 3021 of file curl.stub.php.
const CURLAUTH_DIGEST = UNKNOWN |
Definition at line 1275 of file curl.stub.php.
const CURLAUTH_DIGEST_IE = UNKNOWN |
Definition at line 1906 of file curl.stub.php.
const CURLAUTH_GSSAPI = UNKNOWN |
Definition at line 2914 of file curl.stub.php.
const CURLAUTH_GSSNEGOTIATE = UNKNOWN |
Definition at line 1280 of file curl.stub.php.
const CURLAUTH_NEGOTIATE = UNKNOWN |
Definition at line 2565 of file curl.stub.php.
const CURLAUTH_NONE = UNKNOWN |
Definition at line 1285 of file curl.stub.php.
const CURLAUTH_NTLM = UNKNOWN |
Definition at line 1290 of file curl.stub.php.
const CURLAUTH_NTLM_WB = UNKNOWN |
Definition at line 2358 of file curl.stub.php.
const CURLAUTH_ONLY = UNKNOWN |
Definition at line 2307 of file curl.stub.php.
const CURLE_ABORTED_BY_CALLBACK = UNKNOWN |
Definition at line 536 of file curl.stub.php.
const CURLE_BAD_CALLING_ORDER = UNKNOWN |
Definition at line 541 of file curl.stub.php.
const CURLE_BAD_CONTENT_ENCODING = UNKNOWN |
Definition at line 546 of file curl.stub.php.
const CURLE_BAD_DOWNLOAD_RESUME = UNKNOWN |
Definition at line 551 of file curl.stub.php.
const CURLE_BAD_FUNCTION_ARGUMENT = UNKNOWN |
Definition at line 556 of file curl.stub.php.
const CURLE_BAD_PASSWORD_ENTERED = UNKNOWN |
Definition at line 561 of file curl.stub.php.
const CURLE_COULDNT_CONNECT = UNKNOWN |
Definition at line 566 of file curl.stub.php.
const CURLE_COULDNT_RESOLVE_HOST = UNKNOWN |
Definition at line 571 of file curl.stub.php.
const CURLE_COULDNT_RESOLVE_PROXY = UNKNOWN |
Definition at line 576 of file curl.stub.php.
const CURLE_FAILED_INIT = UNKNOWN |
Definition at line 581 of file curl.stub.php.
const CURLE_FILE_COULDNT_READ_FILE = UNKNOWN |
Definition at line 586 of file curl.stub.php.
const CURLE_FILESIZE_EXCEEDED = UNKNOWN |
Definition at line 1314 of file curl.stub.php.
const CURLE_FTP_ACCESS_DENIED = UNKNOWN |
Definition at line 591 of file curl.stub.php.
const CURLE_FTP_BAD_DOWNLOAD_RESUME = UNKNOWN |
Definition at line 596 of file curl.stub.php.
const CURLE_FTP_CANT_GET_HOST = UNKNOWN |
Definition at line 601 of file curl.stub.php.
const CURLE_FTP_CANT_RECONNECT = UNKNOWN |
Definition at line 606 of file curl.stub.php.
const CURLE_FTP_COULDNT_GET_SIZE = UNKNOWN |
Definition at line 611 of file curl.stub.php.
const CURLE_FTP_COULDNT_RETR_FILE = UNKNOWN |
Definition at line 616 of file curl.stub.php.
const CURLE_FTP_COULDNT_SET_ASCII = UNKNOWN |
Definition at line 621 of file curl.stub.php.
const CURLE_FTP_COULDNT_SET_BINARY = UNKNOWN |
Definition at line 626 of file curl.stub.php.
const CURLE_FTP_COULDNT_STOR_FILE = UNKNOWN |
Definition at line 631 of file curl.stub.php.
const CURLE_FTP_COULDNT_USE_REST = UNKNOWN |
Definition at line 636 of file curl.stub.php.
const CURLE_FTP_PARTIAL_FILE = UNKNOWN |
Definition at line 641 of file curl.stub.php.
const CURLE_FTP_PORT_FAILED = UNKNOWN |
Definition at line 646 of file curl.stub.php.
const CURLE_FTP_QUOTE_ERROR = UNKNOWN |
Definition at line 651 of file curl.stub.php.
const CURLE_FTP_SSL_FAILED = UNKNOWN |
Definition at line 1377 of file curl.stub.php.
const CURLE_FTP_USER_PASSWORD_INCORRECT = UNKNOWN |
Definition at line 656 of file curl.stub.php.
const CURLE_FTP_WEIRD_227_FORMAT = UNKNOWN |
Definition at line 661 of file curl.stub.php.
const CURLE_FTP_WEIRD_PASS_REPLY = UNKNOWN |
Definition at line 666 of file curl.stub.php.
const CURLE_FTP_WEIRD_PASV_REPLY = UNKNOWN |
Definition at line 671 of file curl.stub.php.
const CURLE_FTP_WEIRD_SERVER_REPLY = UNKNOWN |
Definition at line 676 of file curl.stub.php.
const CURLE_FTP_WEIRD_USER_REPLY = UNKNOWN |
Definition at line 681 of file curl.stub.php.
const CURLE_FTP_WRITE_ERROR = UNKNOWN |
Definition at line 686 of file curl.stub.php.
const CURLE_FUNCTION_NOT_FOUND = UNKNOWN |
Definition at line 691 of file curl.stub.php.
const CURLE_GOT_NOTHING = UNKNOWN |
Definition at line 696 of file curl.stub.php.
const CURLE_HTTP_NOT_FOUND = UNKNOWN |
Definition at line 701 of file curl.stub.php.
const CURLE_HTTP_PORT_FAILED = UNKNOWN |
Definition at line 706 of file curl.stub.php.
const CURLE_HTTP_POST_ERROR = UNKNOWN |
Definition at line 711 of file curl.stub.php.
const CURLE_HTTP_RANGE_ERROR = UNKNOWN |
Definition at line 716 of file curl.stub.php.
const CURLE_HTTP_RETURNED_ERROR = UNKNOWN |
Definition at line 721 of file curl.stub.php.
const CURLE_LDAP_CANNOT_BIND = UNKNOWN |
Definition at line 726 of file curl.stub.php.
const CURLE_LDAP_INVALID_URL = UNKNOWN |
Definition at line 1319 of file curl.stub.php.
const CURLE_LDAP_SEARCH_FAILED = UNKNOWN |
Definition at line 731 of file curl.stub.php.
const CURLE_LIBRARY_NOT_FOUND = UNKNOWN |
Definition at line 736 of file curl.stub.php.
const CURLE_MALFORMAT_USER = UNKNOWN |
Definition at line 741 of file curl.stub.php.
const CURLE_OBSOLETE = UNKNOWN |
Definition at line 746 of file curl.stub.php.
const CURLE_OK = UNKNOWN |
Definition at line 751 of file curl.stub.php.
const CURLE_OPERATION_TIMEDOUT = UNKNOWN |
Definition at line 756 of file curl.stub.php.
const CURLE_OPERATION_TIMEOUTED = UNKNOWN |
Definition at line 761 of file curl.stub.php.
const CURLE_OUT_OF_MEMORY = UNKNOWN |
Definition at line 766 of file curl.stub.php.
const CURLE_PARTIAL_FILE = UNKNOWN |
Definition at line 771 of file curl.stub.php.
const CURLE_PROXY = UNKNOWN |
Definition at line 3275 of file curl.stub.php.
const CURLE_READ_ERROR = UNKNOWN |
Definition at line 776 of file curl.stub.php.
const CURLE_RECV_ERROR = UNKNOWN |
Definition at line 781 of file curl.stub.php.
const CURLE_SEND_ERROR = UNKNOWN |
Definition at line 786 of file curl.stub.php.
const CURLE_SHARE_IN_USE = UNKNOWN |
Definition at line 791 of file curl.stub.php.
const CURLE_SSH = UNKNOWN |
Definition at line 1587 of file curl.stub.php.
const CURLE_SSL_CACERT = UNKNOWN |
Definition at line 796 of file curl.stub.php.
const CURLE_SSL_CACERT_BADFILE = UNKNOWN |
Definition at line 1570 of file curl.stub.php.
const CURLE_SSL_CERTPROBLEM = UNKNOWN |
Definition at line 801 of file curl.stub.php.
const CURLE_SSL_CIPHER = UNKNOWN |
Definition at line 806 of file curl.stub.php.
const CURLE_SSL_CONNECT_ERROR = UNKNOWN |
Definition at line 811 of file curl.stub.php.
const CURLE_SSL_ENGINE_NOTFOUND = UNKNOWN |
Definition at line 816 of file curl.stub.php.
const CURLE_SSL_ENGINE_SETFAILED = UNKNOWN |
Definition at line 821 of file curl.stub.php.
const CURLE_SSL_PEER_CERTIFICATE = UNKNOWN |
Definition at line 826 of file curl.stub.php.
const CURLE_SSL_PINNEDPUBKEYNOTMATCH = UNKNOWN |
Definition at line 831 of file curl.stub.php.
const CURLE_TELNET_OPTION_SYNTAX = UNKNOWN |
Definition at line 836 of file curl.stub.php.
const CURLE_TOO_MANY_REDIRECTS = UNKNOWN |
Definition at line 841 of file curl.stub.php.
const CURLE_UNKNOWN_TELNET_OPTION = UNKNOWN |
Definition at line 846 of file curl.stub.php.
const CURLE_UNSUPPORTED_PROTOCOL = UNKNOWN |
Definition at line 851 of file curl.stub.php.
const CURLE_URL_MALFORMAT = UNKNOWN |
Definition at line 856 of file curl.stub.php.
const CURLE_URL_MALFORMAT_USER = UNKNOWN |
Definition at line 861 of file curl.stub.php.
const CURLE_WEIRD_SERVER_REPLY = UNKNOWN |
Definition at line 2735 of file curl.stub.php.
const CURLE_WRITE_ERROR = UNKNOWN |
Definition at line 866 of file curl.stub.php.
const CURLFTP_CREATE_DIR = UNKNOWN |
Definition at line 2022 of file curl.stub.php.
const CURLFTP_CREATE_DIR_NONE = UNKNOWN |
Definition at line 2027 of file curl.stub.php.
const CURLFTP_CREATE_DIR_RETRY = UNKNOWN |
Definition at line 2032 of file curl.stub.php.
const CURLFTPAUTH_DEFAULT = UNKNOWN |
Definition at line 1428 of file curl.stub.php.
const CURLFTPAUTH_SSL = UNKNOWN |
Definition at line 1433 of file curl.stub.php.
const CURLFTPAUTH_TLS = UNKNOWN |
Definition at line 1438 of file curl.stub.php.
const CURLFTPMETHOD_DEFAULT = UNKNOWN |
Definition at line 1524 of file curl.stub.php.
const CURLFTPMETHOD_MULTICWD = UNKNOWN |
Definition at line 1529 of file curl.stub.php.
const CURLFTPMETHOD_NOCWD = UNKNOWN |
Definition at line 1534 of file curl.stub.php.
const CURLFTPMETHOD_SINGLECWD = UNKNOWN |
Definition at line 1539 of file curl.stub.php.
const CURLFTPSSL_ALL = UNKNOWN |
Definition at line 1382 of file curl.stub.php.
const CURLFTPSSL_CCC_ACTIVE = UNKNOWN |
Definition at line 1612 of file curl.stub.php.
const CURLFTPSSL_CCC_NONE = UNKNOWN |
Definition at line 1617 of file curl.stub.php.
const CURLFTPSSL_CCC_PASSIVE = UNKNOWN |
Definition at line 1622 of file curl.stub.php.
const CURLFTPSSL_CONTROL = UNKNOWN |
Definition at line 1387 of file curl.stub.php.
const CURLFTPSSL_NONE = UNKNOWN |
Definition at line 1392 of file curl.stub.php.
const CURLFTPSSL_TRY = UNKNOWN |
Definition at line 1397 of file curl.stub.php.
const CURLGSSAPI_DELEGATION_FLAG = UNKNOWN |
Definition at line 2363 of file curl.stub.php.
const CURLGSSAPI_DELEGATION_POLICY_FLAG = UNKNOWN |
Definition at line 2368 of file curl.stub.php.
const CURLHEADER_SEPARATE = UNKNOWN |
Definition at line 2544 of file curl.stub.php.
const CURLHEADER_UNIFIED = UNKNOWN |
Definition at line 2549 of file curl.stub.php.
const CURLHSTS_ENABLE = UNKNOWN |
Definition at line 3463 of file curl.stub.php.
const CURLHSTS_READONLYFILE = UNKNOWN |
Definition at line 3468 of file curl.stub.php.
const CURLINFO_APPCONNECT_TIME = UNKNOWN |
Definition at line 1785 of file curl.stub.php.
const CURLINFO_APPCONNECT_TIME_T = UNKNOWN |
Definition at line 3026 of file curl.stub.php.
const CURLINFO_CAINFO = UNKNOWN |
Definition at line 1001 of file curl.stub.php.
const CURLINFO_CAPATH = UNKNOWN |
Definition at line 996 of file curl.stub.php.
const CURLINFO_CERTINFO = UNKNOWN |
Definition at line 1854 of file curl.stub.php.
const CURLINFO_CONDITION_UNMET = UNKNOWN |
Definition at line 1913 of file curl.stub.php.
const CURLINFO_CONNECT_TIME = UNKNOWN |
Definition at line 873 of file curl.stub.php.
const CURLINFO_CONNECT_TIME_T = UNKNOWN |
Definition at line 3031 of file curl.stub.php.
const CURLINFO_CONTENT_LENGTH_DOWNLOAD = UNKNOWN |
Definition at line 878 of file curl.stub.php.
const CURLINFO_CONTENT_LENGTH_DOWNLOAD_T = UNKNOWN |
Definition at line 2920 of file curl.stub.php.
const CURLINFO_CONTENT_LENGTH_UPLOAD = UNKNOWN |
Definition at line 883 of file curl.stub.php.
const CURLINFO_CONTENT_LENGTH_UPLOAD_T = UNKNOWN |
Definition at line 2925 of file curl.stub.php.
const CURLINFO_CONTENT_TYPE = UNKNOWN |
Definition at line 888 of file curl.stub.php.
const CURLINFO_COOKIELIST = UNKNOWN |
Definition at line 1476 of file curl.stub.php.
const CURLINFO_DATA_IN = UNKNOWN |
Definition at line 511 of file curl.stub.php.
const CURLINFO_DATA_OUT = UNKNOWN |
Definition at line 517 of file curl.stub.php.
const CURLINFO_EFFECTIVE_METHOD = UNKNOWN |
Definition at line 989 of file curl.stub.php.
const CURLINFO_EFFECTIVE_URL = UNKNOWN |
Definition at line 893 of file curl.stub.php.
const CURLINFO_FILETIME = UNKNOWN |
Definition at line 898 of file curl.stub.php.
const CURLINFO_FILETIME_T = UNKNOWN |
Definition at line 2989 of file curl.stub.php.
const CURLINFO_FTP_ENTRY_PATH = UNKNOWN |
Definition at line 1546 of file curl.stub.php.
const CURLINFO_HEADER_IN = UNKNOWN |
Definition at line 505 of file curl.stub.php.
const CURLINFO_HEADER_OUT = UNKNOWN |
Definition at line 903 of file curl.stub.php.
const CURLINFO_HEADER_SIZE = UNKNOWN |
Definition at line 908 of file curl.stub.php.
const CURLINFO_HTTP_CODE = UNKNOWN |
Definition at line 913 of file curl.stub.php.
const CURLINFO_HTTP_CONNECTCODE = UNKNOWN |
Definition at line 1297 of file curl.stub.php.
const CURLINFO_HTTP_VERSION = UNKNOWN |
Definition at line 2729 of file curl.stub.php.
const CURLINFO_HTTPAUTH_AVAIL = UNKNOWN |
Definition at line 1324 of file curl.stub.php.
const CURLINFO_LASTONE = UNKNOWN |
Definition at line 918 of file curl.stub.php.
const CURLINFO_LOCAL_IP = UNKNOWN |
Definition at line 2228 of file curl.stub.php.
const CURLINFO_LOCAL_PORT = UNKNOWN |
Definition at line 2233 of file curl.stub.php.
const CURLINFO_NAMELOOKUP_TIME = UNKNOWN |
Definition at line 923 of file curl.stub.php.
const CURLINFO_NAMELOOKUP_TIME_T = UNKNOWN |
Definition at line 3036 of file curl.stub.php.
const CURLINFO_NUM_CONNECTS = UNKNOWN |
Definition at line 1464 of file curl.stub.php.
const CURLINFO_OS_ERRNO = UNKNOWN |
Definition at line 1457 of file curl.stub.php.
const CURLINFO_POSTTRANSFER_TIME_T = UNKNOWN |
Definition at line 3062 of file curl.stub.php.
const CURLINFO_PRETRANSFER_TIME = UNKNOWN |
Definition at line 928 of file curl.stub.php.
const CURLINFO_PRETRANSFER_TIME_T = UNKNOWN |
Definition at line 3041 of file curl.stub.php.
const CURLINFO_PRIMARY_IP = UNKNOWN |
Definition at line 1790 of file curl.stub.php.
const CURLINFO_PRIMARY_PORT = UNKNOWN |
Definition at line 2238 of file curl.stub.php.
const CURLINFO_PRIVATE = UNKNOWN |
Definition at line 933 of file curl.stub.php.
const CURLINFO_PROTOCOL = UNKNOWN |
Definition at line 2756 of file curl.stub.php.
const CURLINFO_PROXY_ERROR = UNKNOWN |
Definition at line 3280 of file curl.stub.php.
const CURLINFO_PROXY_SSL_VERIFYRESULT = UNKNOWN |
Definition at line 2761 of file curl.stub.php.
const CURLINFO_PROXYAUTH_AVAIL = UNKNOWN |
Definition at line 1334 of file curl.stub.php.
const CURLINFO_REDIRECT_COUNT = UNKNOWN |
Definition at line 938 of file curl.stub.php.
const CURLINFO_REDIRECT_TIME = UNKNOWN |
Definition at line 943 of file curl.stub.php.
const CURLINFO_REDIRECT_TIME_T = UNKNOWN |
Definition at line 3046 of file curl.stub.php.
const CURLINFO_REDIRECT_URL = UNKNOWN |
Definition at line 1778 of file curl.stub.php.
const CURLINFO_REFERER = UNKNOWN |
Definition at line 3504 of file curl.stub.php.
const CURLINFO_REQUEST_SIZE = UNKNOWN |
Definition at line 948 of file curl.stub.php.
const CURLINFO_RESPONSE_CODE = UNKNOWN |
Definition at line 1329 of file curl.stub.php.
const CURLINFO_RETRY_AFTER = UNKNOWN |
Definition at line 3167 of file curl.stub.php.
const CURLINFO_RTSP_CLIENT_CSEQ = UNKNOWN |
Definition at line 2071 of file curl.stub.php.
const CURLINFO_RTSP_CSEQ_RECV = UNKNOWN |
Definition at line 2076 of file curl.stub.php.
const CURLINFO_RTSP_SERVER_CSEQ = UNKNOWN |
Definition at line 2081 of file curl.stub.php.
const CURLINFO_RTSP_SESSION_ID = UNKNOWN |
Definition at line 2086 of file curl.stub.php.
const CURLINFO_SCHEME = UNKNOWN |
Definition at line 2766 of file curl.stub.php.
const CURLINFO_SIZE_DOWNLOAD = UNKNOWN |
Definition at line 953 of file curl.stub.php.
const CURLINFO_SIZE_DOWNLOAD_T = UNKNOWN |
Definition at line 2930 of file curl.stub.php.
const CURLINFO_SIZE_UPLOAD = UNKNOWN |
Definition at line 958 of file curl.stub.php.
const CURLINFO_SIZE_UPLOAD_T = UNKNOWN |
Definition at line 2935 of file curl.stub.php.
const CURLINFO_SPEED_DOWNLOAD = UNKNOWN |
Definition at line 963 of file curl.stub.php.
const CURLINFO_SPEED_DOWNLOAD_T = UNKNOWN |
Definition at line 2940 of file curl.stub.php.
const CURLINFO_SPEED_UPLOAD = UNKNOWN |
Definition at line 968 of file curl.stub.php.
const CURLINFO_SPEED_UPLOAD_T = UNKNOWN |
Definition at line 2945 of file curl.stub.php.
const CURLINFO_SSL_DATA_IN = UNKNOWN |
Definition at line 529 of file curl.stub.php.
const CURLINFO_SSL_DATA_OUT = UNKNOWN |
Definition at line 523 of file curl.stub.php.
const CURLINFO_SSL_ENGINES = UNKNOWN |
Definition at line 1469 of file curl.stub.php.
const CURLINFO_SSL_VERIFYRESULT = UNKNOWN |
Definition at line 973 of file curl.stub.php.
const CURLINFO_STARTTRANSFER_TIME = UNKNOWN |
Definition at line 978 of file curl.stub.php.
const CURLINFO_STARTTRANSFER_TIME_T = UNKNOWN |
Definition at line 3051 of file curl.stub.php.
const CURLINFO_TEXT = UNKNOWN |
Definition at line 499 of file curl.stub.php.
const CURLINFO_TOTAL_TIME = UNKNOWN |
Definition at line 983 of file curl.stub.php.
const CURLINFO_TOTAL_TIME_T = UNKNOWN |
Definition at line 3056 of file curl.stub.php.
const CURLKHMATCH_LAST = UNKNOWN |
Definition at line 2064 of file curl.stub.php.
const CURLKHMATCH_MISMATCH = UNKNOWN |
Definition at line 2054 of file curl.stub.php.
const CURLKHMATCH_MISSING = UNKNOWN |
Definition at line 2059 of file curl.stub.php.
const CURLKHMATCH_OK = UNKNOWN |
Definition at line 2049 of file curl.stub.php.
const CURLM_ADDED_ALREADY = UNKNOWN |
Definition at line 1051 of file curl.stub.php.
const CURLM_BAD_EASY_HANDLE = UNKNOWN |
Definition at line 1021 of file curl.stub.php.
const CURLM_BAD_HANDLE = UNKNOWN |
Definition at line 1026 of file curl.stub.php.
const CURLM_CALL_MULTI_PERFORM = UNKNOWN |
Definition at line 1031 of file curl.stub.php.
const CURLM_INTERNAL_ERROR = UNKNOWN |
Definition at line 1036 of file curl.stub.php.
const CURLM_OK = UNKNOWN |
Definition at line 1041 of file curl.stub.php.
const CURLM_OUT_OF_MEMORY = UNKNOWN |
Definition at line 1046 of file curl.stub.php.
const CURLMIMEOPT_FORMESCAPE = UNKNOWN |
Definition at line 3583 of file curl.stub.php.
const CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE = UNKNOWN |
Definition at line 2442 of file curl.stub.php.
const CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE = UNKNOWN |
Definition at line 2447 of file curl.stub.php.
const CURLMOPT_MAX_CONCURRENT_STREAMS = UNKNOWN |
Definition at line 3180 of file curl.stub.php.
const CURLMOPT_MAX_HOST_CONNECTIONS = UNKNOWN |
Definition at line 2452 of file curl.stub.php.
const CURLMOPT_MAX_PIPELINE_LENGTH = UNKNOWN |
Definition at line 2457 of file curl.stub.php.
const CURLMOPT_MAX_TOTAL_CONNECTIONS = UNKNOWN |
Definition at line 2462 of file curl.stub.php.
const CURLMOPT_MAXCONNECTS = UNKNOWN |
Definition at line 1651 of file curl.stub.php.
const CURLMOPT_PIPELINING = UNKNOWN |
Definition at line 1580 of file curl.stub.php.
const CURLMOPT_PUSHFUNCTION = UNKNOWN |
Definition at line 2680 of file curl.stub.php.
const CURLMSG_DONE = UNKNOWN |
Definition at line 1009 of file curl.stub.php.
const CURLOPT_ABSTRACT_UNIX_SOCKET = UNKNOWN |
Definition at line 2872 of file curl.stub.php.
const CURLOPT_ACCEPT_ENCODING = UNKNOWN |
Definition at line 2346 of file curl.stub.php.
const CURLOPT_ACCEPTTIMEOUT_MS = UNKNOWN |
Definition at line 2385 of file curl.stub.php.
const CURLOPT_ADDRESS_SCOPE = UNKNOWN |
Definition at line 1796 of file curl.stub.php.
const CURLOPT_ALTSVC = UNKNOWN |
Definition at line 3131 of file curl.stub.php.
const CURLOPT_ALTSVC_CTRL = UNKNOWN |
Definition at line 3136 of file curl.stub.php.
const CURLOPT_APPEND = UNKNOWN |
Definition at line 1675 of file curl.stub.php.
const CURLOPT_AUTOREFERER = UNKNOWN |
Definition at line 13 of file curl.stub.php.
const CURLOPT_AWS_SIGV4 = UNKNOWN |
Definition at line 3496 of file curl.stub.php.
const CURLOPT_BINARYTRANSFER = UNKNOWN |
Definition at line 19 of file curl.stub.php.
const CURLOPT_BUFFERSIZE = UNKNOWN |
Definition at line 24 of file curl.stub.php.
const CURLOPT_CA_CACHE_TIMEOUT = UNKNOWN |
Definition at line 3625 of file curl.stub.php.
const CURLOPT_CAINFO = UNKNOWN |
Definition at line 29 of file curl.stub.php.
const CURLOPT_CAINFO_BLOB = UNKNOWN |
Definition at line 3532 of file curl.stub.php.
const CURLOPT_CAPATH = UNKNOWN |
Definition at line 34 of file curl.stub.php.
const CURLOPT_CERTINFO = UNKNOWN |
Definition at line 1859 of file curl.stub.php.
const CURLOPT_CONNECT_ONLY = UNKNOWN |
Definition at line 1507 of file curl.stub.php.
const CURLOPT_CONNECT_TO = UNKNOWN |
Definition at line 2718 of file curl.stub.php.
const CURLOPT_CONNECTTIMEOUT = UNKNOWN |
Definition at line 39 of file curl.stub.php.
const CURLOPT_CONNECTTIMEOUT_MS = UNKNOWN |
Definition at line 1629 of file curl.stub.php.
const CURLOPT_COOKIE = UNKNOWN |
Definition at line 44 of file curl.stub.php.
const CURLOPT_COOKIEFILE = UNKNOWN |
Definition at line 49 of file curl.stub.php.
const CURLOPT_COOKIEJAR = UNKNOWN |
Definition at line 54 of file curl.stub.php.
const CURLOPT_COOKIELIST = UNKNOWN |
Definition at line 1481 of file curl.stub.php.
const CURLOPT_COOKIESESSION = UNKNOWN |
Definition at line 59 of file curl.stub.php.
const CURLOPT_CRLF = UNKNOWN |
Definition at line 64 of file curl.stub.php.
const CURLOPT_CRLFILE = UNKNOWN |
Definition at line 1801 of file curl.stub.php.
const CURLOPT_CUSTOMREQUEST = UNKNOWN |
Definition at line 69 of file curl.stub.php.
const CURLOPT_DEBUGFUNCTION = UNKNOWN |
Definition at line 493 of file curl.stub.php.
const CURLOPT_DEFAULT_PROTOCOL = UNKNOWN |
Definition at line 2669 of file curl.stub.php.
const CURLOPT_DIRLISTONLY = UNKNOWN |
Definition at line 1680 of file curl.stub.php.
const CURLOPT_DISALLOW_USERNAME_IN_URL = UNKNOWN |
Definition at line 3068 of file curl.stub.php.
const CURLOPT_DNS_CACHE_TIMEOUT = UNKNOWN |
Definition at line 74 of file curl.stub.php.
const CURLOPT_DNS_INTERFACE = UNKNOWN |
Definition at line 2474 of file curl.stub.php.
const CURLOPT_DNS_LOCAL_IP4 = UNKNOWN |
Definition at line 2479 of file curl.stub.php.
const CURLOPT_DNS_LOCAL_IP6 = UNKNOWN |
Definition at line 2484 of file curl.stub.php.
const CURLOPT_DNS_SERVERS = UNKNOWN |
Definition at line 2390 of file curl.stub.php.
const CURLOPT_DNS_SHUFFLE_ADDRESSES = UNKNOWN |
Definition at line 3005 of file curl.stub.php.
const CURLOPT_DNS_USE_GLOBAL_CACHE = UNKNOWN |
Definition at line 79 of file curl.stub.php.
const CURLOPT_DOH_SSL_VERIFYHOST = UNKNOWN |
Definition at line 3509 of file curl.stub.php.
const CURLOPT_DOH_SSL_VERIFYPEER = UNKNOWN |
Definition at line 3514 of file curl.stub.php.
const CURLOPT_DOH_SSL_VERIFYSTATUS = UNKNOWN |
Definition at line 3519 of file curl.stub.php.
const CURLOPT_DOH_URL = UNKNOWN |
Definition at line 3085 of file curl.stub.php.
const CURLOPT_EGDSOCKET = UNKNOWN |
Definition at line 84 of file curl.stub.php.
const CURLOPT_ENCODING = UNKNOWN |
Definition at line 90 of file curl.stub.php.
const CURLOPT_EXPECT_100_TIMEOUT_MS = UNKNOWN |
Definition at line 2528 of file curl.stub.php.
const CURLOPT_FAILONERROR = UNKNOWN |
Definition at line 95 of file curl.stub.php.
const CURLOPT_FILE = UNKNOWN |
Definition at line 100 of file curl.stub.php.
const CURLOPT_FILETIME = UNKNOWN |
Definition at line 105 of file curl.stub.php.
const CURLOPT_FNMATCH_FUNCTION = UNKNOWN |
Definition at line 2243 of file curl.stub.php.
const CURLOPT_FOLLOWLOCATION = UNKNOWN |
Definition at line 110 of file curl.stub.php.
const CURLOPT_FORBID_REUSE = UNKNOWN |
Definition at line 115 of file curl.stub.php.
const CURLOPT_FRESH_CONNECT = UNKNOWN |
Definition at line 120 of file curl.stub.php.
const CURLOPT_FTP_ACCOUNT = UNKNOWN |
Definition at line 1450 of file curl.stub.php.
const CURLOPT_FTP_ALTERNATIVE_TO_USER = UNKNOWN |
Definition at line 1553 of file curl.stub.php.
const CURLOPT_FTP_CREATE_MISSING_DIRS = UNKNOWN |
Definition at line 1302 of file curl.stub.php.
const CURLOPT_FTP_FILEMETHOD = UNKNOWN |
Definition at line 1500 of file curl.stub.php.
const CURLOPT_FTP_RESPONSE_TIMEOUT = UNKNOWN |
Definition at line 1340 of file curl.stub.php.
const CURLOPT_FTP_SKIP_PASV_IP = UNKNOWN |
Definition at line 1493 of file curl.stub.php.
const CURLOPT_FTP_SSL = UNKNOWN |
Definition at line 1402 of file curl.stub.php.
const CURLOPT_FTP_SSL_CCC = UNKNOWN |
Definition at line 1592 of file curl.stub.php.
const CURLOPT_FTP_USE_EPRT = UNKNOWN |
Definition at line 140 of file curl.stub.php.
const CURLOPT_FTP_USE_EPSV = UNKNOWN |
Definition at line 145 of file curl.stub.php.
const CURLOPT_FTP_USE_PRET = UNKNOWN |
Definition at line 2091 of file curl.stub.php.
const CURLOPT_FTPAPPEND = UNKNOWN |
Definition at line 125 of file curl.stub.php.
const CURLOPT_FTPLISTONLY = UNKNOWN |
Definition at line 130 of file curl.stub.php.
const CURLOPT_FTPPORT = UNKNOWN |
Definition at line 135 of file curl.stub.php.
const CURLOPT_FTPSSLAUTH = UNKNOWN |
Definition at line 1443 of file curl.stub.php.
const CURLOPT_GSSAPI_DELEGATION = UNKNOWN |
Definition at line 2373 of file curl.stub.php.
const CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS = UNKNOWN |
Definition at line 2994 of file curl.stub.php.
const CURLOPT_HAPROXYPROTOCOL = UNKNOWN |
Definition at line 3010 of file curl.stub.php.
const CURLOPT_HEADER = UNKNOWN |
Definition at line 150 of file curl.stub.php.
const CURLOPT_HEADERFUNCTION = UNKNOWN |
Definition at line 155 of file curl.stub.php.
const CURLOPT_HEADEROPT = UNKNOWN |
Definition at line 2554 of file curl.stub.php.
const CURLOPT_HSTS = UNKNOWN |
Definition at line 3473 of file curl.stub.php.
const CURLOPT_HSTS_CTRL = UNKNOWN |
Definition at line 3478 of file curl.stub.php.
const CURLOPT_HTTP09_ALLOWED = UNKNOWN |
Definition at line 3103 of file curl.stub.php.
const CURLOPT_HTTP200ALIASES = UNKNOWN |
Definition at line 160 of file curl.stub.php.
const CURLOPT_HTTP_CONTENT_DECODING = UNKNOWN |
Definition at line 1634 of file curl.stub.php.
const CURLOPT_HTTP_TRANSFER_DECODING = UNKNOWN |
Definition at line 1639 of file curl.stub.php.
const CURLOPT_HTTP_VERSION = UNKNOWN |
Definition at line 180 of file curl.stub.php.
const CURLOPT_HTTPAUTH = UNKNOWN |
Definition at line 1254 of file curl.stub.php.
const CURLOPT_HTTPGET = UNKNOWN |
Definition at line 165 of file curl.stub.php.
const CURLOPT_HTTPHEADER = UNKNOWN |
Definition at line 170 of file curl.stub.php.
const CURLOPT_HTTPPROXYTUNNEL = UNKNOWN |
Definition at line 175 of file curl.stub.php.
const CURLOPT_IGNORE_CONTENT_LENGTH = UNKNOWN |
Definition at line 1486 of file curl.stub.php.
const CURLOPT_INFILE = UNKNOWN |
Definition at line 185 of file curl.stub.php.
const CURLOPT_INFILESIZE = UNKNOWN |
Definition at line 190 of file curl.stub.php.
const CURLOPT_INTERFACE = UNKNOWN |
Definition at line 195 of file curl.stub.php.
const CURLOPT_IPRESOLVE = UNKNOWN |
Definition at line 1350 of file curl.stub.php.
const CURLOPT_ISSUERCERT = UNKNOWN |
Definition at line 1806 of file curl.stub.php.
const CURLOPT_ISSUERCERT_BLOB = UNKNOWN |
Definition at line 3212 of file curl.stub.php.
const CURLOPT_KEEP_SENDING_ON_ERROR = UNKNOWN |
Definition at line 2740 of file curl.stub.php.
const CURLOPT_KEYPASSWD = UNKNOWN |
Definition at line 1811 of file curl.stub.php.
const CURLOPT_KRB4LEVEL = UNKNOWN |
Definition at line 200 of file curl.stub.php.
const CURLOPT_KRBLEVEL = UNKNOWN |
Definition at line 1658 of file curl.stub.php.
const CURLOPT_LOCALPORT = UNKNOWN |
Definition at line 1512 of file curl.stub.php.
const CURLOPT_LOCALPORTRANGE = UNKNOWN |
Definition at line 1517 of file curl.stub.php.
const CURLOPT_LOGIN_OPTIONS = UNKNOWN |
Definition at line 2506 of file curl.stub.php.
const CURLOPT_LOW_SPEED_LIMIT = UNKNOWN |
Definition at line 205 of file curl.stub.php.
const CURLOPT_LOW_SPEED_TIME = UNKNOWN |
Definition at line 210 of file curl.stub.php.
const CURLOPT_MAIL_AUTH = UNKNOWN |
Definition at line 2397 of file curl.stub.php.
const CURLOPT_MAIL_FROM = UNKNOWN |
Definition at line 2096 of file curl.stub.php.
const CURLOPT_MAIL_RCPT = UNKNOWN |
Definition at line 2101 of file curl.stub.php.
const CURLOPT_MAIL_RCPT_ALLLOWFAILS = UNKNOWN |
Definition at line 3196 of file curl.stub.php.
const CURLOPT_MAX_RECV_SPEED_LARGE = UNKNOWN |
Definition at line 1558 of file curl.stub.php.
const CURLOPT_MAX_SEND_SPEED_LARGE = UNKNOWN |
Definition at line 1563 of file curl.stub.php.
const CURLOPT_MAXAGE_CONN = UNKNOWN |
Definition at line 3149 of file curl.stub.php.
const CURLOPT_MAXCONNECTS = UNKNOWN |
Definition at line 215 of file curl.stub.php.
const CURLOPT_MAXFILESIZE = UNKNOWN |
Definition at line 1355 of file curl.stub.php.
const CURLOPT_MAXFILESIZE_LARGE = UNKNOWN |
Definition at line 1414 of file curl.stub.php.
const CURLOPT_MAXLIFETIME_CONN = UNKNOWN |
Definition at line 3550 of file curl.stub.php.
const CURLOPT_MAXREDIRS = UNKNOWN |
Definition at line 220 of file curl.stub.php.
const CURLOPT_MIME_OPTIONS = UNKNOWN |
Definition at line 3578 of file curl.stub.php.
const CURLOPT_NETRC = UNKNOWN |
Definition at line 225 of file curl.stub.php.
const CURLOPT_NETRC_FILE = UNKNOWN |
Definition at line 1407 of file curl.stub.php.
const CURLOPT_NEW_DIRECTORY_PERMS = UNKNOWN |
Definition at line 1663 of file curl.stub.php.
const CURLOPT_NEW_FILE_PERMS = UNKNOWN |
Definition at line 1668 of file curl.stub.php.
const CURLOPT_NOBODY = UNKNOWN |
Definition at line 230 of file curl.stub.php.
const CURLOPT_NOPROGRESS = UNKNOWN |
Definition at line 235 of file curl.stub.php.
const CURLOPT_NOPROXY = UNKNOWN |
Definition at line 1919 of file curl.stub.php.
const CURLOPT_NOSIGNAL = UNKNOWN |
Definition at line 240 of file curl.stub.php.
const CURLOPT_PASSWORD = UNKNOWN |
Definition at line 1864 of file curl.stub.php.
const CURLOPT_PATH_AS_IS = UNKNOWN |
Definition at line 2614 of file curl.stub.php.
const CURLOPT_PINNEDPUBLICKEY = UNKNOWN |
Definition at line 2576 of file curl.stub.php.
const CURLOPT_PIPEWAIT = UNKNOWN |
Definition at line 2631 of file curl.stub.php.
const CURLOPT_PORT = UNKNOWN |
Definition at line 245 of file curl.stub.php.
const CURLOPT_POST = UNKNOWN |
Definition at line 250 of file curl.stub.php.
const CURLOPT_POSTFIELDS = UNKNOWN |
Definition at line 255 of file curl.stub.php.
const CURLOPT_POSTQUOTE = UNKNOWN |
Definition at line 260 of file curl.stub.php.
const CURLOPT_POSTREDIR = UNKNOWN |
Definition at line 1869 of file curl.stub.php.
const CURLOPT_PRE_PROXY = UNKNOWN |
Definition at line 2771 of file curl.stub.php.
const CURLOPT_PREQUOTE = UNKNOWN |
Definition at line 265 of file curl.stub.php.
const CURLOPT_PREREQFUNCTION = UNKNOWN |
Definition at line 3560 of file curl.stub.php.
const CURLOPT_PRIVATE = UNKNOWN |
Definition at line 270 of file curl.stub.php.
const CURLOPT_PROGRESSFUNCTION = UNKNOWN |
Definition at line 275 of file curl.stub.php.
const CURLOPT_PROTOCOLS = UNKNOWN |
Definition at line 1924 of file curl.stub.php.
const CURLOPT_PROTOCOLS_STR = UNKNOWN |
Definition at line 3599 of file curl.stub.php.
const CURLOPT_PROXY = UNKNOWN |
Definition at line 280 of file curl.stub.php.
const CURLOPT_PROXY_CAINFO = UNKNOWN |
Definition at line 2776 of file curl.stub.php.
const CURLOPT_PROXY_CAINFO_BLOB = UNKNOWN |
Definition at line 3537 of file curl.stub.php.
const CURLOPT_PROXY_CAPATH = UNKNOWN |
Definition at line 2781 of file curl.stub.php.
const CURLOPT_PROXY_CRLFILE = UNKNOWN |
Definition at line 2786 of file curl.stub.php.
const CURLOPT_PROXY_ISSUERCERT = UNKNOWN |
Definition at line 3217 of file curl.stub.php.
const CURLOPT_PROXY_ISSUERCERT_BLOB = UNKNOWN |
Definition at line 3222 of file curl.stub.php.
const CURLOPT_PROXY_KEYPASSWD = UNKNOWN |
Definition at line 2791 of file curl.stub.php.
const CURLOPT_PROXY_PINNEDPUBLICKEY = UNKNOWN |
Definition at line 2796 of file curl.stub.php.
const CURLOPT_PROXY_SERVICE_NAME = UNKNOWN |
Definition at line 2636 of file curl.stub.php.
const CURLOPT_PROXY_SSL_CIPHER_LIST = UNKNOWN |
Definition at line 2801 of file curl.stub.php.
const CURLOPT_PROXY_SSL_OPTIONS = UNKNOWN |
Definition at line 2806 of file curl.stub.php.
const CURLOPT_PROXY_SSL_VERIFYHOST = UNKNOWN |
Definition at line 2811 of file curl.stub.php.
const CURLOPT_PROXY_SSL_VERIFYPEER = UNKNOWN |
Definition at line 2816 of file curl.stub.php.
const CURLOPT_PROXY_SSLCERT = UNKNOWN |
Definition at line 2821 of file curl.stub.php.
const CURLOPT_PROXY_SSLCERT_BLOB = UNKNOWN |
Definition at line 3227 of file curl.stub.php.
const CURLOPT_PROXY_SSLCERTTYPE = UNKNOWN |
Definition at line 2826 of file curl.stub.php.
const CURLOPT_PROXY_SSLKEY = UNKNOWN |
Definition at line 2831 of file curl.stub.php.
const CURLOPT_PROXY_SSLKEY_BLOB = UNKNOWN |
Definition at line 3232 of file curl.stub.php.
const CURLOPT_PROXY_SSLKEYTYPE = UNKNOWN |
Definition at line 2836 of file curl.stub.php.
const CURLOPT_PROXY_SSLVERSION = UNKNOWN |
Definition at line 2841 of file curl.stub.php.
const CURLOPT_PROXY_TLS13_CIPHERS = UNKNOWN |
Definition at line 3073 of file curl.stub.php.
const CURLOPT_PROXY_TLSAUTH_PASSWORD = UNKNOWN |
Definition at line 2846 of file curl.stub.php.
const CURLOPT_PROXY_TLSAUTH_TYPE = UNKNOWN |
Definition at line 2851 of file curl.stub.php.
const CURLOPT_PROXY_TLSAUTH_USERNAME = UNKNOWN |
Definition at line 2856 of file curl.stub.php.
const CURLOPT_PROXY_TRANSFER_MODE = UNKNOWN |
Definition at line 1720 of file curl.stub.php.
const CURLOPT_PROXYAUTH = UNKNOWN |
Definition at line 1307 of file curl.stub.php.
const CURLOPT_PROXYHEADER = UNKNOWN |
Definition at line 2559 of file curl.stub.php.
const CURLOPT_PROXYPASSWORD = UNKNOWN |
Definition at line 1874 of file curl.stub.php.
const CURLOPT_PROXYPORT = UNKNOWN |
Definition at line 285 of file curl.stub.php.
const CURLOPT_PROXYTYPE = UNKNOWN |
Definition at line 290 of file curl.stub.php.
const CURLOPT_PROXYUSERNAME = UNKNOWN |
Definition at line 1879 of file curl.stub.php.
const CURLOPT_PROXYUSERPWD = UNKNOWN |
Definition at line 295 of file curl.stub.php.
const CURLOPT_PUT = UNKNOWN |
Definition at line 300 of file curl.stub.php.
const CURLOPT_QUICK_EXIT = UNKNOWN |
Definition at line 3630 of file curl.stub.php.
const CURLOPT_QUOTE = UNKNOWN |
Definition at line 305 of file curl.stub.php.
const CURLOPT_RANDOM_FILE = UNKNOWN |
Definition at line 310 of file curl.stub.php.
const CURLOPT_RANGE = UNKNOWN |
Definition at line 315 of file curl.stub.php.
const CURLOPT_READDATA = UNKNOWN |
Definition at line 320 of file curl.stub.php.
const CURLOPT_READFUNCTION = UNKNOWN |
Definition at line 325 of file curl.stub.php.
const CURLOPT_REDIR_PROTOCOLS = UNKNOWN |
Definition at line 1929 of file curl.stub.php.
const CURLOPT_REDIR_PROTOCOLS_STR = UNKNOWN |
Definition at line 3604 of file curl.stub.php.
const CURLOPT_REFERER = UNKNOWN |
Definition at line 330 of file curl.stub.php.
const CURLOPT_REQUEST_TARGET = UNKNOWN |
Definition at line 2950 of file curl.stub.php.
const CURLOPT_RESOLVE = UNKNOWN |
Definition at line 2312 of file curl.stub.php.
const CURLOPT_RESUME_FROM = UNKNOWN |
Definition at line 335 of file curl.stub.php.
const CURLOPT_RETURNTRANSFER = UNKNOWN |
Definition at line 340 of file curl.stub.php.
const CURLOPT_RTSP_CLIENT_CSEQ = UNKNOWN |
Definition at line 2106 of file curl.stub.php.
const CURLOPT_RTSP_REQUEST = UNKNOWN |
Definition at line 2111 of file curl.stub.php.
const CURLOPT_RTSP_SERVER_CSEQ = UNKNOWN |
Definition at line 2116 of file curl.stub.php.
const CURLOPT_RTSP_SESSION_ID = UNKNOWN |
Definition at line 2121 of file curl.stub.php.
const CURLOPT_RTSP_STREAM_URI = UNKNOWN |
Definition at line 2126 of file curl.stub.php.
const CURLOPT_RTSP_TRANSPORT = UNKNOWN |
Definition at line 2131 of file curl.stub.php.
const CURLOPT_SAFE_UPLOAD = UNKNOWN |
Definition at line 3645 of file curl.stub.php.
const CURLOPT_SASL_AUTHZID = UNKNOWN |
Definition at line 3157 of file curl.stub.php.
const CURLOPT_SASL_IR = UNKNOWN |
Definition at line 2468 of file curl.stub.php.
const CURLOPT_SERVER_RESPONSE_TIMEOUT = UNKNOWN |
Definition at line 1345 of file curl.stub.php.
const CURLOPT_SERVICE_NAME = UNKNOWN |
Definition at line 2641 of file curl.stub.php.
const CURLOPT_SHARE = UNKNOWN |
Definition at line 345 of file curl.stub.php.
const CURLOPT_SOCKS5_AUTH = UNKNOWN |
Definition at line 2955 of file curl.stub.php.
const CURLOPT_SOCKS5_GSSAPI_NEC = UNKNOWN |
Definition at line 1934 of file curl.stub.php.
const CURLOPT_SOCKS5_GSSAPI_SERVICE = UNKNOWN |
Definition at line 1939 of file curl.stub.php.
const CURLOPT_SSH_AUTH_TYPES = UNKNOWN |
Definition at line 1597 of file curl.stub.php.
const CURLOPT_SSH_COMPRESSION = UNKNOWN |
Definition at line 2961 of file curl.stub.php.
const CURLOPT_SSH_HOST_PUBLIC_KEY_MD5 = UNKNOWN |
Definition at line 1713 of file curl.stub.php.
const CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256 = UNKNOWN |
Definition at line 3555 of file curl.stub.php.
const CURLOPT_SSH_HOSTKEYFUNCTION = UNKNOWN |
Definition at line 3591 of file curl.stub.php.
const CURLOPT_SSH_KNOWNHOSTS = UNKNOWN |
Definition at line 2044 of file curl.stub.php.
const CURLOPT_SSH_PRIVATE_KEYFILE = UNKNOWN |
Definition at line 1602 of file curl.stub.php.
const CURLOPT_SSH_PUBLIC_KEYFILE = UNKNOWN |
Definition at line 1607 of file curl.stub.php.
const CURLOPT_SSL_CIPHER_LIST = UNKNOWN |
Definition at line 395 of file curl.stub.php.
const CURLOPT_SSL_EC_CURVES = UNKNOWN |
Definition at line 3285 of file curl.stub.php.
const CURLOPT_SSL_ENABLE_ALPN = UNKNOWN |
Definition at line 2533 of file curl.stub.php.
const CURLOPT_SSL_ENABLE_NPN = UNKNOWN |
Definition at line 2538 of file curl.stub.php.
const CURLOPT_SSL_FALSESTART = UNKNOWN |
Definition at line 2619 of file curl.stub.php.
const CURLOPT_SSL_OPTIONS = UNKNOWN |
Definition at line 2402 of file curl.stub.php.
const CURLOPT_SSL_SESSIONID_CACHE = UNKNOWN |
Definition at line 1575 of file curl.stub.php.
const CURLOPT_SSL_VERIFYHOST = UNKNOWN |
Definition at line 400 of file curl.stub.php.
const CURLOPT_SSL_VERIFYPEER = UNKNOWN |
Definition at line 405 of file curl.stub.php.
const CURLOPT_SSL_VERIFYSTATUS = UNKNOWN |
Definition at line 2608 of file curl.stub.php.
const CURLOPT_SSLCERT = UNKNOWN |
Definition at line 350 of file curl.stub.php.
const CURLOPT_SSLCERT_BLOB = UNKNOWN |
Definition at line 3237 of file curl.stub.php.
const CURLOPT_SSLCERTPASSWD = UNKNOWN |
Definition at line 355 of file curl.stub.php.
const CURLOPT_SSLCERTTYPE = UNKNOWN |
Definition at line 360 of file curl.stub.php.
const CURLOPT_SSLENGINE = UNKNOWN |
Definition at line 365 of file curl.stub.php.
const CURLOPT_SSLENGINE_DEFAULT = UNKNOWN |
Definition at line 370 of file curl.stub.php.
const CURLOPT_SSLKEY = UNKNOWN |
Definition at line 375 of file curl.stub.php.
const CURLOPT_SSLKEY_BLOB = UNKNOWN |
Definition at line 3242 of file curl.stub.php.
const CURLOPT_SSLKEYPASSWD = UNKNOWN |
Definition at line 380 of file curl.stub.php.
const CURLOPT_SSLKEYTYPE = UNKNOWN |
Definition at line 385 of file curl.stub.php.
const CURLOPT_SSLVERSION = UNKNOWN |
Definition at line 390 of file curl.stub.php.
const CURLOPT_STDERR = UNKNOWN |
Definition at line 410 of file curl.stub.php.
const CURLOPT_STREAM_WEIGHT = UNKNOWN |
Definition at line 2675 of file curl.stub.php.
const CURLOPT_SUPPRESS_CONNECT_HEADERS = UNKNOWN |
Definition at line 2908 of file curl.stub.php.
const CURLOPT_TCP_FASTOPEN = UNKNOWN |
Definition at line 2723 of file curl.stub.php.
const CURLOPT_TCP_KEEPALIVE = UNKNOWN |
Definition at line 2407 of file curl.stub.php.
const CURLOPT_TCP_KEEPCNT = UNKNOWN |
Definition at line 416 of file curl.stub.php.
const CURLOPT_TCP_KEEPIDLE = UNKNOWN |
Definition at line 2412 of file curl.stub.php.
const CURLOPT_TCP_KEEPINTVL = UNKNOWN |
Definition at line 2417 of file curl.stub.php.
const CURLOPT_TCP_NODELAY = UNKNOWN |
Definition at line 1421 of file curl.stub.php.
const CURLOPT_TELNETOPTIONS = UNKNOWN |
Definition at line 422 of file curl.stub.php.
const CURLOPT_TFTP_BLKSIZE = UNKNOWN |
Definition at line 1944 of file curl.stub.php.
const CURLOPT_TFTP_NO_OPTIONS = UNKNOWN |
Definition at line 2707 of file curl.stub.php.
const CURLOPT_TIMECONDITION = UNKNOWN |
Definition at line 427 of file curl.stub.php.
const CURLOPT_TIMEOUT = UNKNOWN |
Definition at line 432 of file curl.stub.php.
const CURLOPT_TIMEOUT_MS = UNKNOWN |
Definition at line 1644 of file curl.stub.php.
const CURLOPT_TIMEVALUE = UNKNOWN |
Definition at line 437 of file curl.stub.php.
const CURLOPT_TIMEVALUE_LARGE = UNKNOWN |
Definition at line 2999 of file curl.stub.php.
const CURLOPT_TLS13_CIPHERS = UNKNOWN |
Definition at line 3078 of file curl.stub.php.
const CURLOPT_TLSAUTH_PASSWORD = UNKNOWN |
Definition at line 2319 of file curl.stub.php.
const CURLOPT_TLSAUTH_TYPE = UNKNOWN |
Definition at line 2324 of file curl.stub.php.
const CURLOPT_TLSAUTH_USERNAME = UNKNOWN |
Definition at line 2329 of file curl.stub.php.
const CURLOPT_TRANSFER_ENCODING = UNKNOWN |
Definition at line 2351 of file curl.stub.php.
const CURLOPT_TRANSFERTEXT = UNKNOWN |
Definition at line 442 of file curl.stub.php.
const CURLOPT_UNIX_SOCKET_PATH = UNKNOWN |
Definition at line 2582 of file curl.stub.php.
const CURLOPT_UNRESTRICTED_AUTH = UNKNOWN |
Definition at line 447 of file curl.stub.php.
const CURLOPT_UPKEEP_INTERVAL_MS = UNKNOWN |
Definition at line 3090 of file curl.stub.php.
const CURLOPT_UPLOAD = UNKNOWN |
Definition at line 452 of file curl.stub.php.
const CURLOPT_UPLOAD_BUFFERSIZE = UNKNOWN |
Definition at line 3095 of file curl.stub.php.
const CURLOPT_URL = UNKNOWN |
Definition at line 457 of file curl.stub.php.
const CURLOPT_USE_SSL = UNKNOWN |
Definition at line 1685 of file curl.stub.php.
const CURLOPT_USERAGENT = UNKNOWN |
Definition at line 462 of file curl.stub.php.
const CURLOPT_USERNAME = UNKNOWN |
Definition at line 1884 of file curl.stub.php.
const CURLOPT_USERPWD = UNKNOWN |
Definition at line 467 of file curl.stub.php.
const CURLOPT_VERBOSE = UNKNOWN |
Definition at line 472 of file curl.stub.php.
const CURLOPT_WILDCARDMATCH = UNKNOWN |
Definition at line 2248 of file curl.stub.php.
const CURLOPT_WRITEFUNCTION = UNKNOWN |
Definition at line 477 of file curl.stub.php.
const CURLOPT_WRITEHEADER = UNKNOWN |
Definition at line 482 of file curl.stub.php.
const CURLOPT_WS_OPTIONS = UNKNOWN |
Definition at line 3612 of file curl.stub.php.
const CURLOPT_XFERINFOFUNCTION = UNKNOWN |
Definition at line 487 of file curl.stub.php.
const CURLOPT_XOAUTH2_BEARER = UNKNOWN |
Definition at line 2489 of file curl.stub.php.
const CURLPAUSE_ALL = UNKNOWN |
Definition at line 1725 of file curl.stub.php.
const CURLPAUSE_CONT = UNKNOWN |
Definition at line 1730 of file curl.stub.php.
const CURLPAUSE_RECV = UNKNOWN |
Definition at line 1735 of file curl.stub.php.
const CURLPAUSE_RECV_CONT = UNKNOWN |
Definition at line 1740 of file curl.stub.php.
const CURLPAUSE_SEND = UNKNOWN |
Definition at line 1745 of file curl.stub.php.
const CURLPAUSE_SEND_CONT = UNKNOWN |
Definition at line 1750 of file curl.stub.php.
const CURLPIPE_HTTP1 = UNKNOWN |
Definition at line 2652 of file curl.stub.php.
const CURLPIPE_MULTIPLEX = UNKNOWN |
Definition at line 2657 of file curl.stub.php.
const CURLPIPE_NOTHING = UNKNOWN |
Definition at line 2647 of file curl.stub.php.
const CURLPROTO_ALL = UNKNOWN |
Definition at line 1950 of file curl.stub.php.
const CURLPROTO_DICT = UNKNOWN |
Definition at line 1955 of file curl.stub.php.
const CURLPROTO_FILE = UNKNOWN |
Definition at line 1960 of file curl.stub.php.
const CURLPROTO_FTP = UNKNOWN |
Definition at line 1965 of file curl.stub.php.
const CURLPROTO_FTPS = UNKNOWN |
Definition at line 1970 of file curl.stub.php.
const CURLPROTO_GOPHER = UNKNOWN |
Definition at line 2300 of file curl.stub.php.
const CURLPROTO_HTTP = UNKNOWN |
Definition at line 1975 of file curl.stub.php.
const CURLPROTO_HTTPS = UNKNOWN |
Definition at line 1980 of file curl.stub.php.
const CURLPROTO_IMAP = UNKNOWN |
Definition at line 2136 of file curl.stub.php.
const CURLPROTO_IMAPS = UNKNOWN |
Definition at line 2141 of file curl.stub.php.
const CURLPROTO_LDAP = UNKNOWN |
Definition at line 1985 of file curl.stub.php.
const CURLPROTO_LDAPS = UNKNOWN |
Definition at line 1990 of file curl.stub.php.
const CURLPROTO_MQTT = UNKNOWN |
Definition at line 3248 of file curl.stub.php.
const CURLPROTO_POP3 = UNKNOWN |
Definition at line 2146 of file curl.stub.php.
const CURLPROTO_POP3S = UNKNOWN |
Definition at line 2151 of file curl.stub.php.
const CURLPROTO_RTMP = UNKNOWN |
Definition at line 2253 of file curl.stub.php.
const CURLPROTO_RTMPE = UNKNOWN |
Definition at line 2258 of file curl.stub.php.
const CURLPROTO_RTMPS = UNKNOWN |
Definition at line 2263 of file curl.stub.php.
const CURLPROTO_RTMPT = UNKNOWN |
Definition at line 2268 of file curl.stub.php.
const CURLPROTO_RTMPTE = UNKNOWN |
Definition at line 2273 of file curl.stub.php.
const CURLPROTO_RTMPTS = UNKNOWN |
Definition at line 2278 of file curl.stub.php.
const CURLPROTO_RTSP = UNKNOWN |
Definition at line 2156 of file curl.stub.php.
const CURLPROTO_SCP = UNKNOWN |
Definition at line 1995 of file curl.stub.php.
const CURLPROTO_SFTP = UNKNOWN |
Definition at line 2000 of file curl.stub.php.
const CURLPROTO_SMB = UNKNOWN |
Definition at line 2587 of file curl.stub.php.
const CURLPROTO_SMBS = UNKNOWN |
Definition at line 2592 of file curl.stub.php.
const CURLPROTO_SMTP = UNKNOWN |
Definition at line 2161 of file curl.stub.php.
const CURLPROTO_SMTPS = UNKNOWN |
Definition at line 2166 of file curl.stub.php.
const CURLPROTO_TELNET = UNKNOWN |
Definition at line 2005 of file curl.stub.php.
const CURLPROTO_TFTP = UNKNOWN |
Definition at line 2010 of file curl.stub.php.
const CURLPROXY_HTTP = UNKNOWN |
Definition at line 1058 of file curl.stub.php.
const CURLPROXY_HTTP_1_0 = UNKNOWN |
Definition at line 2016 of file curl.stub.php.
const CURLPROXY_HTTPS = UNKNOWN |
Definition at line 2861 of file curl.stub.php.
const CURLPROXY_SOCKS4 = UNKNOWN |
Definition at line 1063 of file curl.stub.php.
const CURLPROXY_SOCKS4A = UNKNOWN |
Definition at line 1766 of file curl.stub.php.
const CURLPROXY_SOCKS5 = UNKNOWN |
Definition at line 1068 of file curl.stub.php.
const CURLPROXY_SOCKS5_HOSTNAME = UNKNOWN |
Definition at line 1771 of file curl.stub.php.
const CURLPX_BAD_ADDRESS_TYPE = UNKNOWN |
Definition at line 3290 of file curl.stub.php.
const CURLPX_BAD_VERSION = UNKNOWN |
Definition at line 3295 of file curl.stub.php.
const CURLPX_CLOSED = UNKNOWN |
Definition at line 3300 of file curl.stub.php.
const CURLPX_GSSAPI = UNKNOWN |
Definition at line 3305 of file curl.stub.php.
const CURLPX_GSSAPI_PERMSG = UNKNOWN |
Definition at line 3310 of file curl.stub.php.
const CURLPX_GSSAPI_PROTECTION = UNKNOWN |
Definition at line 3315 of file curl.stub.php.
const CURLPX_IDENTD = UNKNOWN |
Definition at line 3320 of file curl.stub.php.
const CURLPX_IDENTD_DIFFER = UNKNOWN |
Definition at line 3325 of file curl.stub.php.
const CURLPX_LONG_HOSTNAME = UNKNOWN |
Definition at line 3330 of file curl.stub.php.
const CURLPX_LONG_PASSWD = UNKNOWN |
Definition at line 3335 of file curl.stub.php.
const CURLPX_LONG_USER = UNKNOWN |
Definition at line 3340 of file curl.stub.php.
const CURLPX_NO_AUTH = UNKNOWN |
Definition at line 3345 of file curl.stub.php.
const CURLPX_OK = UNKNOWN |
Definition at line 3350 of file curl.stub.php.
const CURLPX_RECV_ADDRESS = UNKNOWN |
Definition at line 3355 of file curl.stub.php.
const CURLPX_RECV_AUTH = UNKNOWN |
Definition at line 3360 of file curl.stub.php.
const CURLPX_RECV_CONNECT = UNKNOWN |
Definition at line 3365 of file curl.stub.php.
const CURLPX_RECV_REQACK = UNKNOWN |
Definition at line 3370 of file curl.stub.php.
const CURLPX_REPLY_ADDRESS_TYPE_NOT_SUPPORTED = UNKNOWN |
Definition at line 3375 of file curl.stub.php.
const CURLPX_REPLY_COMMAND_NOT_SUPPORTED = UNKNOWN |
Definition at line 3380 of file curl.stub.php.
const CURLPX_REPLY_CONNECTION_REFUSED = UNKNOWN |
Definition at line 3385 of file curl.stub.php.
const CURLPX_REPLY_GENERAL_SERVER_FAILURE = UNKNOWN |
Definition at line 3390 of file curl.stub.php.
const CURLPX_REPLY_HOST_UNREACHABLE = UNKNOWN |
Definition at line 3395 of file curl.stub.php.
const CURLPX_REPLY_NETWORK_UNREACHABLE = UNKNOWN |
Definition at line 3400 of file curl.stub.php.
const CURLPX_REPLY_NOT_ALLOWED = UNKNOWN |
Definition at line 3405 of file curl.stub.php.
const CURLPX_REPLY_TTL_EXPIRED = UNKNOWN |
Definition at line 3410 of file curl.stub.php.
const CURLPX_REPLY_UNASSIGNED = UNKNOWN |
Definition at line 3415 of file curl.stub.php.
const CURLPX_REQUEST_FAILED = UNKNOWN |
Definition at line 3420 of file curl.stub.php.
const CURLPX_RESOLVE_HOST = UNKNOWN |
Definition at line 3425 of file curl.stub.php.
const CURLPX_SEND_AUTH = UNKNOWN |
Definition at line 3430 of file curl.stub.php.
const CURLPX_SEND_CONNECT = UNKNOWN |
Definition at line 3435 of file curl.stub.php.
const CURLPX_SEND_REQUEST = UNKNOWN |
Definition at line 3440 of file curl.stub.php.
const CURLPX_UNKNOWN_FAIL = UNKNOWN |
Definition at line 3445 of file curl.stub.php.
const CURLPX_UNKNOWN_MODE = UNKNOWN |
Definition at line 3450 of file curl.stub.php.
const CURLPX_USER_REJECTED = UNKNOWN |
Definition at line 3455 of file curl.stub.php.
const CURLSHOPT_NONE = UNKNOWN |
Definition at line 1075 of file curl.stub.php.
const CURLSHOPT_SHARE = UNKNOWN |
Definition at line 1080 of file curl.stub.php.
const CURLSHOPT_UNSHARE = UNKNOWN |
Definition at line 1085 of file curl.stub.php.
const CURLSSH_AUTH_AGENT = UNKNOWN |
Definition at line 2436 of file curl.stub.php.
const CURLSSH_AUTH_ANY = UNKNOWN |
Definition at line 1817 of file curl.stub.php.
const CURLSSH_AUTH_DEFAULT = UNKNOWN |
Definition at line 1822 of file curl.stub.php.
const CURLSSH_AUTH_GSSAPI = UNKNOWN |
Definition at line 2983 of file curl.stub.php.
const CURLSSH_AUTH_HOST = UNKNOWN |
Definition at line 1827 of file curl.stub.php.
const CURLSSH_AUTH_KEYBOARD = UNKNOWN |
Definition at line 1832 of file curl.stub.php.
const CURLSSH_AUTH_NONE = UNKNOWN |
Definition at line 1837 of file curl.stub.php.
const CURLSSH_AUTH_PASSWORD = UNKNOWN |
Definition at line 1842 of file curl.stub.php.
const CURLSSH_AUTH_PUBLICKEY = UNKNOWN |
Definition at line 1847 of file curl.stub.php.
const CURLSSLOPT_ALLOW_BEAST = UNKNOWN |
Definition at line 2422 of file curl.stub.php.
const CURLSSLOPT_AUTO_CLIENT_CERT = UNKNOWN |
Definition at line 3542 of file curl.stub.php.
const CURLSSLOPT_NATIVE_CA = UNKNOWN |
Definition at line 3254 of file curl.stub.php.
const CURLSSLOPT_NO_PARTIALCHAIN = UNKNOWN |
Definition at line 3188 of file curl.stub.php.
const CURLSSLOPT_NO_REVOKE = UNKNOWN |
Definition at line 2663 of file curl.stub.php.
const CURLSSLOPT_REVOKE_BEST_EFFORT = UNKNOWN |
Definition at line 3204 of file curl.stub.php.
const CURLUSESSL_ALL = UNKNOWN |
Definition at line 1691 of file curl.stub.php.
const CURLUSESSL_CONTROL = UNKNOWN |
Definition at line 1696 of file curl.stub.php.
const CURLUSESSL_NONE = UNKNOWN |
Definition at line 1701 of file curl.stub.php.
const CURLUSESSL_TRY = UNKNOWN |
Definition at line 1706 of file curl.stub.php.
const CURLVERSION_NOW = UNKNOWN |
Definition at line 1014 of file curl.stub.php.
const CURLWS_RAW_MODE = UNKNOWN |
Definition at line 3617 of file curl.stub.php.