php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "save"

What function in PHP can be used to save an image without displaying it?

To save an image without displaying it in PHP, you can use the `imagepng()` function to save the image as a PNG file without outputting it to the brow...

How can TCPDF be utilized to save PDF files to a specific folder in PHP?

To save PDF files to a specific folder using TCPDF in PHP, you can use the Output() method with the 'F' parameter to save the PDF to a file instead of...

Is it advisable to use file_get_contents and file_put_contents functions to save browser output in PHP?

Using file_get_contents and file_put_contents functions to save browser output in PHP is not advisable as they are typically used to read and write fi...

How can I save a modified Excel file under a different name using PHP?

To save a modified Excel file under a different name using PHP, you can use the PHPExcel library. First, load the existing Excel file, make the necess...

How can PHP be used to automatically generate and save thumbnails for images?

To automatically generate and save thumbnails for images using PHP, you can use the GD library which provides functions for image manipulation. You ca...

Showing 11 to 15 of 2162 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 432 433 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.