0
嗨我有一個問題,與PHP單詞。當我在我的文件中使用重音字符時,該文件已損壞,無法打開。Phpword和重音字符
<?php
require_once 'PHPWord.php';
$PHPWord = new PHPWord();
$document = $PHPWord->loadTemplate('Documents/LM.docx');
$document->setValue('Value1', "example with accent évian");
$document->save('Documents/LMD.docx');
?>