We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d488bcd commit 3d5042dCopy full SHA for 3d5042d
README.md
@@ -1,5 +1,10 @@
1
# URI parsing polyfill for PHP8.1+
2
3
+
4
+[](LICENSE)
5
+[](https://github.com/thephpleague/uri-interfaces/releases)
6
+[](https://packagist.org/packages/league/uri-interfaces)
7
8
````php
9
$uri = new Uri\Rfc3986\Uri("HTTPS://ex%61mpLE.com:443/foo/../bar/./baz?#fragment");
10
$uri->toRawString(); // returns "HTTPS://ex%61mpLE.com:443/foo/../bar/./baz?#fragment"
0 commit comments