On this page
Requests_IRI::__toString(): string
Return the entire IRI when you try and read the object as a string
Return
string
Source
File: wp-includes/Requests/IRI.php. View all references
public function __toString() {
return $this->get_iri();
}
Related
Uses
| Uses | Description |
|---|---|
| Requests_IRI::get_iri() wp-includes/Requests/IRI.php | Get the complete IRI |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/requests_iri/__tostring