mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Add some docs for cookies.
This commit is contained in:
parent
4d8dd12449
commit
3680ee0f1f
1 changed files with 3 additions and 0 deletions
|
@ -936,6 +936,9 @@ class HttpSocket extends CakeSocket {
|
|||
/**
|
||||
* Builds cookie headers for a request.
|
||||
*
|
||||
* Cookies can either be in the format returned in responses, or
|
||||
* a simple key => value pair.
|
||||
*
|
||||
* @param array $cookies Array of cookies to send with the request.
|
||||
* @return string Cookie header string to be sent with the request.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue