Requests_IRI::get_uri()

最后更新于:2021-11-26 03:58:18

Requests_IRI::get_uri()

Get the complete URI

响应

(string)

源文件

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

	protected function get_uri() {
		return $this->to_uri($this->get_iri());
	}