====== getAnchor ======
{#JAPI Joomla.Framework Environment JURI::getAnchor #}
Gets the URI anchor string. The anchor string is everything that occurs after the '#'.
===== Syntax =====
string getAnchor ()
===== Examples =====
$uri = new JURI( 'http://forum.joomla.org/index.php/topic,41464.msg227819.html#msg227819' );
echo "Anchor: " . $uri->getAnchor();
might produce:
Anchor: msg227819