(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0)
XMLWriter::writeElementNs -- xmlwriter_write_element_ns — Write full namespaced element tag
���������
$prefix
, string $name
, string $uri
[, string $content
] ) : bool���̻����
$xmlwriter
, string $prefix
, string $name
, string $uri
[, string $content
] ) : boolWrites a full namespaced element tag.
xmlwriter
�����ڹ��̵��á����ĵ� XMLWriter resource������Դ�����ڶ� xmlwriter_open_uri() �� xmlwriter_open_memory() �ĵ��á�
prefix
The namespace prefix.
name
The element name.
uri
The namespace URI.
content
The element contents.
�ɹ�ʱ���� TRUE
�� ������ʧ��ʱ���� FALSE
��
�汾 | ˵�� |
---|---|
5.2.3 |
The content parameter became optional.
|