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 dad885d commit 657917aCopy full SHA for 657917a
user_guide_src/source/libraries/cookies/004.php
@@ -23,7 +23,7 @@
23
$cookie->getPrefix(); // '__Secure-'
24
$cookie->getPrefixedName(); // '__Secure-remember_token'
25
$cookie->getExpiresTimestamp(); // UNIX timestamp
26
-$cookie->getExpiresString(); // 'Fri, 14-Feb-2025 00:00:00 GMT'
+$cookie->getExpiresString(); // 'Fri, 14 Feb 2025 00:00:00 GMT'
27
$cookie->isExpired(); // false
28
$cookie->getMaxAge(); // the difference from time() to expires
29
$cookie->isRaw(); // false
0 commit comments