php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "Unix format"

How can PHP be used to convert a UNIX timestamp into a readable date format?

To convert a UNIX timestamp into a readable date format using PHP, you can use the `date()` function. This function takes two parameters - the format...

What common errors should be avoided when converting a date to Unix format in PHP?

When converting a date to Unix format in PHP, a common error to avoid is not specifying the correct format for the input date. It is important to use...

Is there a specific text editor recommended for handling Unix-format line breaks in PHP scripts?

When working with PHP scripts on Unix systems, it's important to use a text editor that can handle Unix-format line breaks (LF) instead of Windows-for...

How can the UNIX timestamp be converted to MySQL timestamp format for accurate date comparisons in PHP?

When working with UNIX timestamps in PHP and MySQL, it is important to convert the UNIX timestamp to MySQL timestamp format for accurate date comparis...

How can a UNIX timestamp from a MySQL database be converted into a readable format using PHP?

To convert a UNIX timestamp from a MySQL database into a readable format using PHP, you can use the PHP date() function. This function takes two param...

Showing 1 to 5 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.