php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "file date"

Why is it important to ensure that file names with date information are sortable?

When file names contain date information, it is important to ensure that they are sortable so that they can be easily organized and retrieved in chron...

How can one display the file size and creation date for each file when using opendir() in PHP?

When using opendir() in PHP to read files from a directory, you can use the filemtime() function to get the creation date of each file. To display the...

What is the function used to retrieve the "last modified" date of a file in PHP?

To retrieve the "last modified" date of a file in PHP, you can use the `filemtime()` function. This function returns the last modified time of the fil...

How can the creation date of a file be retrieved in PHP when uploading it via a form?

When uploading a file via a form in PHP, the creation date of the file is not directly accessible. However, you can use the `filectime()` function to...

What PHP function can be used to retrieve the last modified date of a text file?

To retrieve the last modified date of a text file in PHP, you can use the `filemtime()` function. This function returns the Unix timestamp of the last...

Showing 16 to 20 of 10000 results

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