Home >Backend Development >PHP Tutorial >Example of php generating word

Example of php generating word

WBOY
WBOYOriginal
2016-07-25 09:04:07832browse
  1. //生成word
  2. header("Content-Type: application/msword");
  3. header("Content-Disposition: attachment; filename="file.doc"");
  4. ?>
  5. <?php echo(rand());?>
  • 复制代码


    Statement:
    The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn