flush
[mdref/mdref-http] / http / Header / getParams.md
index d3645c2ce13b76bef656591f69085490a973a7b9..98fd8856d2f7289f047f373771a67b590c03fcbf 100644 (file)
@@ -4,15 +4,15 @@ Create a parameter list out of the HTTP header value.
 
 ## Params:
 
-* Optional ```mixed $ps```  
+* Optional mixed $ps  
   The parameter separator(s).
-* Optional ```mixed $as```  
+* Optional mixed $as  
   The argument separator(s).
-* Optional ```mixed```  
+* Optional mixed  
   The value separator(s).
-* Optional ```int $flags```  
+* Optional int $flags  
   The modus operandi. See http\Params constants.
 
 ## Returns:
 
-* ```http\Params``` instance
+* http\Params instance