HttpServletResponse is an interface defined in the Java Servlet specification used to generate a response to an http request. See J2EE API Documentation: HttpServletResponse.
In PHP, rather than being encapsulated in a single object, response handling is distributed over a wide variety of functions, configuration parameters and variables. See PHP HTTP Response Handling Summary for information on how PHP handles HTTP responses.