Home > PHP > Function > > HttpResponse::send()

HttpResponse::send()

HttpResponse::send - Send response

Syntax

static HttpResponse::send (bool $clean_ob)

Arguments

  • clean_ob - whether to destroy all previously started output handlers and their buffers

Description

Finally send the entity.

Version

PHP PECL pecl_http >= 0.10.0

Return value

Returns TRUE on success or FALSE on failure.