Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Documentation for Cookie::fromString#7313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
javiereguiluz left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
👍
ro0NL commentedApr 19, 2017
Updated.. removed the additional tip on low-level api usage; i agree with@javiereguiluz on this. So basically we simply mention |
Uh oh!
There was an error while loading.Please reload this page.
HeahDude left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
👍
Uh oh!
There was an error while loading.Please reload this page.
javiereguiluz commentedApr 24, 2017
Roland thanks for your first contribution to Symfony Docs and thanks for your great patience during the review process! |
This PR was merged into the master branch.Discussion----------Documentation for Cookie::fromStringSee#7278First time, be patient :)There's also 2nd argument in `fromString` controlling URL decoding, implying `Cookie::isRaw`, but i tend to leave it an implementation detail.Commits-------91329f4 Add method parenthesis09e27fa version addede233519 derpa909e28 feedback86fa70b Update http_foundation.rst
See#7278
First time, be patient :)
There's also 2nd argument in
fromStringcontrolling URL decoding, implyingCookie::isRaw, but i tend to leave it an implementation detail.