flush
[mdref/mdref-http] / http / Header / match.md
index 7635cd2795e7cb1d5a60f7c145e40fffcb4fd44e..7fd74bf19a9b799b6fa3531213224c125f79c5bf 100644 (file)
@@ -4,11 +4,11 @@ Match the HTTP header's value against provided $value according to $flags.
 
 ## Params:
 
-* ```string $value```  
+* string $value  
   The comparison value.
-* Optional ```int $flags```  
+* Optional int $flags  
   The modus operandi. See http\Header constants.
   
 ## Returns:
 
-* ```bool```, whether $value matches the header value according to $flags.
+* bool, whether $value matches the header value according to $flags.