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