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