php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "modification dates"

What are the limitations of using PHP/HTTP to determine which file is older between two files on different servers?

When comparing the modification dates of files on different servers using PHP and HTTP, the main limitation is that HTTP does not provide a way to dir...

How can including external files or scripts impact header modification in PHP?

Including external files or scripts in PHP can impact header modification if those files contain header modification functions or code. This can lead...

What is the function in PHP to retrieve the modification date of a file?

To retrieve the modification date of a file in PHP, you can use the `filemtime()` function. This function returns the time when the data blocks of a f...

What is the best way to order files in a folder by their modification date using PHP?

To order files in a folder by their modification date using PHP, you can use the `glob` function to retrieve an array of file paths, then use `filemti...

What are the best practices for sorting files chronologically in PHP based on their last modification date?

When sorting files chronologically in PHP based on their last modification date, you can use the `filemtime()` function to get the last modification t...

Showing 36 to 40 of 4332 results

‹ 1 2 ... 5 6 7 8 9 10 11 ... 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.