0
How to write i a word file?
1 Antwort
+ 1
The basic file manipulation functions deal with text files.
In case you want to manipulate word files or other custom structured binary files you will need to use libraries defined for them, or define a library by your own.
For example, in order to manipulate MS Office Files, you may use the free extension: https://github.com/PHPOffice/PHPWord