uri_string()
Returns: | An URI string |
---|---|
Return type: | string |
Returns the URI segments of any page that contains this function. For example, if your URL was this:
1 | http: //some-site.com/blog/comments/123 |
The function would return:
1 | blog/comments/123 |
This function is an alias for CI_Config::uri_string()
. For more info, please see the Config Library documentation.
Please login to continue.