Introdução
PHP Manual
PHP Manual»cURL»CurlSharePersistentHandle

A classe CurlSharePersistentHandle

(PHP 8 >= 8.5.0)

Representa um identificador cURL "compartilhado" persistente.

final class CurlSharePersistentHandle {
/* Propriedades */
public readonly array $options;
}
options
Os caches CURL_LOCK_DATA_* compartilhados entre requisições que usam este identificador.
To Top