Docs
Addons
Community
News
Documentation
/
API
BearFramework\App\Response\Headers::make
Constructs a new header and returns it.
public
BearFramework
\
App
\
Response
\
Header make
( [
string
|
null $name
[,
string
|
null $value
]] )
Parameters
name
The name of the header.
value
The value of the header.
Returns
Returns a new header.
Details
BearFramework\App\Response\Headers
Location: ~/src/App/Response/Headers.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.