HttpResponse::send

Example

 static bool HttpResponse::send ([ bool $clean_ob = true ] ) 

Description

Finally send the entity. A successful caching attempt will exit PHP, and write a log entry if the INI setting http.log.cache is set. See the INI setting http.force_exit for what "exits" means.

Return Values

Returns TRUE on success or FALSE on failure.