php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "file modification time"

What are common functions used in PHP to retrieve file information such as modification date and size?

To retrieve file information such as modification date and size in PHP, you can use the `filemtime()` function to get the modification date and `files...

What is the significance of generating a timestamp for the start of the current day when comparing file modification dates in PHP?

When comparing file modification dates in PHP, it is important to generate a timestamp for the start of the current day to accurately compare the date...

How can PHP be used to retrieve the last modification date of a file on a server?

To retrieve the last modification date of a file on a server using PHP, you can use the `filemtime()` function. This function returns the timestamp of...

What is the correct way to display the creation or modification date of a file in PHP?

When displaying the creation or modification date of a file in PHP, you can use the filemtime() function to retrieve the timestamp of the last modific...

Are there any best practices for retrieving file modification dates from a remote server using PHP?

When retrieving file modification dates from a remote server using PHP, it is important to use a secure method such as SSH or FTP to establish a conne...

Showing 41 to 45 of 10000 results

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