Giriş
PHP Manual
PHP Manual»cURL»CurlSharePersistentHandle

The CurlSharePersistentHandle class

(PHP 8 >= 8.5.0)

Represents a persistent cURL "share" handle.

final class CurlSharePersistentHandle {
/* Özellikler */
public readonly array $options;
}
options
The CURL_LOCK_DATA_* caches shared between requests using this handle.
To Top