How can I redirect to another page in PHP? Example code: - Biz Tech

How can I redirect to another page in PHP? Example code:

Listen
header("Location: https://example.com");
exit;