Requests_Utility_CaseInsensitiveDictionary::getIterator()

Get an iterator for the data


Description Description


Return Return

(ArrayIterator)


Top ↑

Source Source

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

	public function getIterator() {
		return new ArrayIterator($this->data);
	}

Top ↑

User Contributed Notes User Contributed Notes

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