php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "function modification"

What is the common mistake made when comparing file modification dates in PHP?

When comparing file modification dates in PHP, a common mistake is comparing them as strings rather than as timestamps. This can lead to incorrect res...

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 role does the session_start() function play in PHP scripts, and how can it affect header modification?

The session_start() function in PHP scripts initializes a session or resumes an existing one. It is important to call session_start() before any outpu...

How can PHP be used to sort and display files based on their upload date or modification date?

To sort and display files based on their upload date or modification date in PHP, you can use the `filemtime()` function to get the file modification...

What is the significance of using @ before function calls in PHP scripts to prevent header modification errors?

When using the @ symbol before a function call in PHP scripts, it suppresses any errors or warnings that may occur during the execution of that functi...

Showing 31 to 35 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.