mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Update doc block.
This commit is contained in:
parent
76fe9f8787
commit
631da2d04a
1 changed files with 2 additions and 1 deletions
|
@ -208,7 +208,8 @@ class CookieComponent extends Component {
|
|||
* @param string|array $key Key for the value
|
||||
* @param mixed $value Value
|
||||
* @param boolean $encrypt Set to true to encrypt value, false otherwise
|
||||
* @param integer|string $expires Can be either Unix timestamp, or date string
|
||||
* @param integer|string $expires Can be either the number of seconds until a cookie
|
||||
* expires, or a strtotime compatible time offset.
|
||||
* @return void
|
||||
* @link http://book.cakephp.org/2.0/en/core-libraries/components/cookie.html#CookieComponent::write
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue