cURL
在线手册:中文 英文
PHP手册

简介

PHP支持的由Daniel Stenberg创建的libcurl库允许你与各种的服务器使用各种类型的协议进行连接和通讯。libcurl目前支持http、https、ftp、gopher、telnet、dict、file和ldap协议。libcurl同时也支持HTTPS认证、HTTP POST、HTTP PUT、 FTP 上传(这个也能通过PHP的FTP扩展完成)、HTTP 基于表单的上传、代理、cookies和用户名+密码的认证。

这些函数在PHP 4.0.2中被引入。


cURL
在线手册:中文 英文
PHP手册
PHP手册 - N: 简介

用户评论:

zon3d (06-Mar-2012 09:39)

It would be great if this extension would support the RTSP protocol, as standalone cURL does already.