php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "geographical coordinates"

What is the best way to position a watermark at the bottom center of an image when creating a thumbnail in PHP?

To position a watermark at the bottom center of an image when creating a thumbnail in PHP, you can calculate the x-coordinate by subtracting the water...

How can the imagestring() function be used effectively to write text on an image in PHP?

To write text on an image in PHP using the imagestring() function, you need to specify the image resource, font size, x and y coordinates, text color,...

Are there any specific considerations or guidelines to follow when using GD library functions like ImageFilledRectangle in PHP for cross-platform compatibility?

When using GD library functions like ImageFilledRectangle in PHP for cross-platform compatibility, it is important to consider the differences in how...

How can the width of text be calculated in pixels in PHP?

To calculate the width of text in pixels in PHP, you can use the `imagettfbbox()` function from the GD library. This function calculates the bounding...

Is there a recommended best practice for handling text formatting and layout issues in FPDF?

Text formatting and layout issues in FPDF can be handled by using the SetX and SetY methods to position text at specific coordinates on the page, as w...

Showing 351 to 355 of 379 results

‹ 1 2 ... 67 68 69 70 71 72 73 74 75 76 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.