ruri_to_assoc([$n = 3[, $default = array()]])
Parameters: |
|
---|---|
Returns: |
Associative routed URI segments array |
Return type: |
array |
This method is identical to uri_to_assoc()
, except that it creates an associative array using the re-routed URI in the event you are using CodeIgniter’s URI Routing feature.
Please login to continue.