php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "Unix command"

What are the potential issues with accessing PhpDocumentor through the command line on Windows?

When accessing PhpDocumentor through the command line on Windows, you may encounter issues with the path separator. Windows uses backslashes (\) in fi...

What are the differences in managing file permissions between Windows XP and Unix-based systems like Linux for PHP development?

In Windows XP, file permissions are managed using the GUI interface, while in Unix-based systems like Linux, file permissions are managed using the co...

How can Unix Timestamps be converted to readable dates in PHP?

Unix Timestamps can be converted to readable dates in PHP using the `date()` function. This function takes two parameters: the format in which you wan...

How does MySQL handle timestamps differently from UNIX timestamps in PHP?

MySQL handles timestamps differently from UNIX timestamps in PHP by storing them in a different format. MySQL timestamps are stored in the format 'YYY...

How can the SQL command SELECT UNIX_TIMESTAMP() be used effectively in PHP?

When using the SQL command SELECT UNIX_TIMESTAMP(), it returns the current Unix timestamp from the database server. This can be useful when you want t...

Showing 11 to 15 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.