php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "date navigation"

What is the difference between PHP-GD bundled version and GD-Standalone in terms of functionality and usage?

The PHP-GD bundled version is a version of the GD library that comes pre-installed with PHP, while the GD-Standalone version is a separate library tha...

What is the significance of the year 2038 in PHP programming?

In PHP programming, the significance of the year 2038 is related to the "Year 2038 problem". This issue arises from the use of a 32-bit signed integer...

What is the difference between the format required by DateTime::COOKIE and the format required by setcookie in PHP?

The main difference between the format required by DateTime::COOKIE and the format required by setcookie in PHP is that DateTime::COOKIE returns a str...

What are the best practices for securing and backing up important scripts and files for a website?

Securing and backing up important scripts and files for a website is crucial to prevent data loss and ensure the website's functionality in case of un...

How can the DateTime object be used to determine the first and last day of the month in a PHP script?

To determine the first and last day of the month in a PHP script, we can use the DateTime object along with the format() method to get the desired dat...

Showing 9066 to 9070 of 9090 results

‹ 1 2 ... 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.