Skip to content

Uri: __construct Example

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

__construct

  • param string uri = "" The URI.

Example:

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