-
Notifications
You must be signed in to change notification settings - Fork 2
UriFactory: createUri Example
Terry L edited this page Jun 21, 2020
·
3 revisions
Shieldon\Psr17\UriFactory
Create a new URI.
-
param
string
uri= ""
The URI to parse. -
return
UriInterface
Example:
$uriFactory = new UriFactory;
$uri = $uriFactory->createUri();
composer require shieldon/psr-http
Shieldon PSR HTTP implementation written by Terry L. from Taiwan.