PHP 8.5.2 Released!

A classe CurlSharePersistentHandle

(PHP 8 >= 8.5.0)

Introdução

Representa um identificador cURL "compartilhado" persistente.

Resumo da classe

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

Propriedades

options
Os caches CURL_LOCK_DATA_* compartilhados entre requisições que usam este identificador.
add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top