php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "external image"

How can PHP be used to dynamically change external image resources at set intervals?

To dynamically change external image resources at set intervals using PHP, you can create an array of image URLs, then use JavaScript to periodically...

Is it possible to create a PHP image directly on a webpage without linking to an external file or creating the image separately?

Yes, it is possible to create a PHP image directly on a webpage without linking to an external file or creating the image separately by using the GD l...

Which image hosting providers allow for embedding images on external websites with minimal restrictions or advertising?

When embedding images on external websites, it is important to choose an image hosting provider that allows for easy embedding with minimal restrictio...

What is the best way to determine the size of an external image in PHP?

To determine the size of an external image in PHP, you can use the getimagesize() function. This function returns an array containing the image's widt...

What is the correct function to use for reading binary data from an external image in PHP?

When reading binary data from an external image in PHP, the correct function to use is `file_get_contents()`. This function reads the entire contents...

Showing 6 to 10 of 10000 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 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.