referer_uri()
Return the URI of the referring page.
includes/bootstrap.inc, line 822
<?php function referer_uri() { if (isset($_SERVER['HTTP_REFERER'])) { return $_SERVER['HTTP_REFERER']; } } ?>
Weitere Informationen über Formatierungsoptionen
Kommentare
Kommentar hinzufügen