octicon-rss(16/)
You've already forked yii2
mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-10 02:13:17 +08:00
clarification added (#19220)
This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
committed by
GitHub
gitea-unlock(16/)
parent
2861121a67
commit
aa61a7b77a
octicon-diff(16/tw-mr-1) 1 changed files with 1 additions and 1 deletions
@@ -106,7 +106,7 @@ class CookieCollection extends BaseObject implements \IteratorAggregate, \ArrayA
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns whether there is a cookie with the specified name.
|
* Returns whether there is a cookie with the specified name.
|
||||||
* Note that if a cookie is marked for deletion from browser, this method will return false.
|
* Note that if a cookie is marked for deletion from browser or its value is an empty string, this method will return false.
|
||||||
* @param string $name the cookie name
|
* @param string $name the cookie name
|
||||||
* @return bool whether the named cookie exists
|
* @return bool whether the named cookie exists
|
||||||
* @see remove()
|
* @see remove()
|
||||||
|
|||||||
Reference in New Issue
Block a user