php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "Unix format"

How can the UNIX_TIMESTAMP() function in MySQL be used to return date values and format them in PHP using the date() function?

To return date values from a UNIX timestamp using the UNIX_TIMESTAMP() function in MySQL and format them in PHP using the date() function, you can fir...

How can PHP be used to format a sequence of numbers into a specific date format?

To format a sequence of numbers into a specific date format using PHP, you can use the `date()` function along with `mktime()` or `strtotime()` to con...

How can PHP developers effectively manipulate and extract specific time components from a Unix time value?

To manipulate and extract specific time components from a Unix time value in PHP, developers can use the date() function along with the strtotime() fu...

What are the advantages and disadvantages of storing Unix time as an integer in a MySQL database for PHP applications?

Storing Unix time as an integer in a MySQL database for PHP applications can be advantageous because it is a standardized format that is easy to work...

Are there any best practices to follow when working with UNIX timestamps in PHP?

When working with UNIX timestamps in PHP, it's important to ensure that you are using the correct functions to convert timestamps to and from human-re...

Showing 76 to 80 of 10000 results

‹ 1 2 ... 13 14 15 16 17 18 19 ... 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.