同步更新

This commit is contained in:
2026-01-13 17:27:32 +08:00
parent 45785dd33f
commit 5d6e2fc5e0
38 changed files with 1211 additions and 305 deletions

View File

@@ -135,7 +135,7 @@ class Cookie
* @access public
* @param string $name cookie名称
* @param string $value cookie值
* @param mixed $option 可选参数 可能会是 null|integer|string
* @param mixed $option 可选参数 可能会是 null|int|string
* @return void
*/
public function forever(string $name, string $value = '', $option = null): void