简介
PHP Manual
PHP Manual»cURL»CurlSharePersistentHandle

CurlSharePersistentHandle 类

(PHP 8 >= 8.5.0)

代表持久的 cURL "share" 句柄。

final class CurlSharePersistentHandle {
/* 属性 */
public readonly array $options;
}
options
使用此句柄共享的 CURL_LOCK_DATA_* 缓存。
To Top