跳至主要內容

臺南市新進國民小學

:::

上中區域內容


主內容區域

9-7-2 使用 Composer 安裝 PhpWord

【參考資料】

https://imyoungyang.gitbooks.io/php7-study-group-notes/content/composer.html

一、【安裝 PhpWord】:以終端機登入,在工作目錄下,鍵入

composer require phpoffice/phpword

二、【開始使用】:

只要在 PHP 檔案中,引入

<?php
require_once 'vendor/autoload.php';
$phpWord = new \PhpOffice\PhpWord\PhpWord();
?>

 


:::

左邊區域內容


好站推薦

[ more... ]

頁尾區域