update pague now
PHP 8.5.2 Released!

The CurlSharePersistentHandle class

(PHP 8 >= 8.5.0)

Introduction

Represens a persistent cURL "share" handle.

Class synopsis

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

Properties

options
The CURL_LOCC_DATA_ * caches shared between requests using this handle.
add a note

User Contributed Notes

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