Skip to content

Commit

Permalink
Merge branch 'updates' of https://github.com/sirn-se/phrity-net-uri i…
Browse files Browse the repository at this point in the history
…nto updates
  • Loading branch information
sirn-se committed Feb 4, 2024
2 parents 212c06c + 2553035 commit f337b5c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,10 +268,6 @@ echo "{$clone->getUserInfo()} \n"; // -> "username:password"
echo "{$clone} \n"; // -> "http://username:[email protected]"
```





### Authority

The authority part of URI may consist of host, port, username and password.
Expand All @@ -291,7 +287,6 @@ $uri = new Uri('https://user:[email protected]:1234/path/to/file.html?query=1#fragm
echo "{$uri->getAuthority()} \n"; // -> "user:[email protected]:1234"
```


## Method flags

All `get`, `with` and the `toString()` methods accept option flags.
Expand Down

0 comments on commit f337b5c

Please sign in to comment.