Results of 1 - 1 of about 1 for testc (0.004 sec.)
- 単純な XML ドキュメントの作成 9414
- « 例 XML 名前空間の使用 » PHP Manual 例 単純な XML ドキュメントの作成 単純な XML ドキュメントの作
...
// tag1 // CDATA xmlwriter_start_element ( $xw , 'testc' ); xmlwriter_write_cdata ( $xw , "This is cdata c ...
ontent" ); xmlwriter_end_element ( $xw ); // testc xmlwriter_start_element ( $xw , 'testc' ); xmlwrit ...
er_start_cdata ( $xw ); xmlwriter_text ( $xw , "test cdata2" ); xmlwriter_end_cdata ( $xw ); xmlwriter_e ...
nd_element ( $xw ); // testc // 処理命令 xmlwriter_start_pi ( $xw , 'php' ); xm ...
-
https://man.plustar.jp/php/example.xmlwriter-simple.html
- [similar]
PREV
1
NEXT