X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http%2FEnv%2FgetResponseStatusForCode.md;h=e97b60fbabbe4c6c9483cc3c2af939ef23fa4a6b;hb=d2a94d6c3e639b670960f300f0bc16889ff93cd8;hp=d2bfa8586fec4f87683bb3e8025754c0cbaca639;hpb=13943464c255c79c2038c4c63ad5af34331af088;p=mdref%2Fmdref diff --git a/http/Env/getResponseStatusForCode.md b/http/Env/getResponseStatusForCode.md index d2bfa85..e97b60f 100644 --- a/http/Env/getResponseStatusForCode.md +++ b/http/Env/getResponseStatusForCode.md @@ -4,11 +4,11 @@ Retrieve the string representation of specified HTTP response code. ## Parameters: -* ```int $code``` +* int $code The HTTP response code to get the string representation for. ## Returns: -* ```string```, the HTTP response status message -* empty ```string```, if no message for this code was found +* string, the HTTP response status message +* empty string, if no message for this code was found