X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http%2FEnv%2FgetResponseStatusForCode.md;h=e97b60fbabbe4c6c9483cc3c2af939ef23fa4a6b;hb=bce4d4d7dfecb2300689ec82ebaad70dcec07854;hp=d2bfa8586fec4f87683bb3e8025754c0cbaca639;hpb=7823a35136269030a351b68b8ae8ee5026696aea;p=mdref%2Fmdref-http 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