Requests_Utility_CaseInsensitiveDictionary::getAll()

Get the headers as an array


Description Description


Return Return

(array) Header data


Top ↑

Source Source

File: wp-includes/Requests/Utility/CaseInsensitiveDictionary.php

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

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.