Requests_Utility_CaseInsensitiveDictionary::getAll() WordPress Method
The getAll() method of the Requests_Utility_CaseInsensitiveDictionary class returns an array of all the values in the dictionary, with the keys being the original case of the keys.
Requests_Utility_CaseInsensitiveDictionary::getAll() #
Get the headers as an array
Return
(array) Header data
Source
File: wp-includes/Requests/Utility/CaseInsensitiveDictionary.php
public function getAll() { return $this->data; }
Expand full source codeCollapse full source codeView on TracView on GitHub