Redirect after a few seconds [php]

I have a question.

How do you redirect after a few seconds?

I know that you can do redirect stuff with header(location), but how do you do that based on time? like for example a few seconds after the page loads.

Thanks