flush
[mdref/mdref-http] / http / Env / getResponseHeader.md
index c30a4d7d54d48ccb5d341c6b41aae439c7482fa9..7bdd37ab40f17558705cb4ded503e16bbe6814b6 100644 (file)
@@ -4,11 +4,11 @@ Get one or all HTTP response headers to be sent.
 
 ## Parameters:
 
-* Optional ```string $header_name```  
+* Optional string $header_name  
   The name of the response header to retrieve.
   
 ## Returns:
 
-* ```string```, the compound value of the response header to send
-* ```NULL```, if the header was not found
-* ```array```, of all response headers, if $header_name was not specified
+* string, the compound value of the response header to send
+* NULL, if the header was not found
+* array, of all response headers, if $header_name was not specified