mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-11-04 14:46:19 +08:00 
			
		
		
		
	clarification added (#19220)
This commit is contained in:
		@ -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