Skip to content

ServerRequestFactory: fromGlobal Example

Terry L edited this page Jun 18, 2020 · 4 revisions

::fromGlobal()

(Non-PSR)

  • return ServerRequestInterface

Examples:

$serverRequest = ServerRequestFactory::fromGlobal();
Clone this wiki locally