How to slow down server response

I don´t know why you would want to slow your website down, but PHP got sleep() which pauses a program for the amount of seconds you pass to it.

You could then hook your function/plugin to init to halt your WordPress before it starts its output.

That could probably do what you want. But why?