X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http%2FEnv%2FnegotiateCharset.md;h=9db7a79d8adb01c2c5d833b36a1657bc92bf43eb;hb=d2a94d6c3e639b670960f300f0bc16889ff93cd8;hp=20cc01bcc9bec9f141ae477d338022e9ab9e8e79;hpb=13943464c255c79c2038c4c63ad5af34331af088;p=mdref%2Fmdref diff --git a/http/Env/negotiateCharset.md b/http/Env/negotiateCharset.md index 20cc01b..9db7a79 100644 --- a/http/Env/negotiateCharset.md +++ b/http/Env/negotiateCharset.md @@ -2,16 +2,16 @@ Negotiate the client's preferred character set. -> ***NOTE:*** The first elemement of $supported character sets serves as a default if no character set matches. +> **Note:** The first elemement of $supported character sets serves as a default if no character set matches. ## Params: -* ```array $supported``` +* array $supported List of supported content character sets. -* Optional reference ```array &$result``` +* Optional reference array &$result Out parameter recording negotiation results. ## Returns: -* ```NULL```, if negotiation fails. -* ```string```, the negotiated character set. +* NULL, if negotiation fails. +* string, the negotiated character set.