|
XMLWriter::startAttributeNsxmlwriter_start_attribute_nsCreate start namespaced attribute DescriptionObject-oriented style
public bool XMLWriter::startAttributeNs(stringnull
$prefix, string $name, stringnull $namespace)Procedural style bool xmlwriter_start_attribute_ns(
XMLWriter $writer,stringnull $prefix,string $name,stringnull $namespace) Starts a namespaced attribute. Parameters
Return Values
Returns Changelog
See Also
|