php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "modification"

What is the significance of using a period (".") at the end of a directory path when retrieving modification dates in PHP?

When retrieving modification dates in PHP, using a period (".") at the end of a directory path is significant because it specifies the current directo...

What are some common functions in PHP used to retrieve the modification date of a file or directory?

To retrieve the modification date of a file or directory in PHP, you can use the `filemtime()` function. This function returns the Unix timestamp of t...

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

Where can beginners find resources and documentation to learn more about working with file modification dates in PHP?

To work with file modification dates in PHP, beginners can refer to the official PHP documentation on the `filemtime()` function, which retrieves the...

What are some best practices for efficiently checking the last modification date of files using PHP?

When checking the last modification date of files in PHP, it is important to do so efficiently to avoid unnecessary resource consumption. One way to a...

Showing 46 to 50 of 679 results

‹ 1 2 ... 7 8 9 10 11 12 13 ... 135 136 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.