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