flush
[mdref/mdref-http] / http / Env / negotiateCharset.md
index 20cc01bcc9bec9f141ae477d338022e9ab9e8e79..c13020bc4b16aa660ddcaca199bab2070ce87825 100644 (file)
@@ -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.