php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "width"

What advantages does the PHP function wordwrap offer compared to manually adjusting table width for long words?

When displaying text in a table, long words can cause the table to expand beyond its intended width, making the layout look messy. Manually adjusting...

How can GetImageSize() be used to determine the height and width of an image in PHP?

To determine the height and width of an image in PHP, you can use the GetImageSize() function. This function returns an array containing the width and...

How can absolute width values be applied to table elements in TCPDF to avoid layout problems?

To avoid layout problems with table elements in TCPDF, absolute width values can be applied to ensure consistent rendering across different devices an...

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...

How can one extract and display image properties like size, width, and height in PHP?

To extract and display image properties like size, width, and height in PHP, you can use the getimagesize() function. This function returns an array c...

Showing 56 to 60 of 800 results

‹ 1 2 ... 9 10 11 12 13 14 15 ... 159 160 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.