How to do 301 Permanent redirection in PHP without htaccess!

I hope many of us know how to do redirection in PHP using header(‘Location: page.php’); right?. But, you have to know one more important stuff in that.
There are two different kind of Re-directions:

1. 301 (permanent redirection)

2. 302 (temporary …