Next:
MySQL
, Previous:
Extensions
, Up:
Extensions
1.1 cURL
— Constant:
CURLE_ABORTED_BY_CALLBACK
— Constant:
CURLE_BAD_CALLING_ORDER
— Constant:
CURLE_BAD_CONTENT_ENCODING
— Constant:
CURLE_BAD_FUNCTION_ARGUMENT
— Constant:
CURLE_BAD_PASSWORD_ENTERED
— Constant:
CURLE_COULDNT_CONNECT
— Constant:
CURLE_COULDNT_RESOLVE_HOST
— Constant:
CURLE_COULDNT_RESOLVE_PROXY
— Constant:
CURLE_FAILED_INIT
— Constant:
CURLE_FILESIZE_EXCEEDED
— Constant:
CURLE_FILE_COULDNT_READ_FILE
— Constant:
CURLE_FTP_ACCESS_DENIED
— Constant:
CURLE_FTP_BAD_DOWNLOAD_RESUME
— Constant:
CURLE_FTP_CANT_GET_HOST
— Constant:
CURLE_FTP_CANT_RECONNECT
— Constant:
CURLE_FTP_COULDNT_GET_SIZE
— Constant:
CURLE_FTP_COULDNT_RETR_FILE
— Constant:
CURLE_FTP_COULDNT_SET_ASCII
— Constant:
CURLE_FTP_COULDNT_SET_BINARY
— Constant:
CURLE_FTP_COULDNT_STOR_FILE
— Constant:
CURLE_FTP_COULDNT_USE_REST
— Constant:
CURLE_FTP_PORT_FAILED
— Constant:
CURLE_FTP_QUOTE_ERROR
— Constant:
CURLE_FTP_SSL_FAILED
— Constant:
CURLE_FTP_USER_PASSWORD_INCORRECT
— Constant:
CURLE_FTP_WEIRD_227_FORMAT
— Constant:
CURLE_FTP_WEIRD_PASS_REPLY
— Constant:
CURLE_FTP_WEIRD_PASV_REPLY
— Constant:
CURLE_FTP_WEIRD_SERVER_REPLY
— Constant:
CURLE_FTP_WEIRD_USER_REPLY
— Constant:
CURLE_FTP_WRITE_ERROR
— Constant:
CURLE_FUNCTION_NOT_FOUND
— Constant:
CURLE_GOT_NOTHING
— Constant:
CURLE_HTTP_NOT_FOUND
— Constant:
CURLE_HTTP_PORT_FAILED
— Constant:
CURLE_HTTP_POST_ERROR
— Constant:
CURLE_HTTP_RANGE_ERROR
— Constant:
CURLE_LDAP_CANNOT_BIND
— Constant:
CURLE_LDAP_INVALID_URL
— Constant:
CURLE_LDAP_SEARCH_FAILED
— Constant:
CURLE_LIBRARY_NOT_FOUND
— Constant:
CURLE_LOGIN_DENIED
— Constant:
CURLE_MALFORMAT_USER
— Constant:
CURLE_OBSOLETE
— Constant:
CURLE_OK
— Constant:
CURLE_OPERATION_TIMEOUTED
— Constant:
CURLE_OUT_OF_MEMORY
— Constant:
CURLE_PARTIAL_FILE
— Constant:
CURLE_READ_ERROR
— Constant:
CURLE_RECV_ERROR
— Constant:
CURLE_SEND_ERROR
— Constant:
CURLE_SEND_FAIL_REWIND
— Constant:
CURLE_SHARE_IN_USE
— Constant:
CURLE_SSL_CACERT
— Constant:
CURLE_SSL_CERTPROBLEM
— Constant:
CURLE_SSL_CIPHER
— Constant:
CURLE_SSL_CONNECT_ERROR
— Constant:
CURLE_SSL_ENGINE_INITFAILED
— Constant:
CURLE_SSL_ENGINE_NOTFOUND
— Constant:
CURLE_SSL_ENGINE_SETFAILED
— Constant:
CURLE_SSL_PEER_CERTIFICATE
— Constant:
CURLE_TELNET_OPTION_SYNTAX
— Constant:
CURLE_TOO_MANY_REDIRECTS
— Constant:
CURLE_UNKNOWN_TELNET_OPTION
— Constant:
CURLE_UNSUPPORTED_PROTOCOL
— Constant:
CURLE_URL_MALFORMAT
— Constant:
CURLE_URL_MALFORMAT_USER
— Constant:
CURLE_WRITE_ERROR
— Constant:
CURLINFO_CONNECT_TIME
— Constant:
CURLINFO_CONTENT_LENGTH_DOWNLOAD
— Constant:
CURLINFO_CONTENT_LENGTH_UPLOAD
— Constant:
CURLINFO_CONTENT_TYPE
— Constant:
CURLINFO_EFFECTIVE_URL
— Constant:
CURLINFO_FILETIME
— Constant:
CURLINFO_HEADER_SIZE
— Constant:
CURLINFO_HTTP_CODE
— Constant:
CURLINFO_NAMELOOKUP_TIME
— Constant:
CURLINFO_PRETRANSFER_TIME
— Constant:
CURLINFO_REDIRECT_COUNT
— Constant:
CURLINFO_REDIRECT_TIME
— Constant:
CURLINFO_REQUEST_SIZE
— Constant:
CURLINFO_RESPONSE_CODE
— Constant:
CURLINFO_SIZE_DOWNLOAD
— Constant:
CURLINFO_SIZE_UPLOAD
— Constant:
CURLINFO_SPEED_DOWNLOAD
— Constant:
CURLINFO_SPEED_UPLOAD
— Constant:
CURLINFO_SSL_VERIFYRESULT
— Constant:
CURLINFO_STARTTRANSFER_TIME
— Constant:
CURLINFO_TOTAL_TIME
— Constant:
CURLOPT_BINARYTRANSFER
— Constant:
CURLOPT_FTPASCII
— Constant:
CURLOPT_HEADERFUNCTION
— Constant:
CURLOPT_HTTP_VERSION
— Constant:
CURLOPT_INFILE
— Constant:
CURLOPT_MUTE
— Constant:
CURLOPT_PASSWDFUNCTION
— Constant:
CURLOPT_READFUNCTION
— Constant:
CURLOPT_RETURNTRANSFER
— Constant:
CURLOPT_TIMECONDITION
— Constant:
CURLOPT_WRITEFUNCTION
— Constant:
CURL_HTTP_VERSION_1_0
— Constant:
CURL_HTTP_VERSION_1_1
— Constant:
CURL_HTTP_VERSION_NONE
— Constant:
CURL_TIMECOND_IFMODSINCE
— Constant:
CURL_TIMECOND_ISUNMODSINCE
— Constant:
CURL_TIMECOND_LASTMOD
— Function:
curl_close
(
$link
)
— Function:
curl_errno
(
$link
)
— Function:
curl_error
(
$link
)
— Function:
curl_exec
(
$link
)
— Function:
curl_getinfo
(
$link,
[
$opt=NULL
])
— Function:
curl_init
([
$url=NULL
])
— Function:
curl_setopt
(
$link,$option,$value
)
— Function:
curl_version
()