Requests_Cookie_Jar::getIterator()
Get an iterator for the data
Return
(ArrayIterator)
Source
File: wp-includes/Requests/Cookie/Jar.php
public function getIterator() {
return new ArrayIterator($this->cookies);
}
Get an iterator for the data
(ArrayIterator)
File: wp-includes/Requests/Cookie/Jar.php
public function getIterator() {
return new ArrayIterator($this->cookies);
}