You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/interfaces/7.0/uri-parser-builder.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,12 +166,10 @@ The `build` method provides similar functionality to the `http_build_url()` func
166
166
<pclass="message-notice">The class also exposes a <code>UriString::buildAuthority</code> method you can use to build an authority from its hash representation.</p>
167
167
<pclass="message-notice">The class also exposes a <code>UriString::buildUri</code> method which strictly follow the specification.</p>
168
168
169
-
## Other RFC3986 features
169
+
## Removing dot segments
170
170
171
171
<pclass="message-notice">Available since version <code>7.6</code></p>
172
172
173
-
### Removing dot segments
174
-
175
173
To remove dot segments as per [RFC3986](https://tools.ietf.org/html/rfc3986#section-6), you need to explicitly call
176
174
the `UriString::removeDotSegments` method. The method takes a single argument the path string and returns
177
175
a new string which represents the path without dot segments.
0 commit comments