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 e2e255b commit 505bd2bCopy full SHA for 505bd2b
user_guide_src/source/libraries/uri.rst
@@ -213,6 +213,10 @@ You can also set a different default value for a particular segment by using the
213
214
.. literalinclude:: uri/024.php
215
216
+.. note:: You can get the last +1 segment. When you try to get the last +2 or
217
+ more segment, an exception will be thrown by default. You could prevent
218
+ throwing exceptions with the ``setSilent()`` method.
219
+
220
You can get a count of the total segments:
221
222
.. literalinclude:: uri/025.php
0 commit comments