no but you can easily create your own:
$sCurUrl = "http://" . $REMOTE_ADDR . $SCRIPT_NAME;
Actually I don't know how you can directly get the URL name, like http://www.myurl.com/mypage.php for example.
Then you just have to set it in a cookie, session or pass it as an argument. Session is the better way.