slash_rsegment($n[, $where = 'trailing'])
Parameters: |
|
---|---|
Returns: |
Routed segment value, prepended/suffixed with a forward slash, or a slash if not found |
Return type: |
string |
This method is identical to slash_segment()
, except that it lets you add slashes a specific segment from your re-routed URI in the event you are using CodeIgniter’s URI Routing feature.
Please login to continue.