php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "Unix format"

What is the significance of using time() versus a Unix timestamp in the context of PHP date functions?

When working with PHP date functions, using time() directly retrieves the current Unix timestamp, which represents the current time in seconds since t...

What are best practices for handling different encodings when transferring files from a Windows PC to a UNIX server in PHP?

When transferring files from a Windows PC to a UNIX server in PHP, it is important to consider the different encodings that may be used on each system...

How can strtotime() be used to convert a German datetime format to an international format in PHP?

When dealing with a German datetime format, strtotime() can be used in PHP to convert it to an international format. This function can parse a German...

What considerations should be taken into account when choosing between MySQL and UNIX timestamps for date/time operations in PHP?

When choosing between MySQL and UNIX timestamps for date/time operations in PHP, consider factors such as compatibility with other systems, ease of ma...

Are there any recommended methods for converting Unix timestamps to date values that are compatible with MySQL queries in PHP?

When working with Unix timestamps in PHP and MySQL, it's important to convert the timestamps to a format that MySQL understands for querying date valu...

Showing 81 to 85 of 10000 results

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