php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "creation date"

How can one retrieve the creation date of a folder in PHP?

To retrieve the creation date of a folder in PHP, you can use the `filectime()` function, which returns the last change time of a file. Since the crea...

How can PHP be used to retrieve the creation date of a folder?

To retrieve the creation date of a folder in PHP, you can use the `filectime()` function which returns the inode change time of a file. This time repr...

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...

Are there alternative methods to track the creation date of a folder in PHP?

To track the creation date of a folder in PHP, you can use the filectime() function which returns the time when the file was last changed. While this...

Are there any built-in functions in PHP that can help in filtering and displaying articles based on their creation date in a database?

To filter and display articles based on their creation date in a database, you can use the SQL query with the ORDER BY clause to sort the articles by...

Showing 1 to 5 of 8599 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1719 1720 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.