php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "modification dates"

In PHP, what is the significance of using a HEAD request to obtain a Content-MD5 for comparing file content integrity instead of relying on modification dates?

When comparing file content integrity, relying on modification dates may not be reliable as the file could be modified without changing its content. U...

What potential issue is the user facing with sorting folder contents based on dates in PHP?

The potential issue the user is facing with sorting folder contents based on dates in PHP is that the default sorting method may not accurately sort f...

What are some best practices for displaying file dates in PHP applications?

When displaying file dates in PHP applications, it is important to format the dates in a user-friendly way to enhance readability. One common best pra...

How can you filter files based on modification date using ftp_rawlist in PHP?

To filter files based on modification date using ftp_rawlist in PHP, you can retrieve the raw directory listing using ftp_rawlist and then loop throug...

How can the modify method be utilized in conjunction with the DateTime class to adjust dates in PHP?

To adjust dates using the DateTime class in PHP, you can utilize the modify method. This method allows you to add or subtract time intervals to a Date...

Showing 31 to 35 of 4332 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 866 867 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.