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