php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "datetime values"

How can PHP be used to calculate the next weekday based on a given date input?

To calculate the next weekday based on a given date input in PHP, you can use the `DateTime` class to manipulate the date and determine the next weekd...

What are the differences between using date_create_from_format() and strtotime() for date manipulation in PHP?

When manipulating dates in PHP, date_create_from_format() and strtotime() are two commonly used functions. date_create_from_format() allows you to cre...

What are the potential drawbacks of manually splitting date and time components in PHP using explode?

One potential drawback of manually splitting date and time components in PHP using explode is that it can be error-prone, especially if the date/time...

What potential issues can arise when using Unix-Timestamps in PHP beyond the year 2038?

The potential issue that can arise when using Unix-Timestamps in PHP beyond the year 2038 is the Year 2038 problem, also known as the Y2K38 bug. This...

What are the potential pitfalls of using timestamps in PHP for time calculations?

One potential pitfall of using timestamps in PHP for time calculations is that timestamps are based on the number of seconds since the Unix Epoch (Jan...

Showing 9966 to 9970 of 10000 results

‹ 1 2 ... 1991 1992 1993 1994 1995 1996 1997 1998 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.