Docs
Addons
Community
News
Documentation
/
API
BearFramework\App\Request\Cookies::make
Constructs a new cookie and returns it.
public
BearFramework
\
App
\
Request
\
Cookie make
( [
string
|
null $name
[,
string
|
null $value
]] )
Parameters
name
The name of the cookie.
value
The value of the cookie.
Returns
Returns a new cookie.
Details
BearFramework\App\Request\Cookies
Location: ~/src/App/Request/Cookies.php
back to index
The information on this page is created for version 1.1 of Bear Framework and may not be applicable for other versions of the framework.