(PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
XMLWriter::writeAttributeNS — Write full namespaced attribute
Styl obiektowy
Styl proceduralny
Writes a full namespaced attribute.
Jedynie dla wywołań proceduralnych. Zasób XMLWriter, który jest modfikowany. Ten zasób pochodzi, z wywołania funkcji xmlwriter_open_uri() lub xmlwriter_open_memory().
The namespace prefix.
The attribute name.
The namespace URI.
The attribute value.
Zwraca TRUE w przypadku powodzenia, FALSE w przypadku błędu.