$response
-$response :-
The variable to keep the response in until output
- - -From a22425e8c781c1b5e8a3707ea67736673d6bc797 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sun, 15 Feb 2015 10:15:59 +0100 Subject: Updated makefile, removed docs (users can compile it themselves if they want) --- docs/classes/response.html | 618 --------------------------------------------- 1 file changed, 618 deletions(-) delete mode 100644 docs/classes/response.html (limited to 'docs/classes/response.html') diff --git a/docs/classes/response.html b/docs/classes/response.html deleted file mode 100644 index 2269d8a..0000000 --- a/docs/classes/response.html +++ /dev/null @@ -1,618 +0,0 @@ - - -
- - -Provides a standard to base all responses to be called with AJAX on
- - - -http_response_code(integer $code = null) : integer|boolean
- Get or set the HTTP response code
-If a parameter is provided, it is used as the new HTTP response code, and a bool is returned for success or failure. Otherwise, the current one is returned.
- -integer | -$code | -The new code |
-
True on successful change, false on unsuccesful change, int when the current code is returned
- -