HttpResponse::send

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

説明

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.

戻り値

Returns TRUE on success or FALSE on failure.