Requests_IRI::__construct( string|null $iri = null )

Create a new IRI object, from a specified string


Description Description


Parameters Parameters

$iri

(string|null) (Optional)

Default value: null


Top ↑

Source Source

File: wp-includes/Requests/IRI.php

	public function __construct($iri = null) {
		$this->set_iri($iri);
	}


Top ↑

User Contributed Notes User Contributed Notes

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