We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Retrieve the scheme component of the URI.
string
Example:
$uri = new \Shieldon\Psr7\Uri( 'https://www.example.com' ); echo $uri->getScheme(); // Outputs: https