Requests_IRI::__toString()
Return the entire IRI when you try and read the object as a string
Return
(string)
Source
File: wp-includes/Requests/IRI.php
public function __toString() {
return $this->get_iri();
}
Return the entire IRI when you try and read the object as a string
(string)
File: wp-includes/Requests/IRI.php
public function __toString() {
return $this->get_iri();
}