flush
[mdref/mdref-http] / http / Env / negotiateEncoding.md
index 4c070b709ab527a3c0b4597da4f1542c8df98f02..42bbf3ae43d4213dbcd5eb57ba786d76c911d9be 100644 (file)
@@ -6,12 +6,12 @@ Negotiate the client's preferred encoding.
 
 ## Params:
 
-* ```array $supported```  
+* array $supported  
   List of supported content encodings.
-* Optional reference ```array &$result```  
+* Optional reference array &$result  
   Out parameter recording negotiation results.
   
 ## Returns:
 
-* ```NULL```, if negotiation fails.
-* ```string```, the negotiated encoding.
+* NULL, if negotiation fails.
+* string, the negotiated encoding.