references:joomla.framework:environment:juri-getanchorgetAnchor
Gets the URI anchor string. The anchor string is everything that occurs after the ‘#’. Syntaxstring getAnchor () ExamplesExample $uri = new JURI( 'http://forum.joomla.org/index.php/topic,41464.msg227819.html#msg227819' ); echo "Anchor: " . $uri->getAnchor(); might produce: Result Anchor: msg227819 |


