The CurlSharePersistentHandle class

(PHP 8 >= 8.5.0)

Introdução

Represents a persistent cURL "share" handle.

Resumo da classe

final class CurlSharePersistentHandle {
/* Propriedades */
public readonly array $options;
}

Propriedades

options
The CURL_LOCK_DATA_* caches shared between requests using this handle.
adicione uma nota

Notas Enviadas por Usuários (em inglês)

Não há notas de usuários para esta página.
To Top