Requests_IRI::__toString()

Return the entire IRI when you try and read the object as a string


Description Description


Return Return

(string)


Top ↑

Source Source

File: wp-includes/Requests/IRI.php

	public function __toString() {
		return $this->get_iri();
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.