web\CookieCollection offsetExists()

offsetExists() public method

Returns whether there is a cookie with the specified name.

This method is required by the SPL interface ArrayAccess. It is implicitly called when you use something like isset($collection[$name]).

public boolean offsetExists ( $name )
$name string

The cookie name

return boolean

Whether the named cookie exists

doc_Yii
2016-10-30 17:14:51
Comments
Leave a Comment

Please login to continue.