php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "image format"

What functions should be used in PHP to output an image?

To output an image in PHP, you can use the `header()` function to set the content type to `image/jpeg`, `image/png`, or `image/gif`, depending on the...

How can PHP be used in conjunction with a cron job to automate the conversion of image files from one format to another?

To automate the conversion of image files from one format to another using PHP and a cron job, you can create a PHP script that utilizes the GD or Ima...

What are common reasons for receiving the "Alternativ Text" instead of the image when trying to display an image using PHP?

Common reasons for receiving the "Alternative Text" instead of the image when trying to display an image using PHP include incorrect file paths, missi...

What are the differences between the file types "image/jpeg" and "image/pjpeg" in the context of PHP file uploads, and how do they impact script execution?

The main difference between "image/jpeg" and "image/pjpeg" file types in the context of PHP file uploads is that "image/pjpeg" is a proprietary format...

How can the issue of image display discrepancies between Chrome and Firefox be addressed in PHP code?

The issue of image display discrepancies between Chrome and Firefox can be addressed by ensuring that the correct image format is being used and that...

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.