(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0)
XMLWriter::writeAttribute -- xmlwriter_write_attribute — Write full attribute
���������
$name
, string $value
) : bool���̻����
$xmlwriter
, string $name
, string $value
) : boolWrites a full attribute.
xmlwriter
�����ڹ��̵��á����ĵ� XMLWriter resource������Դ�����ڶ� xmlwriter_open_uri() �� xmlwriter_open_memory() �ĵ��á�
name
The name of the attribute.
value
The value of the attribute.
�ɹ�ʱ���� TRUE
�� ������ʧ��ʱ���� FALSE
��