php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "Unix command"

What are some common functions in PHP for converting dates and times to Unix timestamps?

When working with dates and times in PHP, it is common to convert them to Unix timestamps for easier manipulation and comparison. PHP provides several...

What is the significance of the Unix epoch (January 1, 1970) in PHP timestamp calculations?

The Unix epoch (January 1, 1970) is significant in PHP timestamp calculations because Unix time is a system for tracking time as a number of seconds s...

Can PHP scripts be run through the Windows command prompt?

Yes, PHP scripts can be run through the Windows command prompt by using the PHP CLI (Command Line Interface). To do this, you need to have PHP install...

How can Unix dates be effectively stored and manipulated in a MySQL database using PHP?

When storing Unix dates in a MySQL database using PHP, it is important to use the appropriate data type for the column, such as INT or TIMESTAMP. To m...

What is the difference between a UNIX timestamp and a MySQL timestamp in PHP?

A UNIX timestamp is a numeric value representing the number of seconds that have elapsed since the Unix epoch (January 1, 1970). On the other hand, a...

Showing 26 to 30 of 3338 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 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.