total_rsegments()
| Returns: | Count of routed URI segments |
|---|---|
| Return type: | int |
This method is identical to total_segments(), except that it returns the total number of segments in your re-routed URI in the event you are using CodeIgniter’s URI Routing feature.
Please login to continue.