I’m using the pathInfo method to get the path info, however I also need the fragment (hash value).
I notice it’s included when you use the php parse_url function, so wondering if there is anything included with Yii as well or should I just do a second call to PHP’s internal function instead?