PHP:ftp_systype()的用法 PHP

ftp_systype (PHP 4, PHP 5) ftp_systype — 返回远程 FTP 服务器的操作系统类型 说明 string ftp_systype ( resource $ftp_stream ) 返回...
标签: php php教程

发布于  2024-3-1 21:52

PHP:ftp_rawlist()的用法 PHP

ftp_rawlist (PHP 4, PHP 5) ftp_rawlist — 返回指定目录下文件的详细列表 说明 array ftp_rawlist ( resource $ftp_stream , string $directory ) f
标签: php php教程

发布于  2024-3-1 21:52

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 php教程

发布于  2024-3-1 21:52

PHP:Memcached::addByKey()的用法 PHP

Memcached::addByKey (PECL memcached >= 0.1.0) Memcached::addByKey — 在指定服务器上的一个新的key下增加一个元素 说明 public bool Memcached::addByKey ( string $se
标签: php php教程

发布于  2024-3-1 21:52

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 php教程

发布于  2024-3-1 21:52

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 php教程

发布于  2024-3-1 21:52

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 php教程

发布于  2024-3-1 21:52

PHP:curl_multi_strerror()的用法 PHP

curl_multi_strerror (PHP 5 >= 5.5.0) curl_multi_strerror — Return string describing error code 说明 string curl_multi_strerror ( int $errornum ) Returns a text error mes
标签: php php教程

发布于  2024-3-1 21:52

PHP:curl_reset()的用法 PHP

curl_reset (PHP 5 >= 5.5.0) curl_reset — Reset all options of a libcurl session handle 说明 void curl_reset ( resource $ch ) This function re-initializes all options set
标签: php php教程

发布于  2024-3-1 21:52

PHP:curl_share_close()的用法 PHP

curl_share_close (PHP 5 >= 5.5.0) curl_share_close — Close a cURL share handle 说明 void curl_share_close ( resource $sh ) Closes a cURL share handle and frees all resou
标签: php php教程

发布于  2024-3-1 21:52