php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "Unix command"

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

What are the steps to configure a 64-bit system and PHP version to handle dates beyond the Unix-Timestamp limit?

When working with dates beyond the Unix-Timestamp limit on a 64-bit system, you may encounter issues due to the limited range of Unix timestamps. To h...

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 mktime be used to calculate Unix times with only the year and week number?

To calculate Unix times with only the year and week number, you can use the mktime function in PHP along with the date function to convert the week nu...

Showing 116 to 120 of 3338 results

‹ 1 2 ... 21 22 23 24 25 26 27 ... 667 668 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.