La clase CurlSharePersistentHandle

(PHP 8 >= 8.5.0)

Introducción

Representa un gestor cURL "share" persistente.

Sinopsis de la Clase

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

Propiedades

options
Las cachés CURL_LOCK_DATA_* compartidas entre las peticiones que utilizan este gestor.
add a note

User Contributed Notes

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