Problem saving edited zip archive (docx)

后端 未结 3 1667
温柔的废话
温柔的废话 2021-01-24 18:14

So here is my code:

open(\'test.docx\') === TRUE) {

 $xmlString = $zip->getFromName(\'word/document.xml\');
 $x         


        
3条回答
  •  Happy的楠姐
    2021-01-24 18:50

    If close() returns false, there was an error writing out the archive.

    Use getStatusString to get the exact error message.

提交回复
热议问题