PHP:curl_pause()的用法 PHP
curl_pause
(PHP 5 >= 5.5.0)
curl_pause — Pause and unpause a connection
说明
int curl_pause
( resource $ch
, int $bitmask
)
Warning本函数还未编写文档,仅
PHP:curl_multi_setopt()的用法 PHP
curl_multi_setopt
(PHP 5 >= 5.5.0)
curl_multi_setopt — Set an option for the cURL multi handle
说明
bool curl_multi_setopt
( resource $mh
, int $option
, mixed $value
)
PHP:curl_multi_select()的用法 PHP
curl_multi_select
(PHP 5)
curl_multi_select — 等待所有cURL批处理中的活动连接
说明
int curl_multi_select
( resource $mh
[, float $timeout = 1.0
] )
阻塞直
PHP:Memcached::addByKey()的用法 PHP
Memcached::addByKey
(PECL memcached >= 0.1.0)
Memcached::addByKey — 在指定服务器上的一个新的key下增加一个元素
说明
public bool Memcached::addByKey
( string $se
PHP:Memcached::add()的用法 PHP
Memcached::add
(PECL memcached >= 0.1.0)
Memcached::add — 向一个新的key下面增加一个元素
说明
public bool Memcached::add
( string $key
, mixed $value
[, int $ex
PHP:ftp_rawlist()的用法 PHP
ftp_rawlist
(PHP 4, PHP 5)
ftp_rawlist — 返回指定目录下文件的详细列表
说明
array ftp_rawlist
( resource $ftp_stream
, string $directory
)
f
PHP:ftp_systype()的用法 PHP
ftp_systype (PHP 4, PHP 5)
ftp_systype — 返回远程 FTP 服务器的操作系统类型 说明 string ftp_systype ( resource $ftp_stream ) 返回...
PHP:ftp_ssl_connect()的用法 PHP
ftp_ssl_connect
(PHP 4 >= 4.3.0, PHP 5)
ftp_ssl_connect — 打开 SSL-FTP 连接
说明
resource ftp_ssl_connect
( string $host
[, int $port = 21
[, int $timeout = 90
]] )
PHP:ftp_size()的用法 PHP
ftp_size (PHP 4, PHP 5)
ftp_size — 返回指定文件的大小 说明 int ftp_size ( resource $ftp_stream , string $remote_file ) ...
PHP:ftp_site()的用法 PHP
ftp_site (PHP 4, PHP 5)
ftp_site — 向服务器发送 SITE 命令 说明 bool ftp_site ( resource $ftp_stream , string $cmd ) ...