Browse Source

clarification added (#19220)

tags/2.0.45
Roman Grinyov 3 years ago committed by GitHub
parent
commit
aa61a7b77a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      framework/web/CookieCollection.php

2
framework/web/CookieCollection.php

@ -106,7 +106,7 @@ class CookieCollection extends BaseObject implements \IteratorAggregate, \ArrayA
/**
* 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
* @return bool whether the named cookie exists
* @see remove()

Loading…
Cancel
Save