Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
以下を複製するにはどうすればよいですかPHP XMLWriter();
PHP
XMLWriter();
<?qbxml version="12.0"?>
私は次のことを試みましたが、2番目を複製できますか? 最後に。
$writer->startElement("?qbxml"); $writer->writeAttribute('version', '12.0');