php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "Unix format"

Are there any best practices or recommendations for dealing with Unix timestamps and date conversions in PHP?

When working with Unix timestamps in PHP, it is important to properly convert them to human-readable dates and vice versa. To convert a Unix timestamp...

What are some common pitfalls when converting German date formats to UNIX timestamps using PHP's strtotime function?

When converting German date formats to UNIX timestamps using PHP's strtotime function, a common pitfall is that the function may not recognize the Ger...

What is the function in PHP to convert a UNIX timestamp back to a date with time?

To convert a UNIX timestamp back to a date with time in PHP, you can use the `date()` function along with the timestamp value and a format specifier....

What is a UNIX timestamp and how is it commonly used in PHP programming?

A UNIX timestamp is a way to represent a point in time as the number of seconds that have elapsed since January 1, 1970, at 00:00:00 UTC. In PHP progr...

How can Unix time be utilized effectively in PHP to calculate RPG time for a forum clock?

To calculate RPG time for a forum clock using Unix time in PHP, we can convert the current Unix timestamp to the desired RPG time format. This can be...

Showing 56 to 60 of 10000 results

‹ 1 2 ... 9 10 11 12 13 14 15 ... 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.