PHP 8.5.0 Beta 3 available for testing

CurlSharePersistentHandle クラス

(PHP 8 >= 8.5.0)

はじめに

持続的な cURL "共有" ハンドルを表します。

クラス概要

final class CurlSharePersistentHandle {
/* プロパティ */
public readonly array $options;
}

プロパティ

options
このハンドルを使って、リクエスト間で共有される CURL_LOCK_DATA_* のキャッシュ
add a note

User Contributed Notes

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