Example #1
0
 public function parseUrl()
 {
     $getURL = new Route();
     $getURL->__toString();
     return $url = explode('/', $getURL);
 }