Requests_Response_Headers::getIterator()

Get an iterator for the data


Description Description

Converts the internal


Return Return

(ArrayIterator)


Top ↑

Source Source

File: wp-includes/Requests/Response/Headers.php

	public function getIterator() {
		return new Requests_Utility_FilteredIterator($this->data, array($this, 'flatten'));
	}


Top ↑

User Contributed Notes User Contributed Notes

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