WpOrg\Requests\Utility

CaseInsensitiveDictionary::getAllpublicWP 1.0

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() code WP 7.0

public function getAll() {
	return $this->data;
}