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.
2 parents e7339e7 + af77e76 commit 2a62571Copy full SHA for 2a62571
components/http_foundation.rst
@@ -451,7 +451,7 @@ a new object with the modified property::
451
452
$cookie = Cookie::create('foo')
453
->withValue('bar')
454
- ->withExpiresTime(strtotime('Fri, 20-May-2011 15:25:52 GMT'))
+ ->withExpires(strtotime('Fri, 20-May-2011 15:25:52 GMT'))
455
->withDomain('.example.com')
456
->withSecure(true);
457
0 commit comments