php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "conversions"

What are some common pitfalls when dealing with UTF-8 encoding and special characters in PHP applications?

Common pitfalls when dealing with UTF-8 encoding and special characters in PHP applications include not setting the correct encoding for input/output,...

What are the advantages and disadvantages of using gmdate() versus Now() for date manipulation in PHP?

When working with dates in PHP, the gmdate() function is useful for obtaining the current GMT/UTC time, while the Now() function provides the current...

What are the advantages and disadvantages of using mktime() versus date() functions in PHP for managing date and time calculations?

When managing date and time calculations in PHP, the mktime() function is useful for creating a timestamp based on specific date and time values, whil...

Showing 591 to 593 of 593 results

‹ 1 2 ... 110 111 112 113 114 115 116 117 118 119 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.