flush
[mdref/mdref-http] / http / Env / getRequestHeader.md
index b33718b11ce5593e684dba7ceccdf025edb6657c..17e87b778eacb742a2f656d0dc957048435bc193 100644 (file)
@@ -4,11 +4,11 @@ Retrieve one or all headers of the current HTTP request.
 
 ## Parameters:
 
-* Optional ```string $header_name```  
+* Optional string $header_name  
   The key of a header to retrieve.
   
 ## Returns:  
 
-* ```NULL```, if $header_name was not found
-* ```string```, the compound header when $header_name was found
-* ```array``` of all headers if $header_name was not specified
+* NULL, if $header_name was not found
+* string, the compound header when $header_name was found
+* array of all headers if $header_name was not specified