X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http%2FEnv%2FnegotiateCharset.md;h=c13020bc4b16aa660ddcaca199bab2070ce87825;hb=ff5748653c7dc73c8dc80725dce38bb3119ddac3;hp=20cc01bcc9bec9f141ae477d338022e9ab9e8e79;hpb=13943464c255c79c2038c4c63ad5af34331af088;p=mdref%2Fmdref diff --git a/http/Env/negotiateCharset.md b/http/Env/negotiateCharset.md index 20cc01b..c13020b 100644 --- a/http/Env/negotiateCharset.md +++ b/http/Env/negotiateCharset.md @@ -6,12 +6,12 @@ Negotiate the client's preferred character set. ## 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.