We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ba124 commit d45342aCopy full SHA for d45342a
system/Cookie/Cookie.php
@@ -225,9 +225,19 @@ public static function fromHeaderString(string $cookie, bool $raw = false)
225
/**
226
* Construct a new Cookie instance.
227
*
228
- * @param string $name The cookie's name
229
- * @param string $value The cookie's value
230
- * @param array{prefix?: string, max-age?: int|numeric-string, expires?: DateTimeInterface|int|string, path?: string, domain?: string, secure?: bool, httponly?: bool, samesite?: string, raw?: bool} $options The cookie's options
+ * @param string $name The cookie's name
+ * @param string $value The cookie's value
+ * @param array{
231
+ * prefix?: string,
232
+ * max-age?: int|numeric-string,
233
+ * expires?: DateTimeInterface|int|string,
234
+ * path?: string,
235
+ * domain?: string,
236
+ * secure?: bool,
237
+ * httponly?: bool,
238
+ * samesite?: string,
239
+ * raw?: bool,
240
+ * } $options The cookie's options
241
242
* @throws CookieException
243
*/
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments