Takes mixed data and optionally a status code, then creates the response
public response ( array | null $data = NULL, integer | null $http_code = NULL, boolean $continue = FALSE ) | ||
$data | array | null | Data to output to the user |
$http_code | integer | null | HTTP status code |
$continue | boolean | TRUE to flush the response to the client and continue running the script; otherwise, exit |