From: Michael Wallner Date: Fri, 3 Jan 2014 11:30:57 +0000 (+0100) Subject: Fix file name (method name) X-Git-Url: https://git.m6w6.name/?p=mdref%2Fmdref-http;a=commitdiff_plain;h=3473a395c29c786f4088c93e1d8b479e08bb2d14 Fix file name (method name) --- diff --git a/http/Env/setResoponseCode.md b/http/Env/setResoponseCode.md deleted file mode 100644 index e9ead90..0000000 --- a/http/Env/setResoponseCode.md +++ /dev/null @@ -1,12 +0,0 @@ -# static bool http\Env::setResponseCode(int $code) - -Set the HTTP response code to send. - -## Params: - -* int $code - The HTTP response status code. - -## Returns: - -* bool Success. diff --git a/http/Env/setResponseCode.md b/http/Env/setResponseCode.md new file mode 100644 index 0000000..e9ead90 --- /dev/null +++ b/http/Env/setResponseCode.md @@ -0,0 +1,12 @@ +# static bool http\Env::setResponseCode(int $code) + +Set the HTTP response code to send. + +## Params: + +* int $code + The HTTP response status code. + +## Returns: + +* bool Success.