php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "code modification"

What potential issues can arise when transferring files via FTP that result in modification dates being changed on the server?

When transferring files via FTP, potential issues that can arise resulting in modification dates being changed on the server include differences in ti...

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

Is it advisable to use a database to store file modification times in PHP scripts?

Storing file modification times in a database can be useful for tracking changes and managing file versions in PHP scripts. However, it may introduce...

What is the difference between file modification date and upload date in PHP?

The file modification date refers to the last time the content of a file was changed, while the upload date refers to the time when the file was uploa...

Showing 51 to 55 of 10000 results

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