php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "creating files"

Are there any specific PHP libraries recommended for creating PDF files without licensing restrictions?

To create PDF files in PHP without licensing restrictions, one recommended library is TCPDF. TCPDF is an open-source PHP class for generating PDF file...

Are there any best practices or recommended libraries for creating zip files in PHP, especially for bundling multiple files together for download?

To create zip files in PHP for bundling multiple files together for download, it is recommended to use the ZipArchive class. This class provides easy-...

Are there any best practices for efficiently creating and saving XLSX files from PHP scripts?

When creating and saving XLSX files from PHP scripts, it is recommended to use a library like PHPSpreadsheet for efficient handling of Excel files. Th...

What are best practices for handling file permissions when creating files in PHP?

When creating files in PHP, it is important to set appropriate file permissions to ensure security and control access to the files. A common best prac...

What are the advantages of using PHPSpreadSheet for creating Excel files in PHP?

PHPSpreadSheet is a library that allows for the creation of Excel files in PHP without the need for COM objects or Excel installation on the server. I...

Showing 36 to 40 of 10000 results

‹ 1 2 ... 5 6 7 8 9 10 11 ... 1999 2000 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.