手册:
<?php
header("Location: http://www.example.com/"); /* Redirect browser *//* Make sure that code below does not get executed when we redirect. */
exit;
?>