SimplePie_IRI::__toString() public WP 1.0
Return the entire IRI when you try and read the object as a string
{} Это метод класса: SimplePie_IRI{}
Хуков нет.
Возвращает
Строку
. Null. Ничего.
Использование
$SimplePie_IRI = new SimplePie_IRI(); $SimplePie_IRI->__toString();
Код SimplePie_IRI::__toString() SimplePie IRI:: toString WP 5.7
public function __toString()
{
return $this->get_iri();
}