WpOrg\Requests\Utility
CaseInsensitiveDictionary::getAll
Get the headers as an array
Method of the class: CaseInsensitiveDictionary{}
No Hooks.
Returns
Array. Header data
Usage
$CaseInsensitiveDictionary = new CaseInsensitiveDictionary(); $CaseInsensitiveDictionary->getAll();
CaseInsensitiveDictionary::getAll() CaseInsensitiveDictionary::getAll code WP 7.0
public function getAll() {
return $this->data;
}