php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "function modification"

How can separating HTML output from the download function in PHP prevent header modification errors?

When HTML output is mixed with the download function in PHP, it can cause header modification errors because the headers have already been sent when t...

How can PHP be used to create persistent daemons or long-running processes effectively without encountering limitations on function modification at runtime?

When creating persistent daemons or long-running processes in PHP, one common issue is the limitation on function modification at runtime. To overcome...

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

How can PHP be used to read files from a folder and determine their modification date?

To read files from a folder and determine their modification date in PHP, you can use the `glob` function to get an array of file paths in the folder,...

How can I display the last modification date of my website using PHP?

To display the last modification date of your website using PHP, you can use the filemtime() function to get the timestamp of the last modification of...

Showing 11 to 15 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.