Requests_IRI::__toString() WordPress Method
The IRI class provides a __toString() method, which returns the IRI as a string. The string is encoded in UTF-8.
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(); }
Expand full source codeCollapse full source codeView on TracView on GitHub