Go to the source code of this file.
Namespaces | |
| namespace | KERNEL |
Functions | |
| get_slashed_argument ($completePath, $baseFile) | |
| get_request_uri () | |
| get_path_info () | |
| get_path_info | ( | ) |
Definition at line 105 of file url.lib.php.
| get_request_uri | ( | ) |
Returns the name of the current script, WITH the querystring portion. this function is necessary because PHP_SELF and REQUEST_URI and SCRIPT_NAME return different things depending on a lot of things like your OS, Web server, and the way PHP is compiled (ie. as a CGI, module, ISAPI, etc.) NOTE: This function returns false if the global variables needed are not set.
Definition at line 65 of file url.lib.php.
| get_slashed_argument | ( | $ | completePath, | |
| $ | baseFile | |||
| ) |
Enter description here...
| string | $completePath | |
| string | $baseFile |
Definition at line 29 of file url.lib.php.
1.6.3