Requests_IRI::__toString()

最后更新于:2021-11-26 04:01:13

Requests_IRI::__toString()

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

响应

(string)

源文件

文件: gc-includes/Requests/IRI.php

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