BearFramework\App\Request\Headers::exists

Returns information whether a header with the name specified exists.
public bool exists string $name )
Parameters
name
The name of the header.
Returns
TRUE if a header with the name specified exists, FALSE otherwise.
Details
Location: ~/src/App/Request/Headers.php
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.