XMLWriter::writeAttribute

Writes a full attribute

public function writeAttribute(
  string $name,
  string $value,
): bool;

Parameters

  • string $name - The name of the attribute.
  • string $value - The value of the attribute.

Returns

  • bool - - Returns TRUE on success or FALSE on failure.