-
Couldn't load subscription status.
- Fork 1
Uri: getHost Example
Terry L edited this page Jun 20, 2020
·
3 revisions
Shieldon\Psr7\Uri
Retrieve the host component of the URI.
-
return
string
Example:
$uri = new \Shieldon\Psr7\Uri(
'https://terry:1234@example.com:8888/phpMyAdmin/'
);
echo $uri->getHost();
// Outputs: example.comcomposer require shieldon/psr-httpShieldon PSR HTTP implementation written by Terry L. from Taiwan.
