Skip to content

Uri: __construct Example

Terry L edited this page Jun 20, 2020 · 2 revisions

Shieldon\Psr7\Uri

__construct

  • param string uri = "" The URI.

Example:

$uri = new \Shieldon\Psr7\Uri('https://www.example.com');
Clone this wiki locally