(PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL xmlwriter >= 0.1.0)
XMLWriter::startElementNs -- xmlwriter_start_element_ns โ Create start namespaced element tag
้ขๅๅฏน่ฑก้ฃๆ ผ
่ฟ็จๅ้ฃๆ ผ
$writer
,$prefix
,$name
,$namespace
Starts a namespaced element.
xmlwriter
ไป ็จไบ่ฟ็จ่ฐ็จใ่ขซไฟฎๆน็ XMLWriter ๅฎไพๅฏน่ฑกใๆญค่ตๆบๆฅ่ชไบๅฏน xmlwriter_open_uri() ๆ xmlwriter_open_memory() ็่ฐ็จใ
prefix
The namespace prefix.
If prefix
is null
, the namespace will be omitted.
name
The element name.
namespace
The namespace URI.
If namespace
is null
, the namespace declaration will be
omitted.
็ๆฌ | ่ฏดๆ |
---|---|
8.0.0 |
็ฐๅจ writer ้่ฆ XMLWriter ๅฎไพ๏ผ
ไนๅ้่ฆ็ๆฏ resourceใ
|