php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
curl.stub.php File Reference

Go to the source code of this file.

Data Structures

class  CurlHandle
 
class  CurlMultiHandle
 
class  CurlShareHandle
 

Functions

 curl_close (CurlHandle $handle)
 
 curl_copy_handle (CurlHandle $handle)
 
 curl_errno (CurlHandle $handle)
 
 curl_error (CurlHandle $handle)
 
 curl_escape (CurlHandle $handle, string $string)
 
 curl_unescape (CurlHandle $handle, string $string)
 
 curl_multi_setopt (CurlMultiHandle $multi_handle, int $option, mixed $value)
 
 curl_exec (CurlHandle $handle)
 
 curl_file_create (string $filename, ?string $mime_type=null, ?string $posted_filename=null)
 
 curl_getinfo (CurlHandle $handle, ?int $option=null)
 
 curl_init (?string $url=null)
 
 curl_upkeep (CurlHandle $handle)
 
 curl_multi_add_handle (CurlMultiHandle $multi_handle, CurlHandle $handle)
 
 curl_multi_close (CurlMultiHandle $multi_handle)
 
 curl_multi_errno (CurlMultiHandle $multi_handle)
 
 curl_multi_exec (CurlMultiHandle $multi_handle, &$still_running)
 
 curl_multi_getcontent (CurlHandle $handle)
 
 curl_multi_info_read (CurlMultiHandle $multi_handle, &$queued_messages=null)
 
 curl_multi_init ()
 
 curl_multi_remove_handle (CurlMultiHandle $multi_handle, CurlHandle $handle)
 
 curl_multi_select (CurlMultiHandle $multi_handle, float $timeout=1.0)
 
 curl_multi_strerror (int $error_code)
 
 curl_pause (CurlHandle $handle, int $flags)
 
 curl_reset (CurlHandle $handle)
 
 curl_setopt_array (CurlHandle $handle, array $options)
 
 curl_setopt (CurlHandle $handle, int $option, mixed $value)
 
 curl_share_close (CurlShareHandle $share_handle)
 
 curl_share_errno (CurlShareHandle $share_handle)
 
 curl_share_init ()
 
 curl_share_setopt (CurlShareHandle $share_handle, int $option, mixed $value)
 
 curl_share_strerror (int $error_code)
 
 curl_strerror (int $error_code)
 
 curl_version ()
 

Variables

const CURLOPT_AUTOREFERER = UNKNOWN
 
const CURLOPT_BINARYTRANSFER = UNKNOWN
 
const CURLOPT_BUFFERSIZE = UNKNOWN
 
const CURLOPT_CAINFO = UNKNOWN
 
const CURLOPT_CAPATH = UNKNOWN
 
const CURLOPT_CONNECTTIMEOUT = UNKNOWN
 
const CURLOPT_COOKIE = UNKNOWN
 
const CURLOPT_COOKIEFILE = UNKNOWN
 
const CURLOPT_COOKIEJAR = UNKNOWN
 
const CURLOPT_COOKIESESSION = UNKNOWN
 
const CURLOPT_CRLF = UNKNOWN
 
const CURLOPT_CUSTOMREQUEST = UNKNOWN
 
const CURLOPT_DNS_CACHE_TIMEOUT = UNKNOWN
 
const CURLOPT_DNS_USE_GLOBAL_CACHE = UNKNOWN
 
const CURLOPT_EGDSOCKET = UNKNOWN
 
const CURLOPT_ENCODING = UNKNOWN
 
const CURLOPT_FAILONERROR = UNKNOWN
 
const CURLOPT_FILE = UNKNOWN
 
const CURLOPT_FILETIME = UNKNOWN
 
const CURLOPT_FOLLOWLOCATION = UNKNOWN
 
const CURLOPT_FORBID_REUSE = UNKNOWN
 
const CURLOPT_FRESH_CONNECT = UNKNOWN
 
const CURLOPT_FTPAPPEND = UNKNOWN
 
const CURLOPT_FTPLISTONLY = UNKNOWN
 
const CURLOPT_FTPPORT = UNKNOWN
 
const CURLOPT_FTP_USE_EPRT = UNKNOWN
 
const CURLOPT_FTP_USE_EPSV = UNKNOWN
 
const CURLOPT_HEADER = UNKNOWN
 
const CURLOPT_HEADERFUNCTION = UNKNOWN
 
const CURLOPT_HTTP200ALIASES = UNKNOWN
 
const CURLOPT_HTTPGET = UNKNOWN
 
const CURLOPT_HTTPHEADER = UNKNOWN
 
const CURLOPT_HTTPPROXYTUNNEL = UNKNOWN
 
const CURLOPT_HTTP_VERSION = UNKNOWN
 
const CURLOPT_INFILE = UNKNOWN
 
const CURLOPT_INFILESIZE = UNKNOWN
 
const CURLOPT_INTERFACE = UNKNOWN
 
const CURLOPT_KRB4LEVEL = UNKNOWN
 
const CURLOPT_LOW_SPEED_LIMIT = UNKNOWN
 
const CURLOPT_LOW_SPEED_TIME = UNKNOWN
 
const CURLOPT_MAXCONNECTS = UNKNOWN
 
const CURLOPT_MAXREDIRS = UNKNOWN
 
const CURLOPT_NETRC = UNKNOWN
 
const CURLOPT_NOBODY = UNKNOWN
 
const CURLOPT_NOPROGRESS = UNKNOWN
 
const CURLOPT_NOSIGNAL = UNKNOWN
 
const CURLOPT_PORT = UNKNOWN
 
const CURLOPT_POST = UNKNOWN
 
const CURLOPT_POSTFIELDS = UNKNOWN
 
const CURLOPT_POSTQUOTE = UNKNOWN
 
const CURLOPT_PREQUOTE = UNKNOWN
 
const CURLOPT_PRIVATE = UNKNOWN
 
const CURLOPT_PROGRESSFUNCTION = UNKNOWN
 
const CURLOPT_PROXY = UNKNOWN
 
const CURLOPT_PROXYPORT = UNKNOWN
 
const CURLOPT_PROXYTYPE = UNKNOWN
 
const CURLOPT_PROXYUSERPWD = UNKNOWN
 
const CURLOPT_PUT = UNKNOWN
 
const CURLOPT_QUOTE = UNKNOWN
 
const CURLOPT_RANDOM_FILE = UNKNOWN
 
const CURLOPT_RANGE = UNKNOWN
 
const CURLOPT_READDATA = UNKNOWN
 
const CURLOPT_READFUNCTION = UNKNOWN
 
const CURLOPT_REFERER = UNKNOWN
 
const CURLOPT_RESUME_FROM = UNKNOWN
 
const CURLOPT_RETURNTRANSFER = UNKNOWN
 
const CURLOPT_SHARE = UNKNOWN
 
const CURLOPT_SSLCERT = UNKNOWN
 
const CURLOPT_SSLCERTPASSWD = UNKNOWN
 
const CURLOPT_SSLCERTTYPE = UNKNOWN
 
const CURLOPT_SSLENGINE = UNKNOWN
 
const CURLOPT_SSLENGINE_DEFAULT = UNKNOWN
 
const CURLOPT_SSLKEY = UNKNOWN
 
const CURLOPT_SSLKEYPASSWD = UNKNOWN
 
const CURLOPT_SSLKEYTYPE = UNKNOWN
 
const CURLOPT_SSLVERSION = UNKNOWN
 
const CURLOPT_SSL_CIPHER_LIST = UNKNOWN
 
const CURLOPT_SSL_VERIFYHOST = UNKNOWN
 
const CURLOPT_SSL_VERIFYPEER = UNKNOWN
 
const CURLOPT_STDERR = UNKNOWN
 
const CURLOPT_TCP_KEEPCNT = UNKNOWN
 
const CURLOPT_TELNETOPTIONS = UNKNOWN
 
const CURLOPT_TIMECONDITION = UNKNOWN
 
const CURLOPT_TIMEOUT = UNKNOWN
 
const CURLOPT_TIMEVALUE = UNKNOWN
 
const CURLOPT_TRANSFERTEXT = UNKNOWN
 
const CURLOPT_UNRESTRICTED_AUTH = UNKNOWN
 
const CURLOPT_UPLOAD = UNKNOWN
 
const CURLOPT_URL = UNKNOWN
 
const CURLOPT_USERAGENT = UNKNOWN
 
const CURLOPT_USERPWD = UNKNOWN
 
const CURLOPT_VERBOSE = UNKNOWN
 
const CURLOPT_WRITEFUNCTION = UNKNOWN
 
const CURLOPT_WRITEHEADER = UNKNOWN
 
const CURLOPT_XFERINFOFUNCTION = UNKNOWN
 
const CURLOPT_DEBUGFUNCTION = UNKNOWN
 
const CURLINFO_TEXT = UNKNOWN
 
const CURLINFO_HEADER_IN = UNKNOWN
 
const CURLINFO_DATA_IN = UNKNOWN
 
const CURLINFO_DATA_OUT = UNKNOWN
 
const CURLINFO_SSL_DATA_OUT = UNKNOWN
 
const CURLINFO_SSL_DATA_IN = UNKNOWN
 
const CURLE_ABORTED_BY_CALLBACK = UNKNOWN
 
const CURLE_BAD_CALLING_ORDER = UNKNOWN
 
const CURLE_BAD_CONTENT_ENCODING = UNKNOWN
 
const CURLE_BAD_DOWNLOAD_RESUME = UNKNOWN
 
const CURLE_BAD_FUNCTION_ARGUMENT = UNKNOWN
 
const CURLE_BAD_PASSWORD_ENTERED = UNKNOWN
 
const CURLE_COULDNT_CONNECT = UNKNOWN
 
const CURLE_COULDNT_RESOLVE_HOST = UNKNOWN
 
const CURLE_COULDNT_RESOLVE_PROXY = UNKNOWN
 
const CURLE_FAILED_INIT = UNKNOWN
 
const CURLE_FILE_COULDNT_READ_FILE = UNKNOWN
 
const CURLE_FTP_ACCESS_DENIED = UNKNOWN
 
const CURLE_FTP_BAD_DOWNLOAD_RESUME = UNKNOWN
 
const CURLE_FTP_CANT_GET_HOST = UNKNOWN
 
const CURLE_FTP_CANT_RECONNECT = UNKNOWN
 
const CURLE_FTP_COULDNT_GET_SIZE = UNKNOWN
 
const CURLE_FTP_COULDNT_RETR_FILE = UNKNOWN
 
const CURLE_FTP_COULDNT_SET_ASCII = UNKNOWN
 
const CURLE_FTP_COULDNT_SET_BINARY = UNKNOWN
 
const CURLE_FTP_COULDNT_STOR_FILE = UNKNOWN
 
const CURLE_FTP_COULDNT_USE_REST = UNKNOWN
 
const CURLE_FTP_PARTIAL_FILE = UNKNOWN
 
const CURLE_FTP_PORT_FAILED = UNKNOWN
 
const CURLE_FTP_QUOTE_ERROR = UNKNOWN
 
const CURLE_FTP_USER_PASSWORD_INCORRECT = UNKNOWN
 
const CURLE_FTP_WEIRD_227_FORMAT = UNKNOWN
 
const CURLE_FTP_WEIRD_PASS_REPLY = UNKNOWN
 
const CURLE_FTP_WEIRD_PASV_REPLY = UNKNOWN
 
const CURLE_FTP_WEIRD_SERVER_REPLY = UNKNOWN
 
const CURLE_FTP_WEIRD_USER_REPLY = UNKNOWN
 
const CURLE_FTP_WRITE_ERROR = UNKNOWN
 
const CURLE_FUNCTION_NOT_FOUND = UNKNOWN
 
const CURLE_GOT_NOTHING = UNKNOWN
 
const CURLE_HTTP_NOT_FOUND = UNKNOWN
 
const CURLE_HTTP_PORT_FAILED = UNKNOWN
 
const CURLE_HTTP_POST_ERROR = UNKNOWN
 
const CURLE_HTTP_RANGE_ERROR = UNKNOWN
 
const CURLE_HTTP_RETURNED_ERROR = UNKNOWN
 
const CURLE_LDAP_CANNOT_BIND = UNKNOWN
 
const CURLE_LDAP_SEARCH_FAILED = UNKNOWN
 
const CURLE_LIBRARY_NOT_FOUND = UNKNOWN
 
const CURLE_MALFORMAT_USER = UNKNOWN
 
const CURLE_OBSOLETE = UNKNOWN
 
const CURLE_OK = UNKNOWN
 
const CURLE_OPERATION_TIMEDOUT = UNKNOWN
 
const CURLE_OPERATION_TIMEOUTED = UNKNOWN
 
const CURLE_OUT_OF_MEMORY = UNKNOWN
 
const CURLE_PARTIAL_FILE = UNKNOWN
 
const CURLE_READ_ERROR = UNKNOWN
 
const CURLE_RECV_ERROR = UNKNOWN
 
const CURLE_SEND_ERROR = UNKNOWN
 
const CURLE_SHARE_IN_USE = UNKNOWN
 
const CURLE_SSL_CACERT = UNKNOWN
 
const CURLE_SSL_CERTPROBLEM = UNKNOWN
 
const CURLE_SSL_CIPHER = UNKNOWN
 
const CURLE_SSL_CONNECT_ERROR = UNKNOWN
 
const CURLE_SSL_ENGINE_NOTFOUND = UNKNOWN
 
const CURLE_SSL_ENGINE_SETFAILED = UNKNOWN
 
const CURLE_SSL_PEER_CERTIFICATE = UNKNOWN
 
const CURLE_SSL_PINNEDPUBKEYNOTMATCH = UNKNOWN
 
const CURLE_TELNET_OPTION_SYNTAX = UNKNOWN
 
const CURLE_TOO_MANY_REDIRECTS = UNKNOWN
 
const CURLE_UNKNOWN_TELNET_OPTION = UNKNOWN
 
const CURLE_UNSUPPORTED_PROTOCOL = UNKNOWN
 
const CURLE_URL_MALFORMAT = UNKNOWN
 
const CURLE_URL_MALFORMAT_USER = UNKNOWN
 
const CURLE_WRITE_ERROR = UNKNOWN
 
const CURLINFO_CONNECT_TIME = UNKNOWN
 
const CURLINFO_CONTENT_LENGTH_DOWNLOAD = UNKNOWN
 
const CURLINFO_CONTENT_LENGTH_UPLOAD = UNKNOWN
 
const CURLINFO_CONTENT_TYPE = UNKNOWN
 
const CURLINFO_EFFECTIVE_URL = UNKNOWN
 
const CURLINFO_FILETIME = UNKNOWN
 
const CURLINFO_HEADER_OUT = UNKNOWN
 
const CURLINFO_HEADER_SIZE = UNKNOWN
 
const CURLINFO_HTTP_CODE = UNKNOWN
 
const CURLINFO_LASTONE = UNKNOWN
 
const CURLINFO_NAMELOOKUP_TIME = UNKNOWN
 
const CURLINFO_PRETRANSFER_TIME = UNKNOWN
 
const CURLINFO_PRIVATE = UNKNOWN
 
const CURLINFO_REDIRECT_COUNT = UNKNOWN
 
const CURLINFO_REDIRECT_TIME = UNKNOWN
 
const CURLINFO_REQUEST_SIZE = UNKNOWN
 
const CURLINFO_SIZE_DOWNLOAD = UNKNOWN
 
const CURLINFO_SIZE_UPLOAD = UNKNOWN
 
const CURLINFO_SPEED_DOWNLOAD = UNKNOWN
 
const CURLINFO_SPEED_UPLOAD = UNKNOWN
 
const CURLINFO_SSL_VERIFYRESULT = UNKNOWN
 
const CURLINFO_STARTTRANSFER_TIME = UNKNOWN
 
const CURLINFO_TOTAL_TIME = UNKNOWN
 
const CURLINFO_EFFECTIVE_METHOD = UNKNOWN
 
const CURLINFO_CAPATH = UNKNOWN
 
const CURLINFO_CAINFO = UNKNOWN
 
const CURLMSG_DONE = UNKNOWN
 
const CURLVERSION_NOW = UNKNOWN
 
const CURLM_BAD_EASY_HANDLE = UNKNOWN
 
const CURLM_BAD_HANDLE = UNKNOWN
 
const CURLM_CALL_MULTI_PERFORM = UNKNOWN
 
const CURLM_INTERNAL_ERROR = UNKNOWN
 
const CURLM_OK = UNKNOWN
 
const CURLM_OUT_OF_MEMORY = UNKNOWN
 
const CURLM_ADDED_ALREADY = UNKNOWN
 
const CURLPROXY_HTTP = UNKNOWN
 
const CURLPROXY_SOCKS4 = UNKNOWN
 
const CURLPROXY_SOCKS5 = UNKNOWN
 
const CURLSHOPT_NONE = UNKNOWN
 
const CURLSHOPT_SHARE = UNKNOWN
 
const CURLSHOPT_UNSHARE = UNKNOWN
 
const CURL_HTTP_VERSION_1_0 = UNKNOWN
 
const CURL_HTTP_VERSION_1_1 = UNKNOWN
 
const CURL_HTTP_VERSION_NONE = UNKNOWN
 
const CURL_LOCK_DATA_COOKIE = UNKNOWN
 
const CURL_LOCK_DATA_DNS = UNKNOWN
 
const CURL_LOCK_DATA_SSL_SESSION = UNKNOWN
 
const CURL_NETRC_IGNORED = UNKNOWN
 
const CURL_NETRC_OPTIONAL = UNKNOWN
 
const CURL_NETRC_REQUIRED = UNKNOWN
 
const CURL_SSLVERSION_DEFAULT = UNKNOWN
 
const CURL_SSLVERSION_SSLv2 = UNKNOWN
 
const CURL_SSLVERSION_SSLv3 = UNKNOWN
 
const CURL_SSLVERSION_TLSv1 = UNKNOWN
 
const CURL_TIMECOND_IFMODSINCE = UNKNOWN
 
const CURL_TIMECOND_IFUNMODSINCE = UNKNOWN
 
const CURL_TIMECOND_LASTMOD = UNKNOWN
 
const CURL_TIMECOND_NONE = UNKNOWN
 
const CURL_VERSION_ASYNCHDNS = UNKNOWN
 
const CURL_VERSION_CONV = UNKNOWN
 
const CURL_VERSION_DEBUG = UNKNOWN
 
const CURL_VERSION_GSSNEGOTIATE = UNKNOWN
 
const CURL_VERSION_IDN = UNKNOWN
 
const CURL_VERSION_IPV6 = UNKNOWN
 
const CURL_VERSION_KERBEROS4 = UNKNOWN
 
const CURL_VERSION_LARGEFILE = UNKNOWN
 
const CURL_VERSION_LIBZ = UNKNOWN
 
const CURL_VERSION_NTLM = UNKNOWN
 
const CURL_VERSION_SPNEGO = UNKNOWN
 
const CURL_VERSION_SSL = UNKNOWN
 
const CURL_VERSION_SSPI = UNKNOWN
 
const CURLOPT_HTTPAUTH = UNKNOWN
 
const CURLAUTH_ANY = UNKNOWN
 
const CURLAUTH_ANYSAFE = UNKNOWN
 
const CURLAUTH_BASIC = UNKNOWN
 
const CURLAUTH_DIGEST = UNKNOWN
 
const CURLAUTH_GSSNEGOTIATE = UNKNOWN
 
const CURLAUTH_NONE = UNKNOWN
 
const CURLAUTH_NTLM = UNKNOWN
 
const CURLINFO_HTTP_CONNECTCODE = UNKNOWN
 
const CURLOPT_FTP_CREATE_MISSING_DIRS = UNKNOWN
 
const CURLOPT_PROXYAUTH = UNKNOWN
 
const CURLE_FILESIZE_EXCEEDED = UNKNOWN
 
const CURLE_LDAP_INVALID_URL = UNKNOWN
 
const CURLINFO_HTTPAUTH_AVAIL = UNKNOWN
 
const CURLINFO_RESPONSE_CODE = UNKNOWN
 
const CURLINFO_PROXYAUTH_AVAIL = UNKNOWN
 
const CURLOPT_FTP_RESPONSE_TIMEOUT = UNKNOWN
 
const CURLOPT_SERVER_RESPONSE_TIMEOUT = UNKNOWN
 
const CURLOPT_IPRESOLVE = UNKNOWN
 
const CURLOPT_MAXFILESIZE = UNKNOWN
 
const CURL_IPRESOLVE_V4 = UNKNOWN
 
const CURL_IPRESOLVE_V6 = UNKNOWN
 
const CURL_IPRESOLVE_WHATEVER = UNKNOWN
 
const CURLE_FTP_SSL_FAILED = UNKNOWN
 
const CURLFTPSSL_ALL = UNKNOWN
 
const CURLFTPSSL_CONTROL = UNKNOWN
 
const CURLFTPSSL_NONE = UNKNOWN
 
const CURLFTPSSL_TRY = UNKNOWN
 
const CURLOPT_FTP_SSL = UNKNOWN
 
const CURLOPT_NETRC_FILE = UNKNOWN
 
const CURLOPT_MAXFILESIZE_LARGE = UNKNOWN
 
const CURLOPT_TCP_NODELAY = UNKNOWN
 
const CURLFTPAUTH_DEFAULT = UNKNOWN
 
const CURLFTPAUTH_SSL = UNKNOWN
 
const CURLFTPAUTH_TLS = UNKNOWN
 
const CURLOPT_FTPSSLAUTH = UNKNOWN
 
const CURLOPT_FTP_ACCOUNT = UNKNOWN
 
const CURLINFO_OS_ERRNO = UNKNOWN
 
const CURLINFO_NUM_CONNECTS = UNKNOWN
 
const CURLINFO_SSL_ENGINES = UNKNOWN
 
const CURLINFO_COOKIELIST = UNKNOWN
 
const CURLOPT_COOKIELIST = UNKNOWN
 
const CURLOPT_IGNORE_CONTENT_LENGTH = UNKNOWN
 
const CURLOPT_FTP_SKIP_PASV_IP = UNKNOWN
 
const CURLOPT_FTP_FILEMETHOD = UNKNOWN
 
const CURLOPT_CONNECT_ONLY = UNKNOWN
 
const CURLOPT_LOCALPORT = UNKNOWN
 
const CURLOPT_LOCALPORTRANGE = UNKNOWN
 
const CURLFTPMETHOD_DEFAULT = UNKNOWN
 
const CURLFTPMETHOD_MULTICWD = UNKNOWN
 
const CURLFTPMETHOD_NOCWD = UNKNOWN
 
const CURLFTPMETHOD_SINGLECWD = UNKNOWN
 
const CURLINFO_FTP_ENTRY_PATH = UNKNOWN
 
const CURLOPT_FTP_ALTERNATIVE_TO_USER = UNKNOWN
 
const CURLOPT_MAX_RECV_SPEED_LARGE = UNKNOWN
 
const CURLOPT_MAX_SEND_SPEED_LARGE = UNKNOWN
 
const CURLE_SSL_CACERT_BADFILE = UNKNOWN
 
const CURLOPT_SSL_SESSIONID_CACHE = UNKNOWN
 
const CURLMOPT_PIPELINING = UNKNOWN
 
const CURLE_SSH = UNKNOWN
 
const CURLOPT_FTP_SSL_CCC = UNKNOWN
 
const CURLOPT_SSH_AUTH_TYPES = UNKNOWN
 
const CURLOPT_SSH_PRIVATE_KEYFILE = UNKNOWN
 
const CURLOPT_SSH_PUBLIC_KEYFILE = UNKNOWN
 
const CURLFTPSSL_CCC_ACTIVE = UNKNOWN
 
const CURLFTPSSL_CCC_NONE = UNKNOWN
 
const CURLFTPSSL_CCC_PASSIVE = UNKNOWN
 
const CURLOPT_CONNECTTIMEOUT_MS = UNKNOWN
 
const CURLOPT_HTTP_CONTENT_DECODING = UNKNOWN
 
const CURLOPT_HTTP_TRANSFER_DECODING = UNKNOWN
 
const CURLOPT_TIMEOUT_MS = UNKNOWN
 
const CURLMOPT_MAXCONNECTS = UNKNOWN
 
const CURLOPT_KRBLEVEL = UNKNOWN
 
const CURLOPT_NEW_DIRECTORY_PERMS = UNKNOWN
 
const CURLOPT_NEW_FILE_PERMS = UNKNOWN
 
const CURLOPT_APPEND = UNKNOWN
 
const CURLOPT_DIRLISTONLY = UNKNOWN
 
const CURLOPT_USE_SSL = UNKNOWN
 
const CURLUSESSL_ALL = UNKNOWN
 
const CURLUSESSL_CONTROL = UNKNOWN
 
const CURLUSESSL_NONE = UNKNOWN
 
const CURLUSESSL_TRY = UNKNOWN
 
const CURLOPT_SSH_HOST_PUBLIC_KEY_MD5 = UNKNOWN
 
const CURLOPT_PROXY_TRANSFER_MODE = UNKNOWN
 
const CURLPAUSE_ALL = UNKNOWN
 
const CURLPAUSE_CONT = UNKNOWN
 
const CURLPAUSE_RECV = UNKNOWN
 
const CURLPAUSE_RECV_CONT = UNKNOWN
 
const CURLPAUSE_SEND = UNKNOWN
 
const CURLPAUSE_SEND_CONT = UNKNOWN
 
const CURL_READFUNC_PAUSE = UNKNOWN
 
const CURL_WRITEFUNC_PAUSE = UNKNOWN
 
const CURLPROXY_SOCKS4A = UNKNOWN
 
const CURLPROXY_SOCKS5_HOSTNAME = UNKNOWN
 
const CURLINFO_REDIRECT_URL = UNKNOWN
 
const CURLINFO_APPCONNECT_TIME = UNKNOWN
 
const CURLINFO_PRIMARY_IP = UNKNOWN
 
const CURLOPT_ADDRESS_SCOPE = UNKNOWN
 
const CURLOPT_CRLFILE = UNKNOWN
 
const CURLOPT_ISSUERCERT = UNKNOWN
 
const CURLOPT_KEYPASSWD = UNKNOWN
 
const CURLSSH_AUTH_ANY = UNKNOWN
 
const CURLSSH_AUTH_DEFAULT = UNKNOWN
 
const CURLSSH_AUTH_HOST = UNKNOWN
 
const CURLSSH_AUTH_KEYBOARD = UNKNOWN
 
const CURLSSH_AUTH_NONE = UNKNOWN
 
const CURLSSH_AUTH_PASSWORD = UNKNOWN
 
const CURLSSH_AUTH_PUBLICKEY = UNKNOWN
 
const CURLINFO_CERTINFO = UNKNOWN
 
const CURLOPT_CERTINFO = UNKNOWN
 
const CURLOPT_PASSWORD = UNKNOWN
 
const CURLOPT_POSTREDIR = UNKNOWN
 
const CURLOPT_PROXYPASSWORD = UNKNOWN
 
const CURLOPT_PROXYUSERNAME = UNKNOWN
 
const CURLOPT_USERNAME = UNKNOWN
 
const CURL_REDIR_POST_301 = UNKNOWN
 
const CURL_REDIR_POST_302 = UNKNOWN
 
const CURL_REDIR_POST_ALL = UNKNOWN
 
const CURLAUTH_DIGEST_IE = UNKNOWN
 
const CURLINFO_CONDITION_UNMET = UNKNOWN
 
const CURLOPT_NOPROXY = UNKNOWN
 
const CURLOPT_PROTOCOLS = UNKNOWN
 
const CURLOPT_REDIR_PROTOCOLS = UNKNOWN
 
const CURLOPT_SOCKS5_GSSAPI_NEC = UNKNOWN
 
const CURLOPT_SOCKS5_GSSAPI_SERVICE = UNKNOWN
 
const CURLOPT_TFTP_BLKSIZE = UNKNOWN
 
const CURLPROTO_ALL = UNKNOWN
 
const CURLPROTO_DICT = UNKNOWN
 
const CURLPROTO_FILE = UNKNOWN
 
const CURLPROTO_FTP = UNKNOWN
 
const CURLPROTO_FTPS = UNKNOWN
 
const CURLPROTO_HTTP = UNKNOWN
 
const CURLPROTO_HTTPS = UNKNOWN
 
const CURLPROTO_LDAP = UNKNOWN
 
const CURLPROTO_LDAPS = UNKNOWN
 
const CURLPROTO_SCP = UNKNOWN
 
const CURLPROTO_SFTP = UNKNOWN
 
const CURLPROTO_TELNET = UNKNOWN
 
const CURLPROTO_TFTP = UNKNOWN
 
const CURLPROXY_HTTP_1_0 = UNKNOWN
 
const CURLFTP_CREATE_DIR = UNKNOWN
 
const CURLFTP_CREATE_DIR_NONE = UNKNOWN
 
const CURLFTP_CREATE_DIR_RETRY = UNKNOWN
 
const CURL_VERSION_CURLDEBUG = UNKNOWN
 
const CURLOPT_SSH_KNOWNHOSTS = UNKNOWN
 
const CURLKHMATCH_OK = UNKNOWN
 
const CURLKHMATCH_MISMATCH = UNKNOWN
 
const CURLKHMATCH_MISSING = UNKNOWN
 
const CURLKHMATCH_LAST = UNKNOWN
 
const CURLINFO_RTSP_CLIENT_CSEQ = UNKNOWN
 
const CURLINFO_RTSP_CSEQ_RECV = UNKNOWN
 
const CURLINFO_RTSP_SERVER_CSEQ = UNKNOWN
 
const CURLINFO_RTSP_SESSION_ID = UNKNOWN
 
const CURLOPT_FTP_USE_PRET = UNKNOWN
 
const CURLOPT_MAIL_FROM = UNKNOWN
 
const CURLOPT_MAIL_RCPT = UNKNOWN
 
const CURLOPT_RTSP_CLIENT_CSEQ = UNKNOWN
 
const CURLOPT_RTSP_REQUEST = UNKNOWN
 
const CURLOPT_RTSP_SERVER_CSEQ = UNKNOWN
 
const CURLOPT_RTSP_SESSION_ID = UNKNOWN
 
const CURLOPT_RTSP_STREAM_URI = UNKNOWN
 
const CURLOPT_RTSP_TRANSPORT = UNKNOWN
 
const CURLPROTO_IMAP = UNKNOWN
 
const CURLPROTO_IMAPS = UNKNOWN
 
const CURLPROTO_POP3 = UNKNOWN
 
const CURLPROTO_POP3S = UNKNOWN
 
const CURLPROTO_RTSP = UNKNOWN
 
const CURLPROTO_SMTP = UNKNOWN
 
const CURLPROTO_SMTPS = UNKNOWN
 
const CURL_RTSPREQ_ANNOUNCE = UNKNOWN
 
const CURL_RTSPREQ_DESCRIBE = UNKNOWN
 
const CURL_RTSPREQ_GET_PARAMETER = UNKNOWN
 
const CURL_RTSPREQ_OPTIONS = UNKNOWN
 
const CURL_RTSPREQ_PAUSE = UNKNOWN
 
const CURL_RTSPREQ_PLAY = UNKNOWN
 
const CURL_RTSPREQ_RECEIVE = UNKNOWN
 
const CURL_RTSPREQ_RECORD = UNKNOWN
 
const CURL_RTSPREQ_SET_PARAMETER = UNKNOWN
 
const CURL_RTSPREQ_SETUP = UNKNOWN
 
const CURL_RTSPREQ_TEARDOWN = UNKNOWN
 
const CURLINFO_LOCAL_IP = UNKNOWN
 
const CURLINFO_LOCAL_PORT = UNKNOWN
 
const CURLINFO_PRIMARY_PORT = UNKNOWN
 
const CURLOPT_FNMATCH_FUNCTION = UNKNOWN
 
const CURLOPT_WILDCARDMATCH = UNKNOWN
 
const CURLPROTO_RTMP = UNKNOWN
 
const CURLPROTO_RTMPE = UNKNOWN
 
const CURLPROTO_RTMPS = UNKNOWN
 
const CURLPROTO_RTMPT = UNKNOWN
 
const CURLPROTO_RTMPTE = UNKNOWN
 
const CURLPROTO_RTMPTS = UNKNOWN
 
const CURL_FNMATCHFUNC_FAIL = UNKNOWN
 
const CURL_FNMATCHFUNC_MATCH = UNKNOWN
 
const CURL_FNMATCHFUNC_NOMATCH = UNKNOWN
 
const CURLPROTO_GOPHER = UNKNOWN
 
const CURLAUTH_ONLY = UNKNOWN
 
const CURLOPT_RESOLVE = UNKNOWN
 
const CURLOPT_TLSAUTH_PASSWORD = UNKNOWN
 
const CURLOPT_TLSAUTH_TYPE = UNKNOWN
 
const CURLOPT_TLSAUTH_USERNAME = UNKNOWN
 
const CURL_TLSAUTH_SRP = UNKNOWN
 
const CURL_VERSION_TLSAUTH_SRP = UNKNOWN
 
const CURLOPT_ACCEPT_ENCODING = UNKNOWN
 
const CURLOPT_TRANSFER_ENCODING = UNKNOWN
 
const CURLAUTH_NTLM_WB = UNKNOWN
 
const CURLGSSAPI_DELEGATION_FLAG = UNKNOWN
 
const CURLGSSAPI_DELEGATION_POLICY_FLAG = UNKNOWN
 
const CURLOPT_GSSAPI_DELEGATION = UNKNOWN
 
const CURL_VERSION_NTLM_WB = UNKNOWN
 
const CURLOPT_ACCEPTTIMEOUT_MS = UNKNOWN
 
const CURLOPT_DNS_SERVERS = UNKNOWN
 
const CURLOPT_MAIL_AUTH = UNKNOWN
 
const CURLOPT_SSL_OPTIONS = UNKNOWN
 
const CURLOPT_TCP_KEEPALIVE = UNKNOWN
 
const CURLOPT_TCP_KEEPIDLE = UNKNOWN
 
const CURLOPT_TCP_KEEPINTVL = UNKNOWN
 
const CURLSSLOPT_ALLOW_BEAST = UNKNOWN
 
const CURL_REDIR_POST_303 = UNKNOWN
 
const CURLSSH_AUTH_AGENT = UNKNOWN
 
const CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE = UNKNOWN
 
const CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE = UNKNOWN
 
const CURLMOPT_MAX_HOST_CONNECTIONS = UNKNOWN
 
const CURLMOPT_MAX_PIPELINE_LENGTH = UNKNOWN
 
const CURLMOPT_MAX_TOTAL_CONNECTIONS = UNKNOWN
 
const CURLOPT_SASL_IR = UNKNOWN
 
const CURLOPT_DNS_INTERFACE = UNKNOWN
 
const CURLOPT_DNS_LOCAL_IP4 = UNKNOWN
 
const CURLOPT_DNS_LOCAL_IP6 = UNKNOWN
 
const CURLOPT_XOAUTH2_BEARER = UNKNOWN
 
const CURL_HTTP_VERSION_2_0 = UNKNOWN
 
const CURL_VERSION_HTTP2 = UNKNOWN
 
const CURLOPT_LOGIN_OPTIONS = UNKNOWN
 
const CURL_SSLVERSION_TLSv1_0 = UNKNOWN
 
const CURL_SSLVERSION_TLSv1_1 = UNKNOWN
 
const CURL_SSLVERSION_TLSv1_2 = UNKNOWN
 
const CURLOPT_EXPECT_100_TIMEOUT_MS = UNKNOWN
 
const CURLOPT_SSL_ENABLE_ALPN = UNKNOWN
 
const CURLOPT_SSL_ENABLE_NPN = UNKNOWN
 
const CURLHEADER_SEPARATE = UNKNOWN
 
const CURLHEADER_UNIFIED = UNKNOWN
 
const CURLOPT_HEADEROPT = UNKNOWN
 
const CURLOPT_PROXYHEADER = UNKNOWN
 
const CURLAUTH_NEGOTIATE = UNKNOWN
 
const CURL_VERSION_GSSAPI = UNKNOWN
 
const CURLOPT_PINNEDPUBLICKEY = UNKNOWN
 
const CURLOPT_UNIX_SOCKET_PATH = UNKNOWN
 
const CURLPROTO_SMB = UNKNOWN
 
const CURLPROTO_SMBS = UNKNOWN
 
const CURL_VERSION_KERBEROS5 = UNKNOWN
 
const CURL_VERSION_UNIX_SOCKETS = UNKNOWN
 
const CURLOPT_SSL_VERIFYSTATUS = UNKNOWN
 
const CURLOPT_PATH_AS_IS = UNKNOWN
 
const CURLOPT_SSL_FALSESTART = UNKNOWN
 
const CURL_HTTP_VERSION_2 = UNKNOWN
 
const CURLOPT_PIPEWAIT = UNKNOWN
 
const CURLOPT_PROXY_SERVICE_NAME = UNKNOWN
 
const CURLOPT_SERVICE_NAME = UNKNOWN
 
const CURLPIPE_NOTHING = UNKNOWN
 
const CURLPIPE_HTTP1 = UNKNOWN
 
const CURLPIPE_MULTIPLEX = UNKNOWN
 
const CURLSSLOPT_NO_REVOKE = UNKNOWN
 
const CURLOPT_DEFAULT_PROTOCOL = UNKNOWN
 
const CURLOPT_STREAM_WEIGHT = UNKNOWN
 
const CURLMOPT_PUSHFUNCTION = UNKNOWN
 
const CURL_PUSH_OK = UNKNOWN
 
const CURL_PUSH_DENY = UNKNOWN
 
const CURL_HTTP_VERSION_2TLS = UNKNOWN
 
const CURL_VERSION_PSL = UNKNOWN
 
const CURLOPT_TFTP_NO_OPTIONS = UNKNOWN
 
const CURL_HTTP_VERSION_2_PRIOR_KNOWLEDGE = UNKNOWN
 
const CURLOPT_CONNECT_TO = UNKNOWN
 
const CURLOPT_TCP_FASTOPEN = UNKNOWN
 
const CURLINFO_HTTP_VERSION = UNKNOWN
 
const CURLE_WEIRD_SERVER_REPLY = UNKNOWN
 
const CURLOPT_KEEP_SENDING_ON_ERROR = UNKNOWN
 
const CURL_SSLVERSION_TLSv1_3 = UNKNOWN
 
const CURL_VERSION_HTTPS_PROXY = UNKNOWN
 
const CURLINFO_PROTOCOL = UNKNOWN
 
const CURLINFO_PROXY_SSL_VERIFYRESULT = UNKNOWN
 
const CURLINFO_SCHEME = UNKNOWN
 
const CURLOPT_PRE_PROXY = UNKNOWN
 
const CURLOPT_PROXY_CAINFO = UNKNOWN
 
const CURLOPT_PROXY_CAPATH = UNKNOWN
 
const CURLOPT_PROXY_CRLFILE = UNKNOWN
 
const CURLOPT_PROXY_KEYPASSWD = UNKNOWN
 
const CURLOPT_PROXY_PINNEDPUBLICKEY = UNKNOWN
 
const CURLOPT_PROXY_SSL_CIPHER_LIST = UNKNOWN
 
const CURLOPT_PROXY_SSL_OPTIONS = UNKNOWN
 
const CURLOPT_PROXY_SSL_VERIFYHOST = UNKNOWN
 
const CURLOPT_PROXY_SSL_VERIFYPEER = UNKNOWN
 
const CURLOPT_PROXY_SSLCERT = UNKNOWN
 
const CURLOPT_PROXY_SSLCERTTYPE = UNKNOWN
 
const CURLOPT_PROXY_SSLKEY = UNKNOWN
 
const CURLOPT_PROXY_SSLKEYTYPE = UNKNOWN
 
const CURLOPT_PROXY_SSLVERSION = UNKNOWN
 
const CURLOPT_PROXY_TLSAUTH_PASSWORD = UNKNOWN
 
const CURLOPT_PROXY_TLSAUTH_TYPE = UNKNOWN
 
const CURLOPT_PROXY_TLSAUTH_USERNAME = UNKNOWN
 
const CURLPROXY_HTTPS = UNKNOWN
 
const CURL_MAX_READ_SIZE = UNKNOWN
 
const CURLOPT_ABSTRACT_UNIX_SOCKET = UNKNOWN
 
const CURL_SSLVERSION_MAX_DEFAULT = UNKNOWN
 
const CURL_SSLVERSION_MAX_NONE = UNKNOWN
 
const CURL_SSLVERSION_MAX_TLSv1_0 = UNKNOWN
 
const CURL_SSLVERSION_MAX_TLSv1_1 = UNKNOWN
 
const CURL_SSLVERSION_MAX_TLSv1_2 = UNKNOWN
 
const CURL_SSLVERSION_MAX_TLSv1_3 = UNKNOWN
 
const CURLOPT_SUPPRESS_CONNECT_HEADERS = UNKNOWN
 
const CURLAUTH_GSSAPI = UNKNOWN
 
const CURLINFO_CONTENT_LENGTH_DOWNLOAD_T = UNKNOWN
 
const CURLINFO_CONTENT_LENGTH_UPLOAD_T = UNKNOWN
 
const CURLINFO_SIZE_DOWNLOAD_T = UNKNOWN
 
const CURLINFO_SIZE_UPLOAD_T = UNKNOWN
 
const CURLINFO_SPEED_DOWNLOAD_T = UNKNOWN
 
const CURLINFO_SPEED_UPLOAD_T = UNKNOWN
 
const CURLOPT_REQUEST_TARGET = UNKNOWN
 
const CURLOPT_SOCKS5_AUTH = UNKNOWN
 
const CURLOPT_SSH_COMPRESSION = UNKNOWN
 
const CURL_VERSION_MULTI_SSL = UNKNOWN
 
const CURL_VERSION_BROTLI = UNKNOWN
 
const CURL_LOCK_DATA_CONNECT = UNKNOWN
 
const CURLSSH_AUTH_GSSAPI = UNKNOWN
 
const CURLINFO_FILETIME_T = UNKNOWN
 
const CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS = UNKNOWN
 
const CURLOPT_TIMEVALUE_LARGE = UNKNOWN
 
const CURLOPT_DNS_SHUFFLE_ADDRESSES = UNKNOWN
 
const CURLOPT_HAPROXYPROTOCOL = UNKNOWN
 
const CURL_LOCK_DATA_PSL = UNKNOWN
 
const CURLAUTH_BEARER = UNKNOWN
 
const CURLINFO_APPCONNECT_TIME_T = UNKNOWN
 
const CURLINFO_CONNECT_TIME_T = UNKNOWN
 
const CURLINFO_NAMELOOKUP_TIME_T = UNKNOWN
 
const CURLINFO_PRETRANSFER_TIME_T = UNKNOWN
 
const CURLINFO_REDIRECT_TIME_T = UNKNOWN
 
const CURLINFO_STARTTRANSFER_TIME_T = UNKNOWN
 
const CURLINFO_TOTAL_TIME_T = UNKNOWN
 
const CURLINFO_POSTTRANSFER_TIME_T = UNKNOWN
 
const CURLOPT_DISALLOW_USERNAME_IN_URL = UNKNOWN
 
const CURLOPT_PROXY_TLS13_CIPHERS = UNKNOWN
 
const CURLOPT_TLS13_CIPHERS = UNKNOWN
 
const CURLOPT_DOH_URL = UNKNOWN
 
const CURLOPT_UPKEEP_INTERVAL_MS = UNKNOWN
 
const CURLOPT_UPLOAD_BUFFERSIZE = UNKNOWN
 
const CURLOPT_HTTP09_ALLOWED = UNKNOWN
 
const CURLALTSVC_H1 = UNKNOWN
 
const CURLALTSVC_H2 = UNKNOWN
 
const CURLALTSVC_H3 = UNKNOWN
 
const CURLALTSVC_READONLYFILE = UNKNOWN
 
const CURLOPT_ALTSVC = UNKNOWN
 
const CURLOPT_ALTSVC_CTRL = UNKNOWN
 
const CURL_VERSION_ALTSVC = UNKNOWN
 
const CURLOPT_MAXAGE_CONN = UNKNOWN
 
const CURLOPT_SASL_AUTHZID = UNKNOWN
 
const CURL_VERSION_HTTP3 = UNKNOWN
 
const CURLINFO_RETRY_AFTER = UNKNOWN
 
const CURL_HTTP_VERSION_3 = UNKNOWN
 
const CURLMOPT_MAX_CONCURRENT_STREAMS = UNKNOWN
 
const CURLSSLOPT_NO_PARTIALCHAIN = UNKNOWN
 
const CURLOPT_MAIL_RCPT_ALLLOWFAILS = UNKNOWN
 
const CURLSSLOPT_REVOKE_BEST_EFFORT = UNKNOWN
 
const CURLOPT_ISSUERCERT_BLOB = UNKNOWN
 
const CURLOPT_PROXY_ISSUERCERT = UNKNOWN
 
const CURLOPT_PROXY_ISSUERCERT_BLOB = UNKNOWN
 
const CURLOPT_PROXY_SSLCERT_BLOB = UNKNOWN
 
const CURLOPT_PROXY_SSLKEY_BLOB = UNKNOWN
 
const CURLOPT_SSLCERT_BLOB = UNKNOWN
 
const CURLOPT_SSLKEY_BLOB = UNKNOWN
 
const CURLPROTO_MQTT = UNKNOWN
 
const CURLSSLOPT_NATIVE_CA = UNKNOWN
 
const CURL_VERSION_UNICODE = UNKNOWN
 
const CURL_VERSION_ZSTD = UNKNOWN
 
const CURLE_PROXY = UNKNOWN
 
const CURLINFO_PROXY_ERROR = UNKNOWN
 
const CURLOPT_SSL_EC_CURVES = UNKNOWN
 
const CURLPX_BAD_ADDRESS_TYPE = UNKNOWN
 
const CURLPX_BAD_VERSION = UNKNOWN
 
const CURLPX_CLOSED = UNKNOWN
 
const CURLPX_GSSAPI = UNKNOWN
 
const CURLPX_GSSAPI_PERMSG = UNKNOWN
 
const CURLPX_GSSAPI_PROTECTION = UNKNOWN
 
const CURLPX_IDENTD = UNKNOWN
 
const CURLPX_IDENTD_DIFFER = UNKNOWN
 
const CURLPX_LONG_HOSTNAME = UNKNOWN
 
const CURLPX_LONG_PASSWD = UNKNOWN
 
const CURLPX_LONG_USER = UNKNOWN
 
const CURLPX_NO_AUTH = UNKNOWN
 
const CURLPX_OK = UNKNOWN
 
const CURLPX_RECV_ADDRESS = UNKNOWN
 
const CURLPX_RECV_AUTH = UNKNOWN
 
const CURLPX_RECV_CONNECT = UNKNOWN
 
const CURLPX_RECV_REQACK = UNKNOWN
 
const CURLPX_REPLY_ADDRESS_TYPE_NOT_SUPPORTED = UNKNOWN
 
const CURLPX_REPLY_COMMAND_NOT_SUPPORTED = UNKNOWN
 
const CURLPX_REPLY_CONNECTION_REFUSED = UNKNOWN
 
const CURLPX_REPLY_GENERAL_SERVER_FAILURE = UNKNOWN
 
const CURLPX_REPLY_HOST_UNREACHABLE = UNKNOWN
 
const CURLPX_REPLY_NETWORK_UNREACHABLE = UNKNOWN
 
const CURLPX_REPLY_NOT_ALLOWED = UNKNOWN
 
const CURLPX_REPLY_TTL_EXPIRED = UNKNOWN
 
const CURLPX_REPLY_UNASSIGNED = UNKNOWN
 
const CURLPX_REQUEST_FAILED = UNKNOWN
 
const CURLPX_RESOLVE_HOST = UNKNOWN
 
const CURLPX_SEND_AUTH = UNKNOWN
 
const CURLPX_SEND_CONNECT = UNKNOWN
 
const CURLPX_SEND_REQUEST = UNKNOWN
 
const CURLPX_UNKNOWN_FAIL = UNKNOWN
 
const CURLPX_UNKNOWN_MODE = UNKNOWN
 
const CURLPX_USER_REJECTED = UNKNOWN
 
const CURLHSTS_ENABLE = UNKNOWN
 
const CURLHSTS_READONLYFILE = UNKNOWN
 
const CURLOPT_HSTS = UNKNOWN
 
const CURLOPT_HSTS_CTRL = UNKNOWN
 
const CURL_VERSION_HSTS = UNKNOWN
 
const CURLAUTH_AWS_SIGV4 = UNKNOWN
 
const CURLOPT_AWS_SIGV4 = UNKNOWN
 
const CURLINFO_REFERER = UNKNOWN
 
const CURLOPT_DOH_SSL_VERIFYHOST = UNKNOWN
 
const CURLOPT_DOH_SSL_VERIFYPEER = UNKNOWN
 
const CURLOPT_DOH_SSL_VERIFYSTATUS = UNKNOWN
 
const CURL_VERSION_GSASL = UNKNOWN
 
const CURLOPT_CAINFO_BLOB = UNKNOWN
 
const CURLOPT_PROXY_CAINFO_BLOB = UNKNOWN
 
const CURLSSLOPT_AUTO_CLIENT_CERT = UNKNOWN
 
const CURLOPT_MAXLIFETIME_CONN = UNKNOWN
 
const CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256 = UNKNOWN
 
const CURLOPT_PREREQFUNCTION = UNKNOWN
 
const CURL_PREREQFUNC_OK = UNKNOWN
 
const CURL_PREREQFUNC_ABORT = UNKNOWN
 
const CURLOPT_MIME_OPTIONS = UNKNOWN
 
const CURLMIMEOPT_FORMESCAPE = UNKNOWN
 
const CURLOPT_SSH_HOSTKEYFUNCTION = UNKNOWN
 
const CURLOPT_PROTOCOLS_STR = UNKNOWN
 
const CURLOPT_REDIR_PROTOCOLS_STR = UNKNOWN
 
const CURLOPT_WS_OPTIONS = UNKNOWN
 
const CURLWS_RAW_MODE = UNKNOWN
 
const CURLOPT_CA_CACHE_TIMEOUT = UNKNOWN
 
const CURLOPT_QUICK_EXIT = UNKNOWN
 
const CURL_HTTP_VERSION_3ONLY = UNKNOWN
 
const CURLOPT_SAFE_UPLOAD = UNKNOWN
 

Function Documentation

◆ curl_close()

curl_close ( CurlHandle $handle)

Definition at line 3671 of file curl.stub.php.

◆ curl_copy_handle()

curl_copy_handle ( CurlHandle $handle)

@refcount 1

Definition at line 3674 of file curl.stub.php.

◆ curl_errno()

curl_errno ( CurlHandle $handle)

Definition at line 3676 of file curl.stub.php.

◆ curl_error()

curl_error ( CurlHandle $handle)

@refcount 1

Definition at line 3679 of file curl.stub.php.

◆ curl_escape()

curl_escape ( CurlHandle $handle,
string $string )

@refcount 1

Definition at line 3682 of file curl.stub.php.

◆ curl_exec()

curl_exec ( CurlHandle $handle)

Definition at line 3689 of file curl.stub.php.

◆ curl_file_create()

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()

curl_getinfo ( CurlHandle $handle,
?int $option = null )

Definition at line 3694 of file curl.stub.php.

◆ curl_init()

curl_init ( ?string $url = null)

@refcount 1

Definition at line 3697 of file curl.stub.php.

◆ curl_multi_add_handle()

curl_multi_add_handle ( CurlMultiHandle $multi_handle,
CurlHandle $handle )

Definition at line 3703 of file curl.stub.php.

◆ curl_multi_close()

curl_multi_close ( CurlMultiHandle $multi_handle)

Definition at line 3705 of file curl.stub.php.

◆ curl_multi_errno()

curl_multi_errno ( CurlMultiHandle $multi_handle)

Definition at line 3707 of file curl.stub.php.

◆ curl_multi_exec()

curl_multi_exec ( CurlMultiHandle $multi_handle,
& $still_running )
Parameters
int$still_running

Definition at line 3710 of file curl.stub.php.

◆ curl_multi_getcontent()

curl_multi_getcontent ( CurlHandle $handle)

Definition at line 3712 of file curl.stub.php.

◆ curl_multi_info_read()

curl_multi_info_read ( CurlMultiHandle $multi_handle,
& $queued_messages = null )
Parameters
int$queued_messages
Returns
array<string, int|object>|false @refcount 1

Definition at line 3719 of file curl.stub.php.

◆ curl_multi_init()

curl_multi_init ( )

@refcount 1

Definition at line 3722 of file curl.stub.php.

◆ curl_multi_remove_handle()

curl_multi_remove_handle ( CurlMultiHandle $multi_handle,
CurlHandle $handle )

Definition at line 3724 of file curl.stub.php.

◆ curl_multi_select()

curl_multi_select ( CurlMultiHandle $multi_handle,
float $timeout = 1.0 )

Definition at line 3726 of file curl.stub.php.

◆ curl_multi_setopt()

curl_multi_setopt ( CurlMultiHandle $multi_handle,
int $option,
mixed $value )

Definition at line 3687 of file curl.stub.php.

◆ curl_multi_strerror()

curl_multi_strerror ( int $error_code)

@refcount 1

Definition at line 3729 of file curl.stub.php.

◆ curl_pause()

curl_pause ( CurlHandle $handle,
int $flags )

Definition at line 3731 of file curl.stub.php.

◆ curl_reset()

curl_reset ( CurlHandle $handle)

Definition at line 3733 of file curl.stub.php.

◆ curl_setopt()

curl_setopt ( CurlHandle $handle,
int $option,
mixed $value )

Definition at line 3737 of file curl.stub.php.

◆ curl_setopt_array()

curl_setopt_array ( CurlHandle $handle,
array $options )

Definition at line 3735 of file curl.stub.php.

◆ curl_share_close()

curl_share_close ( CurlShareHandle $share_handle)

Definition at line 3739 of file curl.stub.php.

◆ curl_share_errno()

curl_share_errno ( CurlShareHandle $share_handle)

Definition at line 3741 of file curl.stub.php.

◆ curl_share_init()

curl_share_init ( )

@refcount 1

Definition at line 3744 of file curl.stub.php.

◆ curl_share_setopt()

curl_share_setopt ( CurlShareHandle $share_handle,
int $option,
mixed $value )

Definition at line 3746 of file curl.stub.php.

◆ curl_share_strerror()

curl_share_strerror ( int $error_code)

@refcount 1

Definition at line 3749 of file curl.stub.php.

◆ curl_strerror()

curl_strerror ( int $error_code)

@refcount 1

Definition at line 3752 of file curl.stub.php.

◆ curl_unescape()

curl_unescape ( CurlHandle $handle,
string $string )

@refcount 1

Definition at line 3685 of file curl.stub.php.

◆ curl_upkeep()

curl_upkeep ( CurlHandle $handle)

Definition at line 3700 of file curl.stub.php.

◆ curl_version()

curl_version ( )
Returns
array<string, int|string|array>|false @refcount 1

Definition at line 3758 of file curl.stub.php.

Variable Documentation

◆ CURL_FNMATCHFUNC_FAIL

const CURL_FNMATCHFUNC_FAIL = UNKNOWN

Definition at line 2283 of file curl.stub.php.

◆ CURL_FNMATCHFUNC_MATCH

const CURL_FNMATCHFUNC_MATCH = UNKNOWN

Definition at line 2288 of file curl.stub.php.

◆ CURL_FNMATCHFUNC_NOMATCH

const CURL_FNMATCHFUNC_NOMATCH = UNKNOWN

Definition at line 2293 of file curl.stub.php.

◆ CURL_HTTP_VERSION_1_0

const CURL_HTTP_VERSION_1_0 = UNKNOWN

Definition at line 1092 of file curl.stub.php.

◆ CURL_HTTP_VERSION_1_1

const CURL_HTTP_VERSION_1_1 = UNKNOWN

Definition at line 1097 of file curl.stub.php.

◆ CURL_HTTP_VERSION_2

const CURL_HTTP_VERSION_2 = UNKNOWN

Definition at line 2625 of file curl.stub.php.

◆ CURL_HTTP_VERSION_2_0

const CURL_HTTP_VERSION_2_0 = UNKNOWN

Definition at line 2495 of file curl.stub.php.

◆ CURL_HTTP_VERSION_2_PRIOR_KNOWLEDGE

const CURL_HTTP_VERSION_2_PRIOR_KNOWLEDGE = UNKNOWN

Definition at line 2713 of file curl.stub.php.

◆ CURL_HTTP_VERSION_2TLS

const CURL_HTTP_VERSION_2TLS = UNKNOWN

Definition at line 2696 of file curl.stub.php.

◆ CURL_HTTP_VERSION_3

const CURL_HTTP_VERSION_3 = UNKNOWN

Definition at line 3172 of file curl.stub.php.

◆ CURL_HTTP_VERSION_3ONLY

const CURL_HTTP_VERSION_3ONLY = UNKNOWN

Definition at line 3638 of file curl.stub.php.

◆ CURL_HTTP_VERSION_NONE

const CURL_HTTP_VERSION_NONE = UNKNOWN

Definition at line 1102 of file curl.stub.php.

◆ CURL_IPRESOLVE_V4

const CURL_IPRESOLVE_V4 = UNKNOWN

Definition at line 1360 of file curl.stub.php.

◆ CURL_IPRESOLVE_V6

const CURL_IPRESOLVE_V6 = UNKNOWN

Definition at line 1365 of file curl.stub.php.

◆ CURL_IPRESOLVE_WHATEVER

const CURL_IPRESOLVE_WHATEVER = UNKNOWN

Definition at line 1370 of file curl.stub.php.

◆ CURL_LOCK_DATA_CONNECT

const CURL_LOCK_DATA_CONNECT = UNKNOWN

Definition at line 2977 of file curl.stub.php.

◆ CURL_LOCK_DATA_COOKIE

const CURL_LOCK_DATA_COOKIE = UNKNOWN

Definition at line 1109 of file curl.stub.php.

◆ CURL_LOCK_DATA_DNS

const CURL_LOCK_DATA_DNS = UNKNOWN

Definition at line 1114 of file curl.stub.php.

◆ CURL_LOCK_DATA_PSL

const CURL_LOCK_DATA_PSL = UNKNOWN

Definition at line 3016 of file curl.stub.php.

◆ CURL_LOCK_DATA_SSL_SESSION

const CURL_LOCK_DATA_SSL_SESSION = UNKNOWN

Definition at line 1119 of file curl.stub.php.

◆ CURL_MAX_READ_SIZE

const CURL_MAX_READ_SIZE = UNKNOWN

Definition at line 2867 of file curl.stub.php.

◆ CURL_NETRC_IGNORED

const CURL_NETRC_IGNORED = UNKNOWN

Definition at line 1126 of file curl.stub.php.

◆ CURL_NETRC_OPTIONAL

const CURL_NETRC_OPTIONAL = UNKNOWN

Definition at line 1131 of file curl.stub.php.

◆ CURL_NETRC_REQUIRED

const CURL_NETRC_REQUIRED = UNKNOWN

Definition at line 1136 of file curl.stub.php.

◆ CURL_PREREQFUNC_ABORT

const CURL_PREREQFUNC_ABORT = UNKNOWN

Definition at line 3570 of file curl.stub.php.

◆ CURL_PREREQFUNC_OK

const CURL_PREREQFUNC_OK = UNKNOWN

Definition at line 3565 of file curl.stub.php.

◆ CURL_PUSH_DENY

const CURL_PUSH_DENY = UNKNOWN

Definition at line 2690 of file curl.stub.php.

◆ CURL_PUSH_OK

const CURL_PUSH_OK = UNKNOWN

Definition at line 2685 of file curl.stub.php.

◆ CURL_READFUNC_PAUSE

const CURL_READFUNC_PAUSE = UNKNOWN

Definition at line 1755 of file curl.stub.php.

◆ CURL_REDIR_POST_301

const CURL_REDIR_POST_301 = UNKNOWN

Definition at line 1889 of file curl.stub.php.

◆ CURL_REDIR_POST_302

const CURL_REDIR_POST_302 = UNKNOWN

Definition at line 1894 of file curl.stub.php.

◆ CURL_REDIR_POST_303

const CURL_REDIR_POST_303 = UNKNOWN

Definition at line 2429 of file curl.stub.php.

◆ CURL_REDIR_POST_ALL

const CURL_REDIR_POST_ALL = UNKNOWN

Definition at line 1899 of file curl.stub.php.

◆ CURL_RTSPREQ_ANNOUNCE

const CURL_RTSPREQ_ANNOUNCE = UNKNOWN

Definition at line 2171 of file curl.stub.php.

◆ CURL_RTSPREQ_DESCRIBE

const CURL_RTSPREQ_DESCRIBE = UNKNOWN

Definition at line 2176 of file curl.stub.php.

◆ CURL_RTSPREQ_GET_PARAMETER

const CURL_RTSPREQ_GET_PARAMETER = UNKNOWN

Definition at line 2181 of file curl.stub.php.

◆ CURL_RTSPREQ_OPTIONS

const CURL_RTSPREQ_OPTIONS = UNKNOWN

Definition at line 2186 of file curl.stub.php.

◆ CURL_RTSPREQ_PAUSE

const CURL_RTSPREQ_PAUSE = UNKNOWN

Definition at line 2191 of file curl.stub.php.

◆ CURL_RTSPREQ_PLAY

const CURL_RTSPREQ_PLAY = UNKNOWN

Definition at line 2196 of file curl.stub.php.

◆ CURL_RTSPREQ_RECEIVE

const CURL_RTSPREQ_RECEIVE = UNKNOWN

Definition at line 2201 of file curl.stub.php.

◆ CURL_RTSPREQ_RECORD

const CURL_RTSPREQ_RECORD = UNKNOWN

Definition at line 2206 of file curl.stub.php.

◆ CURL_RTSPREQ_SET_PARAMETER

const CURL_RTSPREQ_SET_PARAMETER = UNKNOWN

Definition at line 2211 of file curl.stub.php.

◆ CURL_RTSPREQ_SETUP

const CURL_RTSPREQ_SETUP = UNKNOWN

Definition at line 2216 of file curl.stub.php.

◆ CURL_RTSPREQ_TEARDOWN

const CURL_RTSPREQ_TEARDOWN = UNKNOWN

Definition at line 2221 of file curl.stub.php.

◆ CURL_SSLVERSION_DEFAULT

const CURL_SSLVERSION_DEFAULT = UNKNOWN

Definition at line 1143 of file curl.stub.php.

◆ CURL_SSLVERSION_MAX_DEFAULT

const CURL_SSLVERSION_MAX_DEFAULT = UNKNOWN

Definition at line 2878 of file curl.stub.php.

◆ CURL_SSLVERSION_MAX_NONE

const CURL_SSLVERSION_MAX_NONE = UNKNOWN

Definition at line 2883 of file curl.stub.php.

◆ CURL_SSLVERSION_MAX_TLSv1_0

const CURL_SSLVERSION_MAX_TLSv1_0 = UNKNOWN

Definition at line 2888 of file curl.stub.php.

◆ CURL_SSLVERSION_MAX_TLSv1_1

const CURL_SSLVERSION_MAX_TLSv1_1 = UNKNOWN

Definition at line 2893 of file curl.stub.php.

◆ CURL_SSLVERSION_MAX_TLSv1_2

const CURL_SSLVERSION_MAX_TLSv1_2 = UNKNOWN

Definition at line 2898 of file curl.stub.php.

◆ CURL_SSLVERSION_MAX_TLSv1_3

const CURL_SSLVERSION_MAX_TLSv1_3 = UNKNOWN

Definition at line 2903 of file curl.stub.php.

◆ CURL_SSLVERSION_SSLv2

const CURL_SSLVERSION_SSLv2 = UNKNOWN

Definition at line 1148 of file curl.stub.php.

◆ CURL_SSLVERSION_SSLv3

const CURL_SSLVERSION_SSLv3 = UNKNOWN

Definition at line 1153 of file curl.stub.php.

◆ CURL_SSLVERSION_TLSv1

const CURL_SSLVERSION_TLSv1 = UNKNOWN

Definition at line 1158 of file curl.stub.php.

◆ CURL_SSLVERSION_TLSv1_0

const CURL_SSLVERSION_TLSv1_0 = UNKNOWN

Definition at line 2512 of file curl.stub.php.

◆ CURL_SSLVERSION_TLSv1_1

const CURL_SSLVERSION_TLSv1_1 = UNKNOWN

Definition at line 2517 of file curl.stub.php.

◆ CURL_SSLVERSION_TLSv1_2

const CURL_SSLVERSION_TLSv1_2 = UNKNOWN

Definition at line 2522 of file curl.stub.php.

◆ CURL_SSLVERSION_TLSv1_3

const CURL_SSLVERSION_TLSv1_3 = UNKNOWN

Definition at line 2746 of file curl.stub.php.

◆ CURL_TIMECOND_IFMODSINCE

const CURL_TIMECOND_IFMODSINCE = UNKNOWN

Definition at line 1165 of file curl.stub.php.

◆ CURL_TIMECOND_IFUNMODSINCE

const CURL_TIMECOND_IFUNMODSINCE = UNKNOWN

Definition at line 1170 of file curl.stub.php.

◆ CURL_TIMECOND_LASTMOD

const CURL_TIMECOND_LASTMOD = UNKNOWN

Definition at line 1175 of file curl.stub.php.

◆ CURL_TIMECOND_NONE

const CURL_TIMECOND_NONE = UNKNOWN

Definition at line 1180 of file curl.stub.php.

◆ CURL_TLSAUTH_SRP

const CURL_TLSAUTH_SRP = UNKNOWN

Definition at line 2334 of file curl.stub.php.

◆ CURL_VERSION_ALTSVC

const CURL_VERSION_ALTSVC = UNKNOWN

Definition at line 3141 of file curl.stub.php.

◆ CURL_VERSION_ASYNCHDNS

const CURL_VERSION_ASYNCHDNS = UNKNOWN

Definition at line 1187 of file curl.stub.php.

◆ CURL_VERSION_BROTLI

const CURL_VERSION_BROTLI = UNKNOWN

Definition at line 2972 of file curl.stub.php.

◆ CURL_VERSION_CONV

const CURL_VERSION_CONV = UNKNOWN

Definition at line 1192 of file curl.stub.php.

◆ CURL_VERSION_CURLDEBUG

const CURL_VERSION_CURLDEBUG = UNKNOWN

Definition at line 2039 of file curl.stub.php.

◆ CURL_VERSION_DEBUG

const CURL_VERSION_DEBUG = UNKNOWN

Definition at line 1197 of file curl.stub.php.

◆ CURL_VERSION_GSASL

const CURL_VERSION_GSASL = UNKNOWN

Definition at line 3524 of file curl.stub.php.

◆ CURL_VERSION_GSSAPI

const CURL_VERSION_GSSAPI = UNKNOWN

Definition at line 2570 of file curl.stub.php.

◆ CURL_VERSION_GSSNEGOTIATE

const CURL_VERSION_GSSNEGOTIATE = UNKNOWN

Definition at line 1202 of file curl.stub.php.

◆ CURL_VERSION_HSTS

const CURL_VERSION_HSTS = UNKNOWN

Definition at line 3483 of file curl.stub.php.

◆ CURL_VERSION_HTTP2

const CURL_VERSION_HTTP2 = UNKNOWN

Definition at line 2500 of file curl.stub.php.

◆ CURL_VERSION_HTTP3

const CURL_VERSION_HTTP3 = UNKNOWN

Definition at line 3162 of file curl.stub.php.

◆ CURL_VERSION_HTTPS_PROXY

const CURL_VERSION_HTTPS_PROXY = UNKNOWN

Definition at line 2751 of file curl.stub.php.

◆ CURL_VERSION_IDN

const CURL_VERSION_IDN = UNKNOWN

Definition at line 1207 of file curl.stub.php.

◆ CURL_VERSION_IPV6

const CURL_VERSION_IPV6 = UNKNOWN

Definition at line 1212 of file curl.stub.php.

◆ CURL_VERSION_KERBEROS4

const CURL_VERSION_KERBEROS4 = UNKNOWN

Definition at line 1217 of file curl.stub.php.

◆ CURL_VERSION_KERBEROS5

const CURL_VERSION_KERBEROS5 = UNKNOWN

Definition at line 2597 of file curl.stub.php.

◆ CURL_VERSION_LARGEFILE

const CURL_VERSION_LARGEFILE = UNKNOWN

Definition at line 1222 of file curl.stub.php.

◆ CURL_VERSION_LIBZ

const CURL_VERSION_LIBZ = UNKNOWN

Definition at line 1227 of file curl.stub.php.

◆ CURL_VERSION_MULTI_SSL

const CURL_VERSION_MULTI_SSL = UNKNOWN

Definition at line 2966 of file curl.stub.php.

◆ CURL_VERSION_NTLM

const CURL_VERSION_NTLM = UNKNOWN

Definition at line 1232 of file curl.stub.php.

◆ CURL_VERSION_NTLM_WB

const CURL_VERSION_NTLM_WB = UNKNOWN

Definition at line 2378 of file curl.stub.php.

◆ CURL_VERSION_PSL

const CURL_VERSION_PSL = UNKNOWN

Definition at line 2701 of file curl.stub.php.

◆ CURL_VERSION_SPNEGO

const CURL_VERSION_SPNEGO = UNKNOWN

Definition at line 1237 of file curl.stub.php.

◆ CURL_VERSION_SSL

const CURL_VERSION_SSL = UNKNOWN

Definition at line 1242 of file curl.stub.php.

◆ CURL_VERSION_SSPI

const CURL_VERSION_SSPI = UNKNOWN

Definition at line 1247 of file curl.stub.php.

◆ CURL_VERSION_TLSAUTH_SRP

const CURL_VERSION_TLSAUTH_SRP = UNKNOWN

Definition at line 2339 of file curl.stub.php.

◆ CURL_VERSION_UNICODE

const CURL_VERSION_UNICODE = UNKNOWN

Definition at line 3262 of file curl.stub.php.

◆ CURL_VERSION_UNIX_SOCKETS

const CURL_VERSION_UNIX_SOCKETS = UNKNOWN

Definition at line 2602 of file curl.stub.php.

◆ CURL_VERSION_ZSTD

const CURL_VERSION_ZSTD = UNKNOWN

Definition at line 3267 of file curl.stub.php.

◆ CURL_WRITEFUNC_PAUSE

const CURL_WRITEFUNC_PAUSE = UNKNOWN

Definition at line 1760 of file curl.stub.php.

◆ CURLALTSVC_H1

const CURLALTSVC_H1 = UNKNOWN

Definition at line 3111 of file curl.stub.php.

◆ CURLALTSVC_H2

const CURLALTSVC_H2 = UNKNOWN

Definition at line 3116 of file curl.stub.php.

◆ CURLALTSVC_H3

const CURLALTSVC_H3 = UNKNOWN

Definition at line 3121 of file curl.stub.php.

◆ CURLALTSVC_READONLYFILE

const CURLALTSVC_READONLYFILE = UNKNOWN

Definition at line 3126 of file curl.stub.php.

◆ CURLAUTH_ANY

const CURLAUTH_ANY = UNKNOWN

Definition at line 1260 of file curl.stub.php.

◆ CURLAUTH_ANYSAFE

const CURLAUTH_ANYSAFE = UNKNOWN

Definition at line 1265 of file curl.stub.php.

◆ CURLAUTH_AWS_SIGV4

const CURLAUTH_AWS_SIGV4 = UNKNOWN

Definition at line 3491 of file curl.stub.php.

◆ CURLAUTH_BASIC

const CURLAUTH_BASIC = UNKNOWN

Definition at line 1270 of file curl.stub.php.

◆ CURLAUTH_BEARER

const CURLAUTH_BEARER = UNKNOWN

Definition at line 3021 of file curl.stub.php.

◆ CURLAUTH_DIGEST

const CURLAUTH_DIGEST = UNKNOWN

Definition at line 1275 of file curl.stub.php.

◆ CURLAUTH_DIGEST_IE

const CURLAUTH_DIGEST_IE = UNKNOWN

Definition at line 1906 of file curl.stub.php.

◆ CURLAUTH_GSSAPI

const CURLAUTH_GSSAPI = UNKNOWN

Definition at line 2914 of file curl.stub.php.

◆ CURLAUTH_GSSNEGOTIATE

const CURLAUTH_GSSNEGOTIATE = UNKNOWN

Definition at line 1280 of file curl.stub.php.

◆ CURLAUTH_NEGOTIATE

const CURLAUTH_NEGOTIATE = UNKNOWN

Definition at line 2565 of file curl.stub.php.

◆ CURLAUTH_NONE

const CURLAUTH_NONE = UNKNOWN

Definition at line 1285 of file curl.stub.php.

◆ CURLAUTH_NTLM

const CURLAUTH_NTLM = UNKNOWN

Definition at line 1290 of file curl.stub.php.

◆ CURLAUTH_NTLM_WB

const CURLAUTH_NTLM_WB = UNKNOWN

Definition at line 2358 of file curl.stub.php.

◆ CURLAUTH_ONLY

const CURLAUTH_ONLY = UNKNOWN

Definition at line 2307 of file curl.stub.php.

◆ CURLE_ABORTED_BY_CALLBACK

const CURLE_ABORTED_BY_CALLBACK = UNKNOWN

Definition at line 536 of file curl.stub.php.

◆ CURLE_BAD_CALLING_ORDER

const CURLE_BAD_CALLING_ORDER = UNKNOWN

Definition at line 541 of file curl.stub.php.

◆ CURLE_BAD_CONTENT_ENCODING

const CURLE_BAD_CONTENT_ENCODING = UNKNOWN

Definition at line 546 of file curl.stub.php.

◆ CURLE_BAD_DOWNLOAD_RESUME

const CURLE_BAD_DOWNLOAD_RESUME = UNKNOWN

Definition at line 551 of file curl.stub.php.

◆ CURLE_BAD_FUNCTION_ARGUMENT

const CURLE_BAD_FUNCTION_ARGUMENT = UNKNOWN

Definition at line 556 of file curl.stub.php.

◆ CURLE_BAD_PASSWORD_ENTERED

const CURLE_BAD_PASSWORD_ENTERED = UNKNOWN

Definition at line 561 of file curl.stub.php.

◆ CURLE_COULDNT_CONNECT

const CURLE_COULDNT_CONNECT = UNKNOWN

Definition at line 566 of file curl.stub.php.

◆ CURLE_COULDNT_RESOLVE_HOST

const CURLE_COULDNT_RESOLVE_HOST = UNKNOWN

Definition at line 571 of file curl.stub.php.

◆ CURLE_COULDNT_RESOLVE_PROXY

const CURLE_COULDNT_RESOLVE_PROXY = UNKNOWN

Definition at line 576 of file curl.stub.php.

◆ CURLE_FAILED_INIT

const CURLE_FAILED_INIT = UNKNOWN

Definition at line 581 of file curl.stub.php.

◆ CURLE_FILE_COULDNT_READ_FILE

const CURLE_FILE_COULDNT_READ_FILE = UNKNOWN

Definition at line 586 of file curl.stub.php.

◆ CURLE_FILESIZE_EXCEEDED

const CURLE_FILESIZE_EXCEEDED = UNKNOWN

Definition at line 1314 of file curl.stub.php.

◆ CURLE_FTP_ACCESS_DENIED

const CURLE_FTP_ACCESS_DENIED = UNKNOWN

Definition at line 591 of file curl.stub.php.

◆ CURLE_FTP_BAD_DOWNLOAD_RESUME

const CURLE_FTP_BAD_DOWNLOAD_RESUME = UNKNOWN

Definition at line 596 of file curl.stub.php.

◆ CURLE_FTP_CANT_GET_HOST

const CURLE_FTP_CANT_GET_HOST = UNKNOWN

Definition at line 601 of file curl.stub.php.

◆ CURLE_FTP_CANT_RECONNECT

const CURLE_FTP_CANT_RECONNECT = UNKNOWN

Definition at line 606 of file curl.stub.php.

◆ CURLE_FTP_COULDNT_GET_SIZE

const CURLE_FTP_COULDNT_GET_SIZE = UNKNOWN

Definition at line 611 of file curl.stub.php.

◆ CURLE_FTP_COULDNT_RETR_FILE

const CURLE_FTP_COULDNT_RETR_FILE = UNKNOWN

Definition at line 616 of file curl.stub.php.

◆ CURLE_FTP_COULDNT_SET_ASCII

const CURLE_FTP_COULDNT_SET_ASCII = UNKNOWN

Definition at line 621 of file curl.stub.php.

◆ CURLE_FTP_COULDNT_SET_BINARY

const CURLE_FTP_COULDNT_SET_BINARY = UNKNOWN

Definition at line 626 of file curl.stub.php.

◆ CURLE_FTP_COULDNT_STOR_FILE

const CURLE_FTP_COULDNT_STOR_FILE = UNKNOWN

Definition at line 631 of file curl.stub.php.

◆ CURLE_FTP_COULDNT_USE_REST

const CURLE_FTP_COULDNT_USE_REST = UNKNOWN

Definition at line 636 of file curl.stub.php.

◆ CURLE_FTP_PARTIAL_FILE

const CURLE_FTP_PARTIAL_FILE = UNKNOWN

Definition at line 641 of file curl.stub.php.

◆ CURLE_FTP_PORT_FAILED

const CURLE_FTP_PORT_FAILED = UNKNOWN

Definition at line 646 of file curl.stub.php.

◆ CURLE_FTP_QUOTE_ERROR

const CURLE_FTP_QUOTE_ERROR = UNKNOWN

Definition at line 651 of file curl.stub.php.

◆ CURLE_FTP_SSL_FAILED

const CURLE_FTP_SSL_FAILED = UNKNOWN

Definition at line 1377 of file curl.stub.php.

◆ CURLE_FTP_USER_PASSWORD_INCORRECT

const CURLE_FTP_USER_PASSWORD_INCORRECT = UNKNOWN

Definition at line 656 of file curl.stub.php.

◆ CURLE_FTP_WEIRD_227_FORMAT

const CURLE_FTP_WEIRD_227_FORMAT = UNKNOWN

Definition at line 661 of file curl.stub.php.

◆ CURLE_FTP_WEIRD_PASS_REPLY

const CURLE_FTP_WEIRD_PASS_REPLY = UNKNOWN

Definition at line 666 of file curl.stub.php.

◆ CURLE_FTP_WEIRD_PASV_REPLY

const CURLE_FTP_WEIRD_PASV_REPLY = UNKNOWN

Definition at line 671 of file curl.stub.php.

◆ CURLE_FTP_WEIRD_SERVER_REPLY

const CURLE_FTP_WEIRD_SERVER_REPLY = UNKNOWN

Definition at line 676 of file curl.stub.php.

◆ CURLE_FTP_WEIRD_USER_REPLY

const CURLE_FTP_WEIRD_USER_REPLY = UNKNOWN

Definition at line 681 of file curl.stub.php.

◆ CURLE_FTP_WRITE_ERROR

const CURLE_FTP_WRITE_ERROR = UNKNOWN

Definition at line 686 of file curl.stub.php.

◆ CURLE_FUNCTION_NOT_FOUND

const CURLE_FUNCTION_NOT_FOUND = UNKNOWN

Definition at line 691 of file curl.stub.php.

◆ CURLE_GOT_NOTHING

const CURLE_GOT_NOTHING = UNKNOWN

Definition at line 696 of file curl.stub.php.

◆ CURLE_HTTP_NOT_FOUND

const CURLE_HTTP_NOT_FOUND = UNKNOWN

Definition at line 701 of file curl.stub.php.

◆ CURLE_HTTP_PORT_FAILED

const CURLE_HTTP_PORT_FAILED = UNKNOWN

Definition at line 706 of file curl.stub.php.

◆ CURLE_HTTP_POST_ERROR

const CURLE_HTTP_POST_ERROR = UNKNOWN

Definition at line 711 of file curl.stub.php.

◆ CURLE_HTTP_RANGE_ERROR

const CURLE_HTTP_RANGE_ERROR = UNKNOWN

Definition at line 716 of file curl.stub.php.

◆ CURLE_HTTP_RETURNED_ERROR

const CURLE_HTTP_RETURNED_ERROR = UNKNOWN

Definition at line 721 of file curl.stub.php.

◆ CURLE_LDAP_CANNOT_BIND

const CURLE_LDAP_CANNOT_BIND = UNKNOWN

Definition at line 726 of file curl.stub.php.

◆ CURLE_LDAP_INVALID_URL

const CURLE_LDAP_INVALID_URL = UNKNOWN

Definition at line 1319 of file curl.stub.php.

◆ CURLE_LDAP_SEARCH_FAILED

const CURLE_LDAP_SEARCH_FAILED = UNKNOWN

Definition at line 731 of file curl.stub.php.

◆ CURLE_LIBRARY_NOT_FOUND

const CURLE_LIBRARY_NOT_FOUND = UNKNOWN

Definition at line 736 of file curl.stub.php.

◆ CURLE_MALFORMAT_USER

const CURLE_MALFORMAT_USER = UNKNOWN

Definition at line 741 of file curl.stub.php.

◆ CURLE_OBSOLETE

const CURLE_OBSOLETE = UNKNOWN

Definition at line 746 of file curl.stub.php.

◆ CURLE_OK

const CURLE_OK = UNKNOWN

Definition at line 751 of file curl.stub.php.

◆ CURLE_OPERATION_TIMEDOUT

const CURLE_OPERATION_TIMEDOUT = UNKNOWN

Definition at line 756 of file curl.stub.php.

◆ CURLE_OPERATION_TIMEOUTED

const CURLE_OPERATION_TIMEOUTED = UNKNOWN

Definition at line 761 of file curl.stub.php.

◆ CURLE_OUT_OF_MEMORY

const CURLE_OUT_OF_MEMORY = UNKNOWN

Definition at line 766 of file curl.stub.php.

◆ CURLE_PARTIAL_FILE

const CURLE_PARTIAL_FILE = UNKNOWN

Definition at line 771 of file curl.stub.php.

◆ CURLE_PROXY

const CURLE_PROXY = UNKNOWN

Definition at line 3275 of file curl.stub.php.

◆ CURLE_READ_ERROR

const CURLE_READ_ERROR = UNKNOWN

Definition at line 776 of file curl.stub.php.

◆ CURLE_RECV_ERROR

const CURLE_RECV_ERROR = UNKNOWN

Definition at line 781 of file curl.stub.php.

◆ CURLE_SEND_ERROR

const CURLE_SEND_ERROR = UNKNOWN

Definition at line 786 of file curl.stub.php.

◆ CURLE_SHARE_IN_USE

const CURLE_SHARE_IN_USE = UNKNOWN

Definition at line 791 of file curl.stub.php.

◆ CURLE_SSH

const CURLE_SSH = UNKNOWN

Definition at line 1587 of file curl.stub.php.

◆ CURLE_SSL_CACERT

const CURLE_SSL_CACERT = UNKNOWN

Definition at line 796 of file curl.stub.php.

◆ CURLE_SSL_CACERT_BADFILE

const CURLE_SSL_CACERT_BADFILE = UNKNOWN

Definition at line 1570 of file curl.stub.php.

◆ CURLE_SSL_CERTPROBLEM

const CURLE_SSL_CERTPROBLEM = UNKNOWN

Definition at line 801 of file curl.stub.php.

◆ CURLE_SSL_CIPHER

const CURLE_SSL_CIPHER = UNKNOWN

Definition at line 806 of file curl.stub.php.

◆ CURLE_SSL_CONNECT_ERROR

const CURLE_SSL_CONNECT_ERROR = UNKNOWN

Definition at line 811 of file curl.stub.php.

◆ CURLE_SSL_ENGINE_NOTFOUND

const CURLE_SSL_ENGINE_NOTFOUND = UNKNOWN

Definition at line 816 of file curl.stub.php.

◆ CURLE_SSL_ENGINE_SETFAILED

const CURLE_SSL_ENGINE_SETFAILED = UNKNOWN

Definition at line 821 of file curl.stub.php.

◆ CURLE_SSL_PEER_CERTIFICATE

const CURLE_SSL_PEER_CERTIFICATE = UNKNOWN

Definition at line 826 of file curl.stub.php.

◆ CURLE_SSL_PINNEDPUBKEYNOTMATCH

const CURLE_SSL_PINNEDPUBKEYNOTMATCH = UNKNOWN

Definition at line 831 of file curl.stub.php.

◆ CURLE_TELNET_OPTION_SYNTAX

const CURLE_TELNET_OPTION_SYNTAX = UNKNOWN

Definition at line 836 of file curl.stub.php.

◆ CURLE_TOO_MANY_REDIRECTS

const CURLE_TOO_MANY_REDIRECTS = UNKNOWN

Definition at line 841 of file curl.stub.php.

◆ CURLE_UNKNOWN_TELNET_OPTION

const CURLE_UNKNOWN_TELNET_OPTION = UNKNOWN

Definition at line 846 of file curl.stub.php.

◆ CURLE_UNSUPPORTED_PROTOCOL

const CURLE_UNSUPPORTED_PROTOCOL = UNKNOWN

Definition at line 851 of file curl.stub.php.

◆ CURLE_URL_MALFORMAT

const CURLE_URL_MALFORMAT = UNKNOWN

Definition at line 856 of file curl.stub.php.

◆ CURLE_URL_MALFORMAT_USER

const CURLE_URL_MALFORMAT_USER = UNKNOWN

Definition at line 861 of file curl.stub.php.

◆ CURLE_WEIRD_SERVER_REPLY

const CURLE_WEIRD_SERVER_REPLY = UNKNOWN

Definition at line 2735 of file curl.stub.php.

◆ CURLE_WRITE_ERROR

const CURLE_WRITE_ERROR = UNKNOWN

Definition at line 866 of file curl.stub.php.

◆ CURLFTP_CREATE_DIR

const CURLFTP_CREATE_DIR = UNKNOWN

Definition at line 2022 of file curl.stub.php.

◆ CURLFTP_CREATE_DIR_NONE

const CURLFTP_CREATE_DIR_NONE = UNKNOWN

Definition at line 2027 of file curl.stub.php.

◆ CURLFTP_CREATE_DIR_RETRY

const CURLFTP_CREATE_DIR_RETRY = UNKNOWN

Definition at line 2032 of file curl.stub.php.

◆ CURLFTPAUTH_DEFAULT

const CURLFTPAUTH_DEFAULT = UNKNOWN

Definition at line 1428 of file curl.stub.php.

◆ CURLFTPAUTH_SSL

const CURLFTPAUTH_SSL = UNKNOWN

Definition at line 1433 of file curl.stub.php.

◆ CURLFTPAUTH_TLS

const CURLFTPAUTH_TLS = UNKNOWN

Definition at line 1438 of file curl.stub.php.

◆ CURLFTPMETHOD_DEFAULT

const CURLFTPMETHOD_DEFAULT = UNKNOWN

Definition at line 1524 of file curl.stub.php.

◆ CURLFTPMETHOD_MULTICWD

const CURLFTPMETHOD_MULTICWD = UNKNOWN

Definition at line 1529 of file curl.stub.php.

◆ CURLFTPMETHOD_NOCWD

const CURLFTPMETHOD_NOCWD = UNKNOWN

Definition at line 1534 of file curl.stub.php.

◆ CURLFTPMETHOD_SINGLECWD

const CURLFTPMETHOD_SINGLECWD = UNKNOWN

Definition at line 1539 of file curl.stub.php.

◆ CURLFTPSSL_ALL

const CURLFTPSSL_ALL = UNKNOWN

Definition at line 1382 of file curl.stub.php.

◆ CURLFTPSSL_CCC_ACTIVE

const CURLFTPSSL_CCC_ACTIVE = UNKNOWN

Definition at line 1612 of file curl.stub.php.

◆ CURLFTPSSL_CCC_NONE

const CURLFTPSSL_CCC_NONE = UNKNOWN

Definition at line 1617 of file curl.stub.php.

◆ CURLFTPSSL_CCC_PASSIVE

const CURLFTPSSL_CCC_PASSIVE = UNKNOWN

Definition at line 1622 of file curl.stub.php.

◆ CURLFTPSSL_CONTROL

const CURLFTPSSL_CONTROL = UNKNOWN

Definition at line 1387 of file curl.stub.php.

◆ CURLFTPSSL_NONE

const CURLFTPSSL_NONE = UNKNOWN

Definition at line 1392 of file curl.stub.php.

◆ CURLFTPSSL_TRY

const CURLFTPSSL_TRY = UNKNOWN

Definition at line 1397 of file curl.stub.php.

◆ CURLGSSAPI_DELEGATION_FLAG

const CURLGSSAPI_DELEGATION_FLAG = UNKNOWN

Definition at line 2363 of file curl.stub.php.

◆ CURLGSSAPI_DELEGATION_POLICY_FLAG

const CURLGSSAPI_DELEGATION_POLICY_FLAG = UNKNOWN

Definition at line 2368 of file curl.stub.php.

◆ CURLHEADER_SEPARATE

const CURLHEADER_SEPARATE = UNKNOWN

Definition at line 2544 of file curl.stub.php.

◆ CURLHEADER_UNIFIED

const CURLHEADER_UNIFIED = UNKNOWN

Definition at line 2549 of file curl.stub.php.

◆ CURLHSTS_ENABLE

const CURLHSTS_ENABLE = UNKNOWN

Definition at line 3463 of file curl.stub.php.

◆ CURLHSTS_READONLYFILE

const CURLHSTS_READONLYFILE = UNKNOWN

Definition at line 3468 of file curl.stub.php.

◆ CURLINFO_APPCONNECT_TIME

const CURLINFO_APPCONNECT_TIME = UNKNOWN

Definition at line 1785 of file curl.stub.php.

◆ CURLINFO_APPCONNECT_TIME_T

const CURLINFO_APPCONNECT_TIME_T = UNKNOWN

Definition at line 3026 of file curl.stub.php.

◆ CURLINFO_CAINFO

const CURLINFO_CAINFO = UNKNOWN

Definition at line 1001 of file curl.stub.php.

◆ CURLINFO_CAPATH

const CURLINFO_CAPATH = UNKNOWN

Definition at line 996 of file curl.stub.php.

◆ CURLINFO_CERTINFO

const CURLINFO_CERTINFO = UNKNOWN

Definition at line 1854 of file curl.stub.php.

◆ CURLINFO_CONDITION_UNMET

const CURLINFO_CONDITION_UNMET = UNKNOWN

Definition at line 1913 of file curl.stub.php.

◆ CURLINFO_CONNECT_TIME

const CURLINFO_CONNECT_TIME = UNKNOWN

Definition at line 873 of file curl.stub.php.

◆ CURLINFO_CONNECT_TIME_T

const CURLINFO_CONNECT_TIME_T = UNKNOWN

Definition at line 3031 of file curl.stub.php.

◆ CURLINFO_CONTENT_LENGTH_DOWNLOAD

const CURLINFO_CONTENT_LENGTH_DOWNLOAD = UNKNOWN

Definition at line 878 of file curl.stub.php.

◆ CURLINFO_CONTENT_LENGTH_DOWNLOAD_T

const CURLINFO_CONTENT_LENGTH_DOWNLOAD_T = UNKNOWN

Definition at line 2920 of file curl.stub.php.

◆ CURLINFO_CONTENT_LENGTH_UPLOAD

const CURLINFO_CONTENT_LENGTH_UPLOAD = UNKNOWN

Definition at line 883 of file curl.stub.php.

◆ CURLINFO_CONTENT_LENGTH_UPLOAD_T

const CURLINFO_CONTENT_LENGTH_UPLOAD_T = UNKNOWN

Definition at line 2925 of file curl.stub.php.

◆ CURLINFO_CONTENT_TYPE

const CURLINFO_CONTENT_TYPE = UNKNOWN

Definition at line 888 of file curl.stub.php.

◆ CURLINFO_COOKIELIST

const CURLINFO_COOKIELIST = UNKNOWN

Definition at line 1476 of file curl.stub.php.

◆ CURLINFO_DATA_IN

const CURLINFO_DATA_IN = UNKNOWN

Definition at line 511 of file curl.stub.php.

◆ CURLINFO_DATA_OUT

const CURLINFO_DATA_OUT = UNKNOWN

Definition at line 517 of file curl.stub.php.

◆ CURLINFO_EFFECTIVE_METHOD

const CURLINFO_EFFECTIVE_METHOD = UNKNOWN

Definition at line 989 of file curl.stub.php.

◆ CURLINFO_EFFECTIVE_URL

const CURLINFO_EFFECTIVE_URL = UNKNOWN

Definition at line 893 of file curl.stub.php.

◆ CURLINFO_FILETIME

const CURLINFO_FILETIME = UNKNOWN

Definition at line 898 of file curl.stub.php.

◆ CURLINFO_FILETIME_T

const CURLINFO_FILETIME_T = UNKNOWN

Definition at line 2989 of file curl.stub.php.

◆ CURLINFO_FTP_ENTRY_PATH

const CURLINFO_FTP_ENTRY_PATH = UNKNOWN

Definition at line 1546 of file curl.stub.php.

◆ CURLINFO_HEADER_IN

const CURLINFO_HEADER_IN = UNKNOWN

Definition at line 505 of file curl.stub.php.

◆ CURLINFO_HEADER_OUT

const CURLINFO_HEADER_OUT = UNKNOWN

Definition at line 903 of file curl.stub.php.

◆ CURLINFO_HEADER_SIZE

const CURLINFO_HEADER_SIZE = UNKNOWN

Definition at line 908 of file curl.stub.php.

◆ CURLINFO_HTTP_CODE

const CURLINFO_HTTP_CODE = UNKNOWN

Definition at line 913 of file curl.stub.php.

◆ CURLINFO_HTTP_CONNECTCODE

const CURLINFO_HTTP_CONNECTCODE = UNKNOWN

Definition at line 1297 of file curl.stub.php.

◆ CURLINFO_HTTP_VERSION

const CURLINFO_HTTP_VERSION = UNKNOWN

Definition at line 2729 of file curl.stub.php.

◆ CURLINFO_HTTPAUTH_AVAIL

const CURLINFO_HTTPAUTH_AVAIL = UNKNOWN

Definition at line 1324 of file curl.stub.php.

◆ CURLINFO_LASTONE

const CURLINFO_LASTONE = UNKNOWN

Definition at line 918 of file curl.stub.php.

◆ CURLINFO_LOCAL_IP

const CURLINFO_LOCAL_IP = UNKNOWN

Definition at line 2228 of file curl.stub.php.

◆ CURLINFO_LOCAL_PORT

const CURLINFO_LOCAL_PORT = UNKNOWN

Definition at line 2233 of file curl.stub.php.

◆ CURLINFO_NAMELOOKUP_TIME

const CURLINFO_NAMELOOKUP_TIME = UNKNOWN

Definition at line 923 of file curl.stub.php.

◆ CURLINFO_NAMELOOKUP_TIME_T

const CURLINFO_NAMELOOKUP_TIME_T = UNKNOWN

Definition at line 3036 of file curl.stub.php.

◆ CURLINFO_NUM_CONNECTS

const CURLINFO_NUM_CONNECTS = UNKNOWN

Definition at line 1464 of file curl.stub.php.

◆ CURLINFO_OS_ERRNO

const CURLINFO_OS_ERRNO = UNKNOWN

Definition at line 1457 of file curl.stub.php.

◆ CURLINFO_POSTTRANSFER_TIME_T

const CURLINFO_POSTTRANSFER_TIME_T = UNKNOWN

Definition at line 3062 of file curl.stub.php.

◆ CURLINFO_PRETRANSFER_TIME

const CURLINFO_PRETRANSFER_TIME = UNKNOWN

Definition at line 928 of file curl.stub.php.

◆ CURLINFO_PRETRANSFER_TIME_T

const CURLINFO_PRETRANSFER_TIME_T = UNKNOWN

Definition at line 3041 of file curl.stub.php.

◆ CURLINFO_PRIMARY_IP

const CURLINFO_PRIMARY_IP = UNKNOWN

Definition at line 1790 of file curl.stub.php.

◆ CURLINFO_PRIMARY_PORT

const CURLINFO_PRIMARY_PORT = UNKNOWN

Definition at line 2238 of file curl.stub.php.

◆ CURLINFO_PRIVATE

const CURLINFO_PRIVATE = UNKNOWN

Definition at line 933 of file curl.stub.php.

◆ CURLINFO_PROTOCOL

const CURLINFO_PROTOCOL = UNKNOWN

Definition at line 2756 of file curl.stub.php.

◆ CURLINFO_PROXY_ERROR

const CURLINFO_PROXY_ERROR = UNKNOWN

Definition at line 3280 of file curl.stub.php.

◆ CURLINFO_PROXY_SSL_VERIFYRESULT

const CURLINFO_PROXY_SSL_VERIFYRESULT = UNKNOWN

Definition at line 2761 of file curl.stub.php.

◆ CURLINFO_PROXYAUTH_AVAIL

const CURLINFO_PROXYAUTH_AVAIL = UNKNOWN

Definition at line 1334 of file curl.stub.php.

◆ CURLINFO_REDIRECT_COUNT

const CURLINFO_REDIRECT_COUNT = UNKNOWN

Definition at line 938 of file curl.stub.php.

◆ CURLINFO_REDIRECT_TIME

const CURLINFO_REDIRECT_TIME = UNKNOWN

Definition at line 943 of file curl.stub.php.

◆ CURLINFO_REDIRECT_TIME_T

const CURLINFO_REDIRECT_TIME_T = UNKNOWN

Definition at line 3046 of file curl.stub.php.

◆ CURLINFO_REDIRECT_URL

const CURLINFO_REDIRECT_URL = UNKNOWN

Definition at line 1778 of file curl.stub.php.

◆ CURLINFO_REFERER

const CURLINFO_REFERER = UNKNOWN

Definition at line 3504 of file curl.stub.php.

◆ CURLINFO_REQUEST_SIZE

const CURLINFO_REQUEST_SIZE = UNKNOWN

Definition at line 948 of file curl.stub.php.

◆ CURLINFO_RESPONSE_CODE

const CURLINFO_RESPONSE_CODE = UNKNOWN

Definition at line 1329 of file curl.stub.php.

◆ CURLINFO_RETRY_AFTER

const CURLINFO_RETRY_AFTER = UNKNOWN

Definition at line 3167 of file curl.stub.php.

◆ CURLINFO_RTSP_CLIENT_CSEQ

const CURLINFO_RTSP_CLIENT_CSEQ = UNKNOWN

Definition at line 2071 of file curl.stub.php.

◆ CURLINFO_RTSP_CSEQ_RECV

const CURLINFO_RTSP_CSEQ_RECV = UNKNOWN

Definition at line 2076 of file curl.stub.php.

◆ CURLINFO_RTSP_SERVER_CSEQ

const CURLINFO_RTSP_SERVER_CSEQ = UNKNOWN

Definition at line 2081 of file curl.stub.php.

◆ CURLINFO_RTSP_SESSION_ID

const CURLINFO_RTSP_SESSION_ID = UNKNOWN

Definition at line 2086 of file curl.stub.php.

◆ CURLINFO_SCHEME

const CURLINFO_SCHEME = UNKNOWN

Definition at line 2766 of file curl.stub.php.

◆ CURLINFO_SIZE_DOWNLOAD

const CURLINFO_SIZE_DOWNLOAD = UNKNOWN

Definition at line 953 of file curl.stub.php.

◆ CURLINFO_SIZE_DOWNLOAD_T

const CURLINFO_SIZE_DOWNLOAD_T = UNKNOWN

Definition at line 2930 of file curl.stub.php.

◆ CURLINFO_SIZE_UPLOAD

const CURLINFO_SIZE_UPLOAD = UNKNOWN

Definition at line 958 of file curl.stub.php.

◆ CURLINFO_SIZE_UPLOAD_T

const CURLINFO_SIZE_UPLOAD_T = UNKNOWN

Definition at line 2935 of file curl.stub.php.

◆ CURLINFO_SPEED_DOWNLOAD

const CURLINFO_SPEED_DOWNLOAD = UNKNOWN

Definition at line 963 of file curl.stub.php.

◆ CURLINFO_SPEED_DOWNLOAD_T

const CURLINFO_SPEED_DOWNLOAD_T = UNKNOWN

Definition at line 2940 of file curl.stub.php.

◆ CURLINFO_SPEED_UPLOAD

const CURLINFO_SPEED_UPLOAD = UNKNOWN

Definition at line 968 of file curl.stub.php.

◆ CURLINFO_SPEED_UPLOAD_T

const CURLINFO_SPEED_UPLOAD_T = UNKNOWN

Definition at line 2945 of file curl.stub.php.

◆ CURLINFO_SSL_DATA_IN

const CURLINFO_SSL_DATA_IN = UNKNOWN

Definition at line 529 of file curl.stub.php.

◆ CURLINFO_SSL_DATA_OUT

const CURLINFO_SSL_DATA_OUT = UNKNOWN

Definition at line 523 of file curl.stub.php.

◆ CURLINFO_SSL_ENGINES

const CURLINFO_SSL_ENGINES = UNKNOWN

Definition at line 1469 of file curl.stub.php.

◆ CURLINFO_SSL_VERIFYRESULT

const CURLINFO_SSL_VERIFYRESULT = UNKNOWN

Definition at line 973 of file curl.stub.php.

◆ CURLINFO_STARTTRANSFER_TIME

const CURLINFO_STARTTRANSFER_TIME = UNKNOWN

Definition at line 978 of file curl.stub.php.

◆ CURLINFO_STARTTRANSFER_TIME_T

const CURLINFO_STARTTRANSFER_TIME_T = UNKNOWN

Definition at line 3051 of file curl.stub.php.

◆ CURLINFO_TEXT

const CURLINFO_TEXT = UNKNOWN

Definition at line 499 of file curl.stub.php.

◆ CURLINFO_TOTAL_TIME

const CURLINFO_TOTAL_TIME = UNKNOWN

Definition at line 983 of file curl.stub.php.

◆ CURLINFO_TOTAL_TIME_T

const CURLINFO_TOTAL_TIME_T = UNKNOWN

Definition at line 3056 of file curl.stub.php.

◆ CURLKHMATCH_LAST

const CURLKHMATCH_LAST = UNKNOWN

Definition at line 2064 of file curl.stub.php.

◆ CURLKHMATCH_MISMATCH

const CURLKHMATCH_MISMATCH = UNKNOWN

Definition at line 2054 of file curl.stub.php.

◆ CURLKHMATCH_MISSING

const CURLKHMATCH_MISSING = UNKNOWN

Definition at line 2059 of file curl.stub.php.

◆ CURLKHMATCH_OK

const CURLKHMATCH_OK = UNKNOWN

Definition at line 2049 of file curl.stub.php.

◆ CURLM_ADDED_ALREADY

const CURLM_ADDED_ALREADY = UNKNOWN

Definition at line 1051 of file curl.stub.php.

◆ CURLM_BAD_EASY_HANDLE

const CURLM_BAD_EASY_HANDLE = UNKNOWN

Definition at line 1021 of file curl.stub.php.

◆ CURLM_BAD_HANDLE

const CURLM_BAD_HANDLE = UNKNOWN

Definition at line 1026 of file curl.stub.php.

◆ CURLM_CALL_MULTI_PERFORM

const CURLM_CALL_MULTI_PERFORM = UNKNOWN

Definition at line 1031 of file curl.stub.php.

◆ CURLM_INTERNAL_ERROR

const CURLM_INTERNAL_ERROR = UNKNOWN

Definition at line 1036 of file curl.stub.php.

◆ CURLM_OK

const CURLM_OK = UNKNOWN

Definition at line 1041 of file curl.stub.php.

◆ CURLM_OUT_OF_MEMORY

const CURLM_OUT_OF_MEMORY = UNKNOWN

Definition at line 1046 of file curl.stub.php.

◆ CURLMIMEOPT_FORMESCAPE

const CURLMIMEOPT_FORMESCAPE = UNKNOWN

Definition at line 3583 of file curl.stub.php.

◆ CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE

const CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE = UNKNOWN

Definition at line 2442 of file curl.stub.php.

◆ CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE

const CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE = UNKNOWN

Definition at line 2447 of file curl.stub.php.

◆ CURLMOPT_MAX_CONCURRENT_STREAMS

const CURLMOPT_MAX_CONCURRENT_STREAMS = UNKNOWN

Definition at line 3180 of file curl.stub.php.

◆ CURLMOPT_MAX_HOST_CONNECTIONS

const CURLMOPT_MAX_HOST_CONNECTIONS = UNKNOWN

Definition at line 2452 of file curl.stub.php.

◆ CURLMOPT_MAX_PIPELINE_LENGTH

const CURLMOPT_MAX_PIPELINE_LENGTH = UNKNOWN

Definition at line 2457 of file curl.stub.php.

◆ CURLMOPT_MAX_TOTAL_CONNECTIONS

const CURLMOPT_MAX_TOTAL_CONNECTIONS = UNKNOWN

Definition at line 2462 of file curl.stub.php.

◆ CURLMOPT_MAXCONNECTS

const CURLMOPT_MAXCONNECTS = UNKNOWN

Definition at line 1651 of file curl.stub.php.

◆ CURLMOPT_PIPELINING

const CURLMOPT_PIPELINING = UNKNOWN

Definition at line 1580 of file curl.stub.php.

◆ CURLMOPT_PUSHFUNCTION

const CURLMOPT_PUSHFUNCTION = UNKNOWN

Definition at line 2680 of file curl.stub.php.

◆ CURLMSG_DONE

const CURLMSG_DONE = UNKNOWN

Definition at line 1009 of file curl.stub.php.

◆ CURLOPT_ABSTRACT_UNIX_SOCKET

const CURLOPT_ABSTRACT_UNIX_SOCKET = UNKNOWN

Definition at line 2872 of file curl.stub.php.

◆ CURLOPT_ACCEPT_ENCODING

const CURLOPT_ACCEPT_ENCODING = UNKNOWN

Definition at line 2346 of file curl.stub.php.

◆ CURLOPT_ACCEPTTIMEOUT_MS

const CURLOPT_ACCEPTTIMEOUT_MS = UNKNOWN

Definition at line 2385 of file curl.stub.php.

◆ CURLOPT_ADDRESS_SCOPE

const CURLOPT_ADDRESS_SCOPE = UNKNOWN

Definition at line 1796 of file curl.stub.php.

◆ CURLOPT_ALTSVC

const CURLOPT_ALTSVC = UNKNOWN

Definition at line 3131 of file curl.stub.php.

◆ CURLOPT_ALTSVC_CTRL

const CURLOPT_ALTSVC_CTRL = UNKNOWN

Definition at line 3136 of file curl.stub.php.

◆ CURLOPT_APPEND

const CURLOPT_APPEND = UNKNOWN

Definition at line 1675 of file curl.stub.php.

◆ CURLOPT_AUTOREFERER

const CURLOPT_AUTOREFERER = UNKNOWN

Definition at line 13 of file curl.stub.php.

◆ CURLOPT_AWS_SIGV4

const CURLOPT_AWS_SIGV4 = UNKNOWN

Definition at line 3496 of file curl.stub.php.

◆ CURLOPT_BINARYTRANSFER

const CURLOPT_BINARYTRANSFER = UNKNOWN

Definition at line 19 of file curl.stub.php.

◆ CURLOPT_BUFFERSIZE

const CURLOPT_BUFFERSIZE = UNKNOWN

Definition at line 24 of file curl.stub.php.

◆ CURLOPT_CA_CACHE_TIMEOUT

const CURLOPT_CA_CACHE_TIMEOUT = UNKNOWN

Definition at line 3625 of file curl.stub.php.

◆ CURLOPT_CAINFO

const CURLOPT_CAINFO = UNKNOWN

Definition at line 29 of file curl.stub.php.

◆ CURLOPT_CAINFO_BLOB

const CURLOPT_CAINFO_BLOB = UNKNOWN

Definition at line 3532 of file curl.stub.php.

◆ CURLOPT_CAPATH

const CURLOPT_CAPATH = UNKNOWN

Definition at line 34 of file curl.stub.php.

◆ CURLOPT_CERTINFO

const CURLOPT_CERTINFO = UNKNOWN

Definition at line 1859 of file curl.stub.php.

◆ CURLOPT_CONNECT_ONLY

const CURLOPT_CONNECT_ONLY = UNKNOWN

Definition at line 1507 of file curl.stub.php.

◆ CURLOPT_CONNECT_TO

const CURLOPT_CONNECT_TO = UNKNOWN

Definition at line 2718 of file curl.stub.php.

◆ CURLOPT_CONNECTTIMEOUT

const CURLOPT_CONNECTTIMEOUT = UNKNOWN

Definition at line 39 of file curl.stub.php.

◆ CURLOPT_CONNECTTIMEOUT_MS

const CURLOPT_CONNECTTIMEOUT_MS = UNKNOWN

Definition at line 1629 of file curl.stub.php.

◆ CURLOPT_COOKIE

const CURLOPT_COOKIE = UNKNOWN

Definition at line 44 of file curl.stub.php.

◆ CURLOPT_COOKIEFILE

const CURLOPT_COOKIEFILE = UNKNOWN

Definition at line 49 of file curl.stub.php.

◆ CURLOPT_COOKIEJAR

const CURLOPT_COOKIEJAR = UNKNOWN

Definition at line 54 of file curl.stub.php.

◆ CURLOPT_COOKIELIST

const CURLOPT_COOKIELIST = UNKNOWN

Definition at line 1481 of file curl.stub.php.

◆ CURLOPT_COOKIESESSION

const CURLOPT_COOKIESESSION = UNKNOWN

Definition at line 59 of file curl.stub.php.

◆ CURLOPT_CRLF

const CURLOPT_CRLF = UNKNOWN

Definition at line 64 of file curl.stub.php.

◆ CURLOPT_CRLFILE

const CURLOPT_CRLFILE = UNKNOWN

Definition at line 1801 of file curl.stub.php.

◆ CURLOPT_CUSTOMREQUEST

const CURLOPT_CUSTOMREQUEST = UNKNOWN

Definition at line 69 of file curl.stub.php.

◆ CURLOPT_DEBUGFUNCTION

const CURLOPT_DEBUGFUNCTION = UNKNOWN

Definition at line 493 of file curl.stub.php.

◆ CURLOPT_DEFAULT_PROTOCOL

const CURLOPT_DEFAULT_PROTOCOL = UNKNOWN

Definition at line 2669 of file curl.stub.php.

◆ CURLOPT_DIRLISTONLY

const CURLOPT_DIRLISTONLY = UNKNOWN

Definition at line 1680 of file curl.stub.php.

◆ CURLOPT_DISALLOW_USERNAME_IN_URL

const CURLOPT_DISALLOW_USERNAME_IN_URL = UNKNOWN

Definition at line 3068 of file curl.stub.php.

◆ CURLOPT_DNS_CACHE_TIMEOUT

const CURLOPT_DNS_CACHE_TIMEOUT = UNKNOWN

Definition at line 74 of file curl.stub.php.

◆ CURLOPT_DNS_INTERFACE

const CURLOPT_DNS_INTERFACE = UNKNOWN

Definition at line 2474 of file curl.stub.php.

◆ CURLOPT_DNS_LOCAL_IP4

const CURLOPT_DNS_LOCAL_IP4 = UNKNOWN

Definition at line 2479 of file curl.stub.php.

◆ CURLOPT_DNS_LOCAL_IP6

const CURLOPT_DNS_LOCAL_IP6 = UNKNOWN

Definition at line 2484 of file curl.stub.php.

◆ CURLOPT_DNS_SERVERS

const CURLOPT_DNS_SERVERS = UNKNOWN

Definition at line 2390 of file curl.stub.php.

◆ CURLOPT_DNS_SHUFFLE_ADDRESSES

const CURLOPT_DNS_SHUFFLE_ADDRESSES = UNKNOWN

Definition at line 3005 of file curl.stub.php.

◆ CURLOPT_DNS_USE_GLOBAL_CACHE

const CURLOPT_DNS_USE_GLOBAL_CACHE = UNKNOWN

Definition at line 79 of file curl.stub.php.

◆ CURLOPT_DOH_SSL_VERIFYHOST

const CURLOPT_DOH_SSL_VERIFYHOST = UNKNOWN

Definition at line 3509 of file curl.stub.php.

◆ CURLOPT_DOH_SSL_VERIFYPEER

const CURLOPT_DOH_SSL_VERIFYPEER = UNKNOWN

Definition at line 3514 of file curl.stub.php.

◆ CURLOPT_DOH_SSL_VERIFYSTATUS

const CURLOPT_DOH_SSL_VERIFYSTATUS = UNKNOWN

Definition at line 3519 of file curl.stub.php.

◆ CURLOPT_DOH_URL

const CURLOPT_DOH_URL = UNKNOWN

Definition at line 3085 of file curl.stub.php.

◆ CURLOPT_EGDSOCKET

const CURLOPT_EGDSOCKET = UNKNOWN

Definition at line 84 of file curl.stub.php.

◆ CURLOPT_ENCODING

const CURLOPT_ENCODING = UNKNOWN

Definition at line 90 of file curl.stub.php.

◆ CURLOPT_EXPECT_100_TIMEOUT_MS

const CURLOPT_EXPECT_100_TIMEOUT_MS = UNKNOWN

Definition at line 2528 of file curl.stub.php.

◆ CURLOPT_FAILONERROR

const CURLOPT_FAILONERROR = UNKNOWN

Definition at line 95 of file curl.stub.php.

◆ CURLOPT_FILE

const CURLOPT_FILE = UNKNOWN

Definition at line 100 of file curl.stub.php.

◆ CURLOPT_FILETIME

const CURLOPT_FILETIME = UNKNOWN

Definition at line 105 of file curl.stub.php.

◆ CURLOPT_FNMATCH_FUNCTION

const CURLOPT_FNMATCH_FUNCTION = UNKNOWN

Definition at line 2243 of file curl.stub.php.

◆ CURLOPT_FOLLOWLOCATION

const CURLOPT_FOLLOWLOCATION = UNKNOWN

Definition at line 110 of file curl.stub.php.

◆ CURLOPT_FORBID_REUSE

const CURLOPT_FORBID_REUSE = UNKNOWN

Definition at line 115 of file curl.stub.php.

◆ CURLOPT_FRESH_CONNECT

const CURLOPT_FRESH_CONNECT = UNKNOWN

Definition at line 120 of file curl.stub.php.

◆ CURLOPT_FTP_ACCOUNT

const CURLOPT_FTP_ACCOUNT = UNKNOWN

Definition at line 1450 of file curl.stub.php.

◆ CURLOPT_FTP_ALTERNATIVE_TO_USER

const CURLOPT_FTP_ALTERNATIVE_TO_USER = UNKNOWN

Definition at line 1553 of file curl.stub.php.

◆ CURLOPT_FTP_CREATE_MISSING_DIRS

const CURLOPT_FTP_CREATE_MISSING_DIRS = UNKNOWN

Definition at line 1302 of file curl.stub.php.

◆ CURLOPT_FTP_FILEMETHOD

const CURLOPT_FTP_FILEMETHOD = UNKNOWN

Definition at line 1500 of file curl.stub.php.

◆ CURLOPT_FTP_RESPONSE_TIMEOUT

const CURLOPT_FTP_RESPONSE_TIMEOUT = UNKNOWN

Definition at line 1340 of file curl.stub.php.

◆ CURLOPT_FTP_SKIP_PASV_IP

const CURLOPT_FTP_SKIP_PASV_IP = UNKNOWN

Definition at line 1493 of file curl.stub.php.

◆ CURLOPT_FTP_SSL

const CURLOPT_FTP_SSL = UNKNOWN

Definition at line 1402 of file curl.stub.php.

◆ CURLOPT_FTP_SSL_CCC

const CURLOPT_FTP_SSL_CCC = UNKNOWN

Definition at line 1592 of file curl.stub.php.

◆ CURLOPT_FTP_USE_EPRT

const CURLOPT_FTP_USE_EPRT = UNKNOWN

Definition at line 140 of file curl.stub.php.

◆ CURLOPT_FTP_USE_EPSV

const CURLOPT_FTP_USE_EPSV = UNKNOWN

Definition at line 145 of file curl.stub.php.

◆ CURLOPT_FTP_USE_PRET

const CURLOPT_FTP_USE_PRET = UNKNOWN

Definition at line 2091 of file curl.stub.php.

◆ CURLOPT_FTPAPPEND

const CURLOPT_FTPAPPEND = UNKNOWN

Definition at line 125 of file curl.stub.php.

◆ CURLOPT_FTPLISTONLY

const CURLOPT_FTPLISTONLY = UNKNOWN

Definition at line 130 of file curl.stub.php.

◆ CURLOPT_FTPPORT

const CURLOPT_FTPPORT = UNKNOWN

Definition at line 135 of file curl.stub.php.

◆ CURLOPT_FTPSSLAUTH

const CURLOPT_FTPSSLAUTH = UNKNOWN

Definition at line 1443 of file curl.stub.php.

◆ CURLOPT_GSSAPI_DELEGATION

const CURLOPT_GSSAPI_DELEGATION = UNKNOWN

Definition at line 2373 of file curl.stub.php.

◆ CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS

const CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS = UNKNOWN

Definition at line 2994 of file curl.stub.php.

◆ CURLOPT_HAPROXYPROTOCOL

const CURLOPT_HAPROXYPROTOCOL = UNKNOWN

Definition at line 3010 of file curl.stub.php.

◆ CURLOPT_HEADER

const CURLOPT_HEADER = UNKNOWN

Definition at line 150 of file curl.stub.php.

◆ CURLOPT_HEADERFUNCTION

const CURLOPT_HEADERFUNCTION = UNKNOWN

Definition at line 155 of file curl.stub.php.

◆ CURLOPT_HEADEROPT

const CURLOPT_HEADEROPT = UNKNOWN

Definition at line 2554 of file curl.stub.php.

◆ CURLOPT_HSTS

const CURLOPT_HSTS = UNKNOWN

Definition at line 3473 of file curl.stub.php.

◆ CURLOPT_HSTS_CTRL

const CURLOPT_HSTS_CTRL = UNKNOWN

Definition at line 3478 of file curl.stub.php.

◆ CURLOPT_HTTP09_ALLOWED

const CURLOPT_HTTP09_ALLOWED = UNKNOWN

Definition at line 3103 of file curl.stub.php.

◆ CURLOPT_HTTP200ALIASES

const CURLOPT_HTTP200ALIASES = UNKNOWN

Definition at line 160 of file curl.stub.php.

◆ CURLOPT_HTTP_CONTENT_DECODING

const CURLOPT_HTTP_CONTENT_DECODING = UNKNOWN

Definition at line 1634 of file curl.stub.php.

◆ CURLOPT_HTTP_TRANSFER_DECODING

const CURLOPT_HTTP_TRANSFER_DECODING = UNKNOWN

Definition at line 1639 of file curl.stub.php.

◆ CURLOPT_HTTP_VERSION

const CURLOPT_HTTP_VERSION = UNKNOWN

Definition at line 180 of file curl.stub.php.

◆ CURLOPT_HTTPAUTH

const CURLOPT_HTTPAUTH = UNKNOWN

Definition at line 1254 of file curl.stub.php.

◆ CURLOPT_HTTPGET

const CURLOPT_HTTPGET = UNKNOWN

Definition at line 165 of file curl.stub.php.

◆ CURLOPT_HTTPHEADER

const CURLOPT_HTTPHEADER = UNKNOWN

Definition at line 170 of file curl.stub.php.

◆ CURLOPT_HTTPPROXYTUNNEL

const CURLOPT_HTTPPROXYTUNNEL = UNKNOWN

Definition at line 175 of file curl.stub.php.

◆ CURLOPT_IGNORE_CONTENT_LENGTH

const CURLOPT_IGNORE_CONTENT_LENGTH = UNKNOWN

Definition at line 1486 of file curl.stub.php.

◆ CURLOPT_INFILE

const CURLOPT_INFILE = UNKNOWN

Definition at line 185 of file curl.stub.php.

◆ CURLOPT_INFILESIZE

const CURLOPT_INFILESIZE = UNKNOWN

Definition at line 190 of file curl.stub.php.

◆ CURLOPT_INTERFACE

const CURLOPT_INTERFACE = UNKNOWN

Definition at line 195 of file curl.stub.php.

◆ CURLOPT_IPRESOLVE

const CURLOPT_IPRESOLVE = UNKNOWN

Definition at line 1350 of file curl.stub.php.

◆ CURLOPT_ISSUERCERT

const CURLOPT_ISSUERCERT = UNKNOWN

Definition at line 1806 of file curl.stub.php.

◆ CURLOPT_ISSUERCERT_BLOB

const CURLOPT_ISSUERCERT_BLOB = UNKNOWN

Definition at line 3212 of file curl.stub.php.

◆ CURLOPT_KEEP_SENDING_ON_ERROR

const CURLOPT_KEEP_SENDING_ON_ERROR = UNKNOWN

Definition at line 2740 of file curl.stub.php.

◆ CURLOPT_KEYPASSWD

const CURLOPT_KEYPASSWD = UNKNOWN

Definition at line 1811 of file curl.stub.php.

◆ CURLOPT_KRB4LEVEL

const CURLOPT_KRB4LEVEL = UNKNOWN

Definition at line 200 of file curl.stub.php.

◆ CURLOPT_KRBLEVEL

const CURLOPT_KRBLEVEL = UNKNOWN

Definition at line 1658 of file curl.stub.php.

◆ CURLOPT_LOCALPORT

const CURLOPT_LOCALPORT = UNKNOWN

Definition at line 1512 of file curl.stub.php.

◆ CURLOPT_LOCALPORTRANGE

const CURLOPT_LOCALPORTRANGE = UNKNOWN

Definition at line 1517 of file curl.stub.php.

◆ CURLOPT_LOGIN_OPTIONS

const CURLOPT_LOGIN_OPTIONS = UNKNOWN

Definition at line 2506 of file curl.stub.php.

◆ CURLOPT_LOW_SPEED_LIMIT

const CURLOPT_LOW_SPEED_LIMIT = UNKNOWN

Definition at line 205 of file curl.stub.php.

◆ CURLOPT_LOW_SPEED_TIME

const CURLOPT_LOW_SPEED_TIME = UNKNOWN

Definition at line 210 of file curl.stub.php.

◆ CURLOPT_MAIL_AUTH

const CURLOPT_MAIL_AUTH = UNKNOWN

Definition at line 2397 of file curl.stub.php.

◆ CURLOPT_MAIL_FROM

const CURLOPT_MAIL_FROM = UNKNOWN

Definition at line 2096 of file curl.stub.php.

◆ CURLOPT_MAIL_RCPT

const CURLOPT_MAIL_RCPT = UNKNOWN

Definition at line 2101 of file curl.stub.php.

◆ CURLOPT_MAIL_RCPT_ALLLOWFAILS

const CURLOPT_MAIL_RCPT_ALLLOWFAILS = UNKNOWN

Definition at line 3196 of file curl.stub.php.

◆ CURLOPT_MAX_RECV_SPEED_LARGE

const CURLOPT_MAX_RECV_SPEED_LARGE = UNKNOWN

Definition at line 1558 of file curl.stub.php.

◆ CURLOPT_MAX_SEND_SPEED_LARGE

const CURLOPT_MAX_SEND_SPEED_LARGE = UNKNOWN

Definition at line 1563 of file curl.stub.php.

◆ CURLOPT_MAXAGE_CONN

const CURLOPT_MAXAGE_CONN = UNKNOWN

Definition at line 3149 of file curl.stub.php.

◆ CURLOPT_MAXCONNECTS

const CURLOPT_MAXCONNECTS = UNKNOWN

Definition at line 215 of file curl.stub.php.

◆ CURLOPT_MAXFILESIZE

const CURLOPT_MAXFILESIZE = UNKNOWN

Definition at line 1355 of file curl.stub.php.

◆ CURLOPT_MAXFILESIZE_LARGE

const CURLOPT_MAXFILESIZE_LARGE = UNKNOWN

Definition at line 1414 of file curl.stub.php.

◆ CURLOPT_MAXLIFETIME_CONN

const CURLOPT_MAXLIFETIME_CONN = UNKNOWN

Definition at line 3550 of file curl.stub.php.

◆ CURLOPT_MAXREDIRS

const CURLOPT_MAXREDIRS = UNKNOWN

Definition at line 220 of file curl.stub.php.

◆ CURLOPT_MIME_OPTIONS

const CURLOPT_MIME_OPTIONS = UNKNOWN

Definition at line 3578 of file curl.stub.php.

◆ CURLOPT_NETRC

const CURLOPT_NETRC = UNKNOWN

Definition at line 225 of file curl.stub.php.

◆ CURLOPT_NETRC_FILE

const CURLOPT_NETRC_FILE = UNKNOWN

Definition at line 1407 of file curl.stub.php.

◆ CURLOPT_NEW_DIRECTORY_PERMS

const CURLOPT_NEW_DIRECTORY_PERMS = UNKNOWN

Definition at line 1663 of file curl.stub.php.

◆ CURLOPT_NEW_FILE_PERMS

const CURLOPT_NEW_FILE_PERMS = UNKNOWN

Definition at line 1668 of file curl.stub.php.

◆ CURLOPT_NOBODY

const CURLOPT_NOBODY = UNKNOWN

Definition at line 230 of file curl.stub.php.

◆ CURLOPT_NOPROGRESS

const CURLOPT_NOPROGRESS = UNKNOWN

Definition at line 235 of file curl.stub.php.

◆ CURLOPT_NOPROXY

const CURLOPT_NOPROXY = UNKNOWN

Definition at line 1919 of file curl.stub.php.

◆ CURLOPT_NOSIGNAL

const CURLOPT_NOSIGNAL = UNKNOWN

Definition at line 240 of file curl.stub.php.

◆ CURLOPT_PASSWORD

const CURLOPT_PASSWORD = UNKNOWN

Definition at line 1864 of file curl.stub.php.

◆ CURLOPT_PATH_AS_IS

const CURLOPT_PATH_AS_IS = UNKNOWN

Definition at line 2614 of file curl.stub.php.

◆ CURLOPT_PINNEDPUBLICKEY

const CURLOPT_PINNEDPUBLICKEY = UNKNOWN

Definition at line 2576 of file curl.stub.php.

◆ CURLOPT_PIPEWAIT

const CURLOPT_PIPEWAIT = UNKNOWN

Definition at line 2631 of file curl.stub.php.

◆ CURLOPT_PORT

const CURLOPT_PORT = UNKNOWN

Definition at line 245 of file curl.stub.php.

◆ CURLOPT_POST

const CURLOPT_POST = UNKNOWN

Definition at line 250 of file curl.stub.php.

◆ CURLOPT_POSTFIELDS

const CURLOPT_POSTFIELDS = UNKNOWN

Definition at line 255 of file curl.stub.php.

◆ CURLOPT_POSTQUOTE

const CURLOPT_POSTQUOTE = UNKNOWN

Definition at line 260 of file curl.stub.php.

◆ CURLOPT_POSTREDIR

const CURLOPT_POSTREDIR = UNKNOWN

Definition at line 1869 of file curl.stub.php.

◆ CURLOPT_PRE_PROXY

const CURLOPT_PRE_PROXY = UNKNOWN

Definition at line 2771 of file curl.stub.php.

◆ CURLOPT_PREQUOTE

const CURLOPT_PREQUOTE = UNKNOWN

Definition at line 265 of file curl.stub.php.

◆ CURLOPT_PREREQFUNCTION

const CURLOPT_PREREQFUNCTION = UNKNOWN

Definition at line 3560 of file curl.stub.php.

◆ CURLOPT_PRIVATE

const CURLOPT_PRIVATE = UNKNOWN

Definition at line 270 of file curl.stub.php.

◆ CURLOPT_PROGRESSFUNCTION

const CURLOPT_PROGRESSFUNCTION = UNKNOWN

Definition at line 275 of file curl.stub.php.

◆ CURLOPT_PROTOCOLS

const CURLOPT_PROTOCOLS = UNKNOWN

Definition at line 1924 of file curl.stub.php.

◆ CURLOPT_PROTOCOLS_STR

const CURLOPT_PROTOCOLS_STR = UNKNOWN

Definition at line 3599 of file curl.stub.php.

◆ CURLOPT_PROXY

const CURLOPT_PROXY = UNKNOWN

Definition at line 280 of file curl.stub.php.

◆ CURLOPT_PROXY_CAINFO

const CURLOPT_PROXY_CAINFO = UNKNOWN

Definition at line 2776 of file curl.stub.php.

◆ CURLOPT_PROXY_CAINFO_BLOB

const CURLOPT_PROXY_CAINFO_BLOB = UNKNOWN

Definition at line 3537 of file curl.stub.php.

◆ CURLOPT_PROXY_CAPATH

const CURLOPT_PROXY_CAPATH = UNKNOWN

Definition at line 2781 of file curl.stub.php.

◆ CURLOPT_PROXY_CRLFILE

const CURLOPT_PROXY_CRLFILE = UNKNOWN

Definition at line 2786 of file curl.stub.php.

◆ CURLOPT_PROXY_ISSUERCERT

const CURLOPT_PROXY_ISSUERCERT = UNKNOWN

Definition at line 3217 of file curl.stub.php.

◆ CURLOPT_PROXY_ISSUERCERT_BLOB

const CURLOPT_PROXY_ISSUERCERT_BLOB = UNKNOWN

Definition at line 3222 of file curl.stub.php.

◆ CURLOPT_PROXY_KEYPASSWD

const CURLOPT_PROXY_KEYPASSWD = UNKNOWN

Definition at line 2791 of file curl.stub.php.

◆ CURLOPT_PROXY_PINNEDPUBLICKEY

const CURLOPT_PROXY_PINNEDPUBLICKEY = UNKNOWN

Definition at line 2796 of file curl.stub.php.

◆ CURLOPT_PROXY_SERVICE_NAME

const CURLOPT_PROXY_SERVICE_NAME = UNKNOWN

Definition at line 2636 of file curl.stub.php.

◆ CURLOPT_PROXY_SSL_CIPHER_LIST

const CURLOPT_PROXY_SSL_CIPHER_LIST = UNKNOWN

Definition at line 2801 of file curl.stub.php.

◆ CURLOPT_PROXY_SSL_OPTIONS

const CURLOPT_PROXY_SSL_OPTIONS = UNKNOWN

Definition at line 2806 of file curl.stub.php.

◆ CURLOPT_PROXY_SSL_VERIFYHOST

const CURLOPT_PROXY_SSL_VERIFYHOST = UNKNOWN

Definition at line 2811 of file curl.stub.php.

◆ CURLOPT_PROXY_SSL_VERIFYPEER

const CURLOPT_PROXY_SSL_VERIFYPEER = UNKNOWN

Definition at line 2816 of file curl.stub.php.

◆ CURLOPT_PROXY_SSLCERT

const CURLOPT_PROXY_SSLCERT = UNKNOWN

Definition at line 2821 of file curl.stub.php.

◆ CURLOPT_PROXY_SSLCERT_BLOB

const CURLOPT_PROXY_SSLCERT_BLOB = UNKNOWN

Definition at line 3227 of file curl.stub.php.

◆ CURLOPT_PROXY_SSLCERTTYPE

const CURLOPT_PROXY_SSLCERTTYPE = UNKNOWN

Definition at line 2826 of file curl.stub.php.

◆ CURLOPT_PROXY_SSLKEY

const CURLOPT_PROXY_SSLKEY = UNKNOWN

Definition at line 2831 of file curl.stub.php.

◆ CURLOPT_PROXY_SSLKEY_BLOB

const CURLOPT_PROXY_SSLKEY_BLOB = UNKNOWN

Definition at line 3232 of file curl.stub.php.

◆ CURLOPT_PROXY_SSLKEYTYPE

const CURLOPT_PROXY_SSLKEYTYPE = UNKNOWN

Definition at line 2836 of file curl.stub.php.

◆ CURLOPT_PROXY_SSLVERSION

const CURLOPT_PROXY_SSLVERSION = UNKNOWN

Definition at line 2841 of file curl.stub.php.

◆ CURLOPT_PROXY_TLS13_CIPHERS

const CURLOPT_PROXY_TLS13_CIPHERS = UNKNOWN

Definition at line 3073 of file curl.stub.php.

◆ CURLOPT_PROXY_TLSAUTH_PASSWORD

const CURLOPT_PROXY_TLSAUTH_PASSWORD = UNKNOWN

Definition at line 2846 of file curl.stub.php.

◆ CURLOPT_PROXY_TLSAUTH_TYPE

const CURLOPT_PROXY_TLSAUTH_TYPE = UNKNOWN

Definition at line 2851 of file curl.stub.php.

◆ CURLOPT_PROXY_TLSAUTH_USERNAME

const CURLOPT_PROXY_TLSAUTH_USERNAME = UNKNOWN

Definition at line 2856 of file curl.stub.php.

◆ CURLOPT_PROXY_TRANSFER_MODE

const CURLOPT_PROXY_TRANSFER_MODE = UNKNOWN

Definition at line 1720 of file curl.stub.php.

◆ CURLOPT_PROXYAUTH

const CURLOPT_PROXYAUTH = UNKNOWN

Definition at line 1307 of file curl.stub.php.

◆ CURLOPT_PROXYHEADER

const CURLOPT_PROXYHEADER = UNKNOWN

Definition at line 2559 of file curl.stub.php.

◆ CURLOPT_PROXYPASSWORD

const CURLOPT_PROXYPASSWORD = UNKNOWN

Definition at line 1874 of file curl.stub.php.

◆ CURLOPT_PROXYPORT

const CURLOPT_PROXYPORT = UNKNOWN

Definition at line 285 of file curl.stub.php.

◆ CURLOPT_PROXYTYPE

const CURLOPT_PROXYTYPE = UNKNOWN

Definition at line 290 of file curl.stub.php.

◆ CURLOPT_PROXYUSERNAME

const CURLOPT_PROXYUSERNAME = UNKNOWN

Definition at line 1879 of file curl.stub.php.

◆ CURLOPT_PROXYUSERPWD

const CURLOPT_PROXYUSERPWD = UNKNOWN

Definition at line 295 of file curl.stub.php.

◆ CURLOPT_PUT

const CURLOPT_PUT = UNKNOWN

Definition at line 300 of file curl.stub.php.

◆ CURLOPT_QUICK_EXIT

const CURLOPT_QUICK_EXIT = UNKNOWN

Definition at line 3630 of file curl.stub.php.

◆ CURLOPT_QUOTE

const CURLOPT_QUOTE = UNKNOWN

Definition at line 305 of file curl.stub.php.

◆ CURLOPT_RANDOM_FILE

const CURLOPT_RANDOM_FILE = UNKNOWN

Definition at line 310 of file curl.stub.php.

◆ CURLOPT_RANGE

const CURLOPT_RANGE = UNKNOWN

Definition at line 315 of file curl.stub.php.

◆ CURLOPT_READDATA

const CURLOPT_READDATA = UNKNOWN

Definition at line 320 of file curl.stub.php.

◆ CURLOPT_READFUNCTION

const CURLOPT_READFUNCTION = UNKNOWN

Definition at line 325 of file curl.stub.php.

◆ CURLOPT_REDIR_PROTOCOLS

const CURLOPT_REDIR_PROTOCOLS = UNKNOWN

Definition at line 1929 of file curl.stub.php.

◆ CURLOPT_REDIR_PROTOCOLS_STR

const CURLOPT_REDIR_PROTOCOLS_STR = UNKNOWN

Definition at line 3604 of file curl.stub.php.

◆ CURLOPT_REFERER

const CURLOPT_REFERER = UNKNOWN

Definition at line 330 of file curl.stub.php.

◆ CURLOPT_REQUEST_TARGET

const CURLOPT_REQUEST_TARGET = UNKNOWN

Definition at line 2950 of file curl.stub.php.

◆ CURLOPT_RESOLVE

const CURLOPT_RESOLVE = UNKNOWN

Definition at line 2312 of file curl.stub.php.

◆ CURLOPT_RESUME_FROM

const CURLOPT_RESUME_FROM = UNKNOWN

Definition at line 335 of file curl.stub.php.

◆ CURLOPT_RETURNTRANSFER

const CURLOPT_RETURNTRANSFER = UNKNOWN

Definition at line 340 of file curl.stub.php.

◆ CURLOPT_RTSP_CLIENT_CSEQ

const CURLOPT_RTSP_CLIENT_CSEQ = UNKNOWN

Definition at line 2106 of file curl.stub.php.

◆ CURLOPT_RTSP_REQUEST

const CURLOPT_RTSP_REQUEST = UNKNOWN

Definition at line 2111 of file curl.stub.php.

◆ CURLOPT_RTSP_SERVER_CSEQ

const CURLOPT_RTSP_SERVER_CSEQ = UNKNOWN

Definition at line 2116 of file curl.stub.php.

◆ CURLOPT_RTSP_SESSION_ID

const CURLOPT_RTSP_SESSION_ID = UNKNOWN

Definition at line 2121 of file curl.stub.php.

◆ CURLOPT_RTSP_STREAM_URI

const CURLOPT_RTSP_STREAM_URI = UNKNOWN

Definition at line 2126 of file curl.stub.php.

◆ CURLOPT_RTSP_TRANSPORT

const CURLOPT_RTSP_TRANSPORT = UNKNOWN

Definition at line 2131 of file curl.stub.php.

◆ CURLOPT_SAFE_UPLOAD

const CURLOPT_SAFE_UPLOAD = UNKNOWN

Definition at line 3645 of file curl.stub.php.

◆ CURLOPT_SASL_AUTHZID

const CURLOPT_SASL_AUTHZID = UNKNOWN

Definition at line 3157 of file curl.stub.php.

◆ CURLOPT_SASL_IR

const CURLOPT_SASL_IR = UNKNOWN

Definition at line 2468 of file curl.stub.php.

◆ CURLOPT_SERVER_RESPONSE_TIMEOUT

const CURLOPT_SERVER_RESPONSE_TIMEOUT = UNKNOWN

Definition at line 1345 of file curl.stub.php.

◆ CURLOPT_SERVICE_NAME

const CURLOPT_SERVICE_NAME = UNKNOWN

Definition at line 2641 of file curl.stub.php.

◆ CURLOPT_SHARE

const CURLOPT_SHARE = UNKNOWN

Definition at line 345 of file curl.stub.php.

◆ CURLOPT_SOCKS5_AUTH

const CURLOPT_SOCKS5_AUTH = UNKNOWN

Definition at line 2955 of file curl.stub.php.

◆ CURLOPT_SOCKS5_GSSAPI_NEC

const CURLOPT_SOCKS5_GSSAPI_NEC = UNKNOWN

Definition at line 1934 of file curl.stub.php.

◆ CURLOPT_SOCKS5_GSSAPI_SERVICE

const CURLOPT_SOCKS5_GSSAPI_SERVICE = UNKNOWN

Definition at line 1939 of file curl.stub.php.

◆ CURLOPT_SSH_AUTH_TYPES

const CURLOPT_SSH_AUTH_TYPES = UNKNOWN

Definition at line 1597 of file curl.stub.php.

◆ CURLOPT_SSH_COMPRESSION

const CURLOPT_SSH_COMPRESSION = UNKNOWN

Definition at line 2961 of file curl.stub.php.

◆ CURLOPT_SSH_HOST_PUBLIC_KEY_MD5

const CURLOPT_SSH_HOST_PUBLIC_KEY_MD5 = UNKNOWN

Definition at line 1713 of file curl.stub.php.

◆ CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256

const CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256 = UNKNOWN

Definition at line 3555 of file curl.stub.php.

◆ CURLOPT_SSH_HOSTKEYFUNCTION

const CURLOPT_SSH_HOSTKEYFUNCTION = UNKNOWN

Definition at line 3591 of file curl.stub.php.

◆ CURLOPT_SSH_KNOWNHOSTS

const CURLOPT_SSH_KNOWNHOSTS = UNKNOWN

Definition at line 2044 of file curl.stub.php.

◆ CURLOPT_SSH_PRIVATE_KEYFILE

const CURLOPT_SSH_PRIVATE_KEYFILE = UNKNOWN

Definition at line 1602 of file curl.stub.php.

◆ CURLOPT_SSH_PUBLIC_KEYFILE

const CURLOPT_SSH_PUBLIC_KEYFILE = UNKNOWN

Definition at line 1607 of file curl.stub.php.

◆ CURLOPT_SSL_CIPHER_LIST

const CURLOPT_SSL_CIPHER_LIST = UNKNOWN

Definition at line 395 of file curl.stub.php.

◆ CURLOPT_SSL_EC_CURVES

const CURLOPT_SSL_EC_CURVES = UNKNOWN

Definition at line 3285 of file curl.stub.php.

◆ CURLOPT_SSL_ENABLE_ALPN

const CURLOPT_SSL_ENABLE_ALPN = UNKNOWN

Definition at line 2533 of file curl.stub.php.

◆ CURLOPT_SSL_ENABLE_NPN

const CURLOPT_SSL_ENABLE_NPN = UNKNOWN

Definition at line 2538 of file curl.stub.php.

◆ CURLOPT_SSL_FALSESTART

const CURLOPT_SSL_FALSESTART = UNKNOWN

Definition at line 2619 of file curl.stub.php.

◆ CURLOPT_SSL_OPTIONS

const CURLOPT_SSL_OPTIONS = UNKNOWN

Definition at line 2402 of file curl.stub.php.

◆ CURLOPT_SSL_SESSIONID_CACHE

const CURLOPT_SSL_SESSIONID_CACHE = UNKNOWN

Definition at line 1575 of file curl.stub.php.

◆ CURLOPT_SSL_VERIFYHOST

const CURLOPT_SSL_VERIFYHOST = UNKNOWN

Definition at line 400 of file curl.stub.php.

◆ CURLOPT_SSL_VERIFYPEER

const CURLOPT_SSL_VERIFYPEER = UNKNOWN

Definition at line 405 of file curl.stub.php.

◆ CURLOPT_SSL_VERIFYSTATUS

const CURLOPT_SSL_VERIFYSTATUS = UNKNOWN

Definition at line 2608 of file curl.stub.php.

◆ CURLOPT_SSLCERT

const CURLOPT_SSLCERT = UNKNOWN

Definition at line 350 of file curl.stub.php.

◆ CURLOPT_SSLCERT_BLOB

const CURLOPT_SSLCERT_BLOB = UNKNOWN

Definition at line 3237 of file curl.stub.php.

◆ CURLOPT_SSLCERTPASSWD

const CURLOPT_SSLCERTPASSWD = UNKNOWN

Definition at line 355 of file curl.stub.php.

◆ CURLOPT_SSLCERTTYPE

const CURLOPT_SSLCERTTYPE = UNKNOWN

Definition at line 360 of file curl.stub.php.

◆ CURLOPT_SSLENGINE

const CURLOPT_SSLENGINE = UNKNOWN

Definition at line 365 of file curl.stub.php.

◆ CURLOPT_SSLENGINE_DEFAULT

const CURLOPT_SSLENGINE_DEFAULT = UNKNOWN

Definition at line 370 of file curl.stub.php.

◆ CURLOPT_SSLKEY

const CURLOPT_SSLKEY = UNKNOWN

Definition at line 375 of file curl.stub.php.

◆ CURLOPT_SSLKEY_BLOB

const CURLOPT_SSLKEY_BLOB = UNKNOWN

Definition at line 3242 of file curl.stub.php.

◆ CURLOPT_SSLKEYPASSWD

const CURLOPT_SSLKEYPASSWD = UNKNOWN

Definition at line 380 of file curl.stub.php.

◆ CURLOPT_SSLKEYTYPE

const CURLOPT_SSLKEYTYPE = UNKNOWN

Definition at line 385 of file curl.stub.php.

◆ CURLOPT_SSLVERSION

const CURLOPT_SSLVERSION = UNKNOWN

Definition at line 390 of file curl.stub.php.

◆ CURLOPT_STDERR

const CURLOPT_STDERR = UNKNOWN

Definition at line 410 of file curl.stub.php.

◆ CURLOPT_STREAM_WEIGHT

const CURLOPT_STREAM_WEIGHT = UNKNOWN

Definition at line 2675 of file curl.stub.php.

◆ CURLOPT_SUPPRESS_CONNECT_HEADERS

const CURLOPT_SUPPRESS_CONNECT_HEADERS = UNKNOWN

Definition at line 2908 of file curl.stub.php.

◆ CURLOPT_TCP_FASTOPEN

const CURLOPT_TCP_FASTOPEN = UNKNOWN

Definition at line 2723 of file curl.stub.php.

◆ CURLOPT_TCP_KEEPALIVE

const CURLOPT_TCP_KEEPALIVE = UNKNOWN

Definition at line 2407 of file curl.stub.php.

◆ CURLOPT_TCP_KEEPCNT

const CURLOPT_TCP_KEEPCNT = UNKNOWN

Definition at line 416 of file curl.stub.php.

◆ CURLOPT_TCP_KEEPIDLE

const CURLOPT_TCP_KEEPIDLE = UNKNOWN

Definition at line 2412 of file curl.stub.php.

◆ CURLOPT_TCP_KEEPINTVL

const CURLOPT_TCP_KEEPINTVL = UNKNOWN

Definition at line 2417 of file curl.stub.php.

◆ CURLOPT_TCP_NODELAY

const CURLOPT_TCP_NODELAY = UNKNOWN

Definition at line 1421 of file curl.stub.php.

◆ CURLOPT_TELNETOPTIONS

const CURLOPT_TELNETOPTIONS = UNKNOWN

Definition at line 422 of file curl.stub.php.

◆ CURLOPT_TFTP_BLKSIZE

const CURLOPT_TFTP_BLKSIZE = UNKNOWN

Definition at line 1944 of file curl.stub.php.

◆ CURLOPT_TFTP_NO_OPTIONS

const CURLOPT_TFTP_NO_OPTIONS = UNKNOWN

Definition at line 2707 of file curl.stub.php.

◆ CURLOPT_TIMECONDITION

const CURLOPT_TIMECONDITION = UNKNOWN

Definition at line 427 of file curl.stub.php.

◆ CURLOPT_TIMEOUT

const CURLOPT_TIMEOUT = UNKNOWN

Definition at line 432 of file curl.stub.php.

◆ CURLOPT_TIMEOUT_MS

const CURLOPT_TIMEOUT_MS = UNKNOWN

Definition at line 1644 of file curl.stub.php.

◆ CURLOPT_TIMEVALUE

const CURLOPT_TIMEVALUE = UNKNOWN

Definition at line 437 of file curl.stub.php.

◆ CURLOPT_TIMEVALUE_LARGE

const CURLOPT_TIMEVALUE_LARGE = UNKNOWN

Definition at line 2999 of file curl.stub.php.

◆ CURLOPT_TLS13_CIPHERS

const CURLOPT_TLS13_CIPHERS = UNKNOWN

Definition at line 3078 of file curl.stub.php.

◆ CURLOPT_TLSAUTH_PASSWORD

const CURLOPT_TLSAUTH_PASSWORD = UNKNOWN

Definition at line 2319 of file curl.stub.php.

◆ CURLOPT_TLSAUTH_TYPE

const CURLOPT_TLSAUTH_TYPE = UNKNOWN

Definition at line 2324 of file curl.stub.php.

◆ CURLOPT_TLSAUTH_USERNAME

const CURLOPT_TLSAUTH_USERNAME = UNKNOWN

Definition at line 2329 of file curl.stub.php.

◆ CURLOPT_TRANSFER_ENCODING

const CURLOPT_TRANSFER_ENCODING = UNKNOWN

Definition at line 2351 of file curl.stub.php.

◆ CURLOPT_TRANSFERTEXT

const CURLOPT_TRANSFERTEXT = UNKNOWN

Definition at line 442 of file curl.stub.php.

◆ CURLOPT_UNIX_SOCKET_PATH

const CURLOPT_UNIX_SOCKET_PATH = UNKNOWN

Definition at line 2582 of file curl.stub.php.

◆ CURLOPT_UNRESTRICTED_AUTH

const CURLOPT_UNRESTRICTED_AUTH = UNKNOWN

Definition at line 447 of file curl.stub.php.

◆ CURLOPT_UPKEEP_INTERVAL_MS

const CURLOPT_UPKEEP_INTERVAL_MS = UNKNOWN

Definition at line 3090 of file curl.stub.php.

◆ CURLOPT_UPLOAD

const CURLOPT_UPLOAD = UNKNOWN

Definition at line 452 of file curl.stub.php.

◆ CURLOPT_UPLOAD_BUFFERSIZE

const CURLOPT_UPLOAD_BUFFERSIZE = UNKNOWN

Definition at line 3095 of file curl.stub.php.

◆ CURLOPT_URL

const CURLOPT_URL = UNKNOWN

Definition at line 457 of file curl.stub.php.

◆ CURLOPT_USE_SSL

const CURLOPT_USE_SSL = UNKNOWN

Definition at line 1685 of file curl.stub.php.

◆ CURLOPT_USERAGENT

const CURLOPT_USERAGENT = UNKNOWN

Definition at line 462 of file curl.stub.php.

◆ CURLOPT_USERNAME

const CURLOPT_USERNAME = UNKNOWN

Definition at line 1884 of file curl.stub.php.

◆ CURLOPT_USERPWD

const CURLOPT_USERPWD = UNKNOWN

Definition at line 467 of file curl.stub.php.

◆ CURLOPT_VERBOSE

const CURLOPT_VERBOSE = UNKNOWN

Definition at line 472 of file curl.stub.php.

◆ CURLOPT_WILDCARDMATCH

const CURLOPT_WILDCARDMATCH = UNKNOWN

Definition at line 2248 of file curl.stub.php.

◆ CURLOPT_WRITEFUNCTION

const CURLOPT_WRITEFUNCTION = UNKNOWN

Definition at line 477 of file curl.stub.php.

◆ CURLOPT_WRITEHEADER

const CURLOPT_WRITEHEADER = UNKNOWN

Definition at line 482 of file curl.stub.php.

◆ CURLOPT_WS_OPTIONS

const CURLOPT_WS_OPTIONS = UNKNOWN

Definition at line 3612 of file curl.stub.php.

◆ CURLOPT_XFERINFOFUNCTION

const CURLOPT_XFERINFOFUNCTION = UNKNOWN

Definition at line 487 of file curl.stub.php.

◆ CURLOPT_XOAUTH2_BEARER

const CURLOPT_XOAUTH2_BEARER = UNKNOWN

Definition at line 2489 of file curl.stub.php.

◆ CURLPAUSE_ALL

const CURLPAUSE_ALL = UNKNOWN

Definition at line 1725 of file curl.stub.php.

◆ CURLPAUSE_CONT

const CURLPAUSE_CONT = UNKNOWN

Definition at line 1730 of file curl.stub.php.

◆ CURLPAUSE_RECV

const CURLPAUSE_RECV = UNKNOWN

Definition at line 1735 of file curl.stub.php.

◆ CURLPAUSE_RECV_CONT

const CURLPAUSE_RECV_CONT = UNKNOWN

Definition at line 1740 of file curl.stub.php.

◆ CURLPAUSE_SEND

const CURLPAUSE_SEND = UNKNOWN

Definition at line 1745 of file curl.stub.php.

◆ CURLPAUSE_SEND_CONT

const CURLPAUSE_SEND_CONT = UNKNOWN

Definition at line 1750 of file curl.stub.php.

◆ CURLPIPE_HTTP1

const CURLPIPE_HTTP1 = UNKNOWN

Definition at line 2652 of file curl.stub.php.

◆ CURLPIPE_MULTIPLEX

const CURLPIPE_MULTIPLEX = UNKNOWN

Definition at line 2657 of file curl.stub.php.

◆ CURLPIPE_NOTHING

const CURLPIPE_NOTHING = UNKNOWN

Definition at line 2647 of file curl.stub.php.

◆ CURLPROTO_ALL

const CURLPROTO_ALL = UNKNOWN

Definition at line 1950 of file curl.stub.php.

◆ CURLPROTO_DICT

const CURLPROTO_DICT = UNKNOWN

Definition at line 1955 of file curl.stub.php.

◆ CURLPROTO_FILE

const CURLPROTO_FILE = UNKNOWN

Definition at line 1960 of file curl.stub.php.

◆ CURLPROTO_FTP

const CURLPROTO_FTP = UNKNOWN

Definition at line 1965 of file curl.stub.php.

◆ CURLPROTO_FTPS

const CURLPROTO_FTPS = UNKNOWN

Definition at line 1970 of file curl.stub.php.

◆ CURLPROTO_GOPHER

const CURLPROTO_GOPHER = UNKNOWN

Definition at line 2300 of file curl.stub.php.

◆ CURLPROTO_HTTP

const CURLPROTO_HTTP = UNKNOWN

Definition at line 1975 of file curl.stub.php.

◆ CURLPROTO_HTTPS

const CURLPROTO_HTTPS = UNKNOWN

Definition at line 1980 of file curl.stub.php.

◆ CURLPROTO_IMAP

const CURLPROTO_IMAP = UNKNOWN

Definition at line 2136 of file curl.stub.php.

◆ CURLPROTO_IMAPS

const CURLPROTO_IMAPS = UNKNOWN

Definition at line 2141 of file curl.stub.php.

◆ CURLPROTO_LDAP

const CURLPROTO_LDAP = UNKNOWN

Definition at line 1985 of file curl.stub.php.

◆ CURLPROTO_LDAPS

const CURLPROTO_LDAPS = UNKNOWN

Definition at line 1990 of file curl.stub.php.

◆ CURLPROTO_MQTT

const CURLPROTO_MQTT = UNKNOWN

Definition at line 3248 of file curl.stub.php.

◆ CURLPROTO_POP3

const CURLPROTO_POP3 = UNKNOWN

Definition at line 2146 of file curl.stub.php.

◆ CURLPROTO_POP3S

const CURLPROTO_POP3S = UNKNOWN

Definition at line 2151 of file curl.stub.php.

◆ CURLPROTO_RTMP

const CURLPROTO_RTMP = UNKNOWN

Definition at line 2253 of file curl.stub.php.

◆ CURLPROTO_RTMPE

const CURLPROTO_RTMPE = UNKNOWN

Definition at line 2258 of file curl.stub.php.

◆ CURLPROTO_RTMPS

const CURLPROTO_RTMPS = UNKNOWN

Definition at line 2263 of file curl.stub.php.

◆ CURLPROTO_RTMPT

const CURLPROTO_RTMPT = UNKNOWN

Definition at line 2268 of file curl.stub.php.

◆ CURLPROTO_RTMPTE

const CURLPROTO_RTMPTE = UNKNOWN

Definition at line 2273 of file curl.stub.php.

◆ CURLPROTO_RTMPTS

const CURLPROTO_RTMPTS = UNKNOWN

Definition at line 2278 of file curl.stub.php.

◆ CURLPROTO_RTSP

const CURLPROTO_RTSP = UNKNOWN

Definition at line 2156 of file curl.stub.php.

◆ CURLPROTO_SCP

const CURLPROTO_SCP = UNKNOWN

Definition at line 1995 of file curl.stub.php.

◆ CURLPROTO_SFTP

const CURLPROTO_SFTP = UNKNOWN

Definition at line 2000 of file curl.stub.php.

◆ CURLPROTO_SMB

const CURLPROTO_SMB = UNKNOWN

Definition at line 2587 of file curl.stub.php.

◆ CURLPROTO_SMBS

const CURLPROTO_SMBS = UNKNOWN

Definition at line 2592 of file curl.stub.php.

◆ CURLPROTO_SMTP

const CURLPROTO_SMTP = UNKNOWN

Definition at line 2161 of file curl.stub.php.

◆ CURLPROTO_SMTPS

const CURLPROTO_SMTPS = UNKNOWN

Definition at line 2166 of file curl.stub.php.

◆ CURLPROTO_TELNET

const CURLPROTO_TELNET = UNKNOWN

Definition at line 2005 of file curl.stub.php.

◆ CURLPROTO_TFTP

const CURLPROTO_TFTP = UNKNOWN

Definition at line 2010 of file curl.stub.php.

◆ CURLPROXY_HTTP

const CURLPROXY_HTTP = UNKNOWN

Definition at line 1058 of file curl.stub.php.

◆ CURLPROXY_HTTP_1_0

const CURLPROXY_HTTP_1_0 = UNKNOWN

Definition at line 2016 of file curl.stub.php.

◆ CURLPROXY_HTTPS

const CURLPROXY_HTTPS = UNKNOWN

Definition at line 2861 of file curl.stub.php.

◆ CURLPROXY_SOCKS4

const CURLPROXY_SOCKS4 = UNKNOWN

Definition at line 1063 of file curl.stub.php.

◆ CURLPROXY_SOCKS4A

const CURLPROXY_SOCKS4A = UNKNOWN

Definition at line 1766 of file curl.stub.php.

◆ CURLPROXY_SOCKS5

const CURLPROXY_SOCKS5 = UNKNOWN

Definition at line 1068 of file curl.stub.php.

◆ CURLPROXY_SOCKS5_HOSTNAME

const CURLPROXY_SOCKS5_HOSTNAME = UNKNOWN

Definition at line 1771 of file curl.stub.php.

◆ CURLPX_BAD_ADDRESS_TYPE

const CURLPX_BAD_ADDRESS_TYPE = UNKNOWN

Definition at line 3290 of file curl.stub.php.

◆ CURLPX_BAD_VERSION

const CURLPX_BAD_VERSION = UNKNOWN

Definition at line 3295 of file curl.stub.php.

◆ CURLPX_CLOSED

const CURLPX_CLOSED = UNKNOWN

Definition at line 3300 of file curl.stub.php.

◆ CURLPX_GSSAPI

const CURLPX_GSSAPI = UNKNOWN

Definition at line 3305 of file curl.stub.php.

◆ CURLPX_GSSAPI_PERMSG

const CURLPX_GSSAPI_PERMSG = UNKNOWN

Definition at line 3310 of file curl.stub.php.

◆ CURLPX_GSSAPI_PROTECTION

const CURLPX_GSSAPI_PROTECTION = UNKNOWN

Definition at line 3315 of file curl.stub.php.

◆ CURLPX_IDENTD

const CURLPX_IDENTD = UNKNOWN

Definition at line 3320 of file curl.stub.php.

◆ CURLPX_IDENTD_DIFFER

const CURLPX_IDENTD_DIFFER = UNKNOWN

Definition at line 3325 of file curl.stub.php.

◆ CURLPX_LONG_HOSTNAME

const CURLPX_LONG_HOSTNAME = UNKNOWN

Definition at line 3330 of file curl.stub.php.

◆ CURLPX_LONG_PASSWD

const CURLPX_LONG_PASSWD = UNKNOWN

Definition at line 3335 of file curl.stub.php.

◆ CURLPX_LONG_USER

const CURLPX_LONG_USER = UNKNOWN

Definition at line 3340 of file curl.stub.php.

◆ CURLPX_NO_AUTH

const CURLPX_NO_AUTH = UNKNOWN

Definition at line 3345 of file curl.stub.php.

◆ CURLPX_OK

const CURLPX_OK = UNKNOWN

Definition at line 3350 of file curl.stub.php.

◆ CURLPX_RECV_ADDRESS

const CURLPX_RECV_ADDRESS = UNKNOWN

Definition at line 3355 of file curl.stub.php.

◆ CURLPX_RECV_AUTH

const CURLPX_RECV_AUTH = UNKNOWN

Definition at line 3360 of file curl.stub.php.

◆ CURLPX_RECV_CONNECT

const CURLPX_RECV_CONNECT = UNKNOWN

Definition at line 3365 of file curl.stub.php.

◆ CURLPX_RECV_REQACK

const CURLPX_RECV_REQACK = UNKNOWN

Definition at line 3370 of file curl.stub.php.

◆ CURLPX_REPLY_ADDRESS_TYPE_NOT_SUPPORTED

const CURLPX_REPLY_ADDRESS_TYPE_NOT_SUPPORTED = UNKNOWN

Definition at line 3375 of file curl.stub.php.

◆ CURLPX_REPLY_COMMAND_NOT_SUPPORTED

const CURLPX_REPLY_COMMAND_NOT_SUPPORTED = UNKNOWN

Definition at line 3380 of file curl.stub.php.

◆ CURLPX_REPLY_CONNECTION_REFUSED

const CURLPX_REPLY_CONNECTION_REFUSED = UNKNOWN

Definition at line 3385 of file curl.stub.php.

◆ CURLPX_REPLY_GENERAL_SERVER_FAILURE

const CURLPX_REPLY_GENERAL_SERVER_FAILURE = UNKNOWN

Definition at line 3390 of file curl.stub.php.

◆ CURLPX_REPLY_HOST_UNREACHABLE

const CURLPX_REPLY_HOST_UNREACHABLE = UNKNOWN

Definition at line 3395 of file curl.stub.php.

◆ CURLPX_REPLY_NETWORK_UNREACHABLE

const CURLPX_REPLY_NETWORK_UNREACHABLE = UNKNOWN

Definition at line 3400 of file curl.stub.php.

◆ CURLPX_REPLY_NOT_ALLOWED

const CURLPX_REPLY_NOT_ALLOWED = UNKNOWN

Definition at line 3405 of file curl.stub.php.

◆ CURLPX_REPLY_TTL_EXPIRED

const CURLPX_REPLY_TTL_EXPIRED = UNKNOWN

Definition at line 3410 of file curl.stub.php.

◆ CURLPX_REPLY_UNASSIGNED

const CURLPX_REPLY_UNASSIGNED = UNKNOWN

Definition at line 3415 of file curl.stub.php.

◆ CURLPX_REQUEST_FAILED

const CURLPX_REQUEST_FAILED = UNKNOWN

Definition at line 3420 of file curl.stub.php.

◆ CURLPX_RESOLVE_HOST

const CURLPX_RESOLVE_HOST = UNKNOWN

Definition at line 3425 of file curl.stub.php.

◆ CURLPX_SEND_AUTH

const CURLPX_SEND_AUTH = UNKNOWN

Definition at line 3430 of file curl.stub.php.

◆ CURLPX_SEND_CONNECT

const CURLPX_SEND_CONNECT = UNKNOWN

Definition at line 3435 of file curl.stub.php.

◆ CURLPX_SEND_REQUEST

const CURLPX_SEND_REQUEST = UNKNOWN

Definition at line 3440 of file curl.stub.php.

◆ CURLPX_UNKNOWN_FAIL

const CURLPX_UNKNOWN_FAIL = UNKNOWN

Definition at line 3445 of file curl.stub.php.

◆ CURLPX_UNKNOWN_MODE

const CURLPX_UNKNOWN_MODE = UNKNOWN

Definition at line 3450 of file curl.stub.php.

◆ CURLPX_USER_REJECTED

const CURLPX_USER_REJECTED = UNKNOWN

Definition at line 3455 of file curl.stub.php.

◆ CURLSHOPT_NONE

const CURLSHOPT_NONE = UNKNOWN

Definition at line 1075 of file curl.stub.php.

◆ CURLSHOPT_SHARE

const CURLSHOPT_SHARE = UNKNOWN

Definition at line 1080 of file curl.stub.php.

◆ CURLSHOPT_UNSHARE

const CURLSHOPT_UNSHARE = UNKNOWN

Definition at line 1085 of file curl.stub.php.

◆ CURLSSH_AUTH_AGENT

const CURLSSH_AUTH_AGENT = UNKNOWN

Definition at line 2436 of file curl.stub.php.

◆ CURLSSH_AUTH_ANY

const CURLSSH_AUTH_ANY = UNKNOWN

Definition at line 1817 of file curl.stub.php.

◆ CURLSSH_AUTH_DEFAULT

const CURLSSH_AUTH_DEFAULT = UNKNOWN

Definition at line 1822 of file curl.stub.php.

◆ CURLSSH_AUTH_GSSAPI

const CURLSSH_AUTH_GSSAPI = UNKNOWN

Definition at line 2983 of file curl.stub.php.

◆ CURLSSH_AUTH_HOST

const CURLSSH_AUTH_HOST = UNKNOWN

Definition at line 1827 of file curl.stub.php.

◆ CURLSSH_AUTH_KEYBOARD

const CURLSSH_AUTH_KEYBOARD = UNKNOWN

Definition at line 1832 of file curl.stub.php.

◆ CURLSSH_AUTH_NONE

const CURLSSH_AUTH_NONE = UNKNOWN

Definition at line 1837 of file curl.stub.php.

◆ CURLSSH_AUTH_PASSWORD

const CURLSSH_AUTH_PASSWORD = UNKNOWN

Definition at line 1842 of file curl.stub.php.

◆ CURLSSH_AUTH_PUBLICKEY

const CURLSSH_AUTH_PUBLICKEY = UNKNOWN

Definition at line 1847 of file curl.stub.php.

◆ CURLSSLOPT_ALLOW_BEAST

const CURLSSLOPT_ALLOW_BEAST = UNKNOWN

Definition at line 2422 of file curl.stub.php.

◆ CURLSSLOPT_AUTO_CLIENT_CERT

const CURLSSLOPT_AUTO_CLIENT_CERT = UNKNOWN

Definition at line 3542 of file curl.stub.php.

◆ CURLSSLOPT_NATIVE_CA

const CURLSSLOPT_NATIVE_CA = UNKNOWN

Definition at line 3254 of file curl.stub.php.

◆ CURLSSLOPT_NO_PARTIALCHAIN

const CURLSSLOPT_NO_PARTIALCHAIN = UNKNOWN

Definition at line 3188 of file curl.stub.php.

◆ CURLSSLOPT_NO_REVOKE

const CURLSSLOPT_NO_REVOKE = UNKNOWN

Definition at line 2663 of file curl.stub.php.

◆ CURLSSLOPT_REVOKE_BEST_EFFORT

const CURLSSLOPT_REVOKE_BEST_EFFORT = UNKNOWN

Definition at line 3204 of file curl.stub.php.

◆ CURLUSESSL_ALL

const CURLUSESSL_ALL = UNKNOWN

Definition at line 1691 of file curl.stub.php.

◆ CURLUSESSL_CONTROL

const CURLUSESSL_CONTROL = UNKNOWN

Definition at line 1696 of file curl.stub.php.

◆ CURLUSESSL_NONE

const CURLUSESSL_NONE = UNKNOWN

Definition at line 1701 of file curl.stub.php.

◆ CURLUSESSL_TRY

const CURLUSESSL_TRY = UNKNOWN

Definition at line 1706 of file curl.stub.php.

◆ CURLVERSION_NOW

const CURLVERSION_NOW = UNKNOWN

Definition at line 1014 of file curl.stub.php.

◆ CURLWS_RAW_MODE

const CURLWS_RAW_MODE = UNKNOWN

Definition at line 3617 of file curl.stub.php.