File path: dist/twist/Core/Models/Tools.model.php
Namespace: Twist\Core\Models
traverseURI
— Traverse the current URI in $_SERVER['REQUEST_URI'] or pass in a starting URI
Name | Description |
---|---|
$urlRelativePath | n/a |
[$urlStartingURI = null] | n/a |
[$blPreserveQueryString = false] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$urlRelativePath = ;
$urlStartingURI = null;
$blPreserveQueryString = false;
//Call the function traverseURI with the example vars
$resTools = new \Twist\Core\Models\Tools();
$resTools -> traverseURI($urlRelativePath, $urlStartingURI, $blPreserveQueryString);