PHP 8.6.0 Beta 3 is available for testing

The CurlSharePersistentHandle class

(PHP 8 >= 8.5.0)

Introduzione

Represents a persistent cURL "share" handle.

Sommario della classe

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

Proprietà

options

The CURL_LOCK_DATA_* caches shared between requests using this handle.

add a note

User Contributed Notes

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