PHP:curl_setopt_array()的用法 PHP
curl_setopt_array (PHP 5 = 5.1.3)
curl_setopt_array — 为cURL传输会话批量设置选项 说明 bool curl_setopt_array ( resource $ch , ...
PHP:curl_share_init()的用法 PHP
curl_share_init
(PHP 5 >= 5.5.0)
curl_share_init — Initialize a cURL share handle
说明
resource curl_share_init
( void
)
Allows to share data between cURL handles.
PHP:curl_share_setopt()的用法 PHP
curl_share_setopt
(PHP 5 >= 5.5.0)
curl_share_setopt — Set an option for a cURL share handle.
说明
bool curl_share_setopt
( resource $sh
, int $option
, string $value
)
PHP:curl_strerror()的用法 PHP
curl_strerror
(PHP 5 >= 5.5.0)
curl_strerror — Return string describing the given error code
说明
string curl_strerror
( int $errornum
)
Returns a text error message des
PHP:curl_unescape()的用法 PHP
curl_unescape (PHP 5 = 5.5.0)
curl_unescape — 解码给定的 URL 编码的字符串 说明 string curl_unescape ( resource $ch , string $s...
PHP:curl_version()的用法 PHP
curl_version
(PHP 4 >= 4.0.2, PHP 5)
curl_version — 获取cURL版本信息
说明
array curl_version
([ int $age = CURLVERSION_NOW
] )
返回关于cURL的版本信息。
PHP:curl_setopt()的用法 PHP
curl_setopt
(PHP 4 >= 4.0.2, PHP 5)
curl_setopt — 设置一个cURL传输选项
说明
bool curl_setopt
( resource $ch
, int $option
, mixed $value
)
为给定的cURL
PHP:ftp_cdup()的用法 PHP
ftp_cdup
(PHP 4, PHP 5)
ftp_cdup — 切换到当前目录的父目录
说明
bool ftp_cdup
( resource $ftp_stream
)
切换目录至当前目录的父目录 (上级目录)。
PHP:ftp_chdir()的用法 PHP
ftp_chdir (PHP 4, PHP 5)
ftp_chdir — 在 FTP 服务器上改变当前目录 说明 bool ftp_chdir ( resource $ftp_stream , string $directory...
PHP:ftp_alloc()的用法 PHP
ftp_alloc (PHP 5)
ftp_alloc — 为要上传的文件分配空间 说明 bool ftp_alloc ( resource $ftp_stream , int $filesize [, string &$res...