PHP Class Bluz\Request\RequestFactory

Author: Anton Shevchuk
Inheritance: extends Zend\Diactoros\ServerRequestFactory
Show file Open project: bluzphp/framework Class Usage Examples

Public Methods

Method Description
fromGlobals ( array $server = null, array $query = null, array $body = null, array $cookies = null, array $files = null )

Method Details

fromGlobals() public static method

public static fromGlobals ( array $server = null, array $query = null, array $body = null, array $cookies = null, array $files = null )
$server array
$query array
$body array
$cookies array
$files array