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