|
XMLWriter::writeAttributeNsxmlwriter_write_attribute_nsWrite full namespaced attribute DescriptionObject-oriented style
public bool XMLWriter::writeAttributeNs(
stringnull $prefix,string $name,stringnull $namespace,string $value) Procedural style bool xmlwriter_write_attribute_ns(
XMLWriter $writer,stringnull $prefix,string $name,stringnull $namespace,string $value) Writes a full namespaced attribute. Parameters
Return Values
Returns Changelog
See Also
|