php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "Unix path"

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 file permissions be managed in PHP applications running on Unix servers?

File permissions in PHP applications running on Unix servers can be managed using the `chmod()` function. This function allows you to change the permi...

What is the significance of the Unix Epoch in PHP programming?

The Unix Epoch is a date and time reference point commonly used in programming, including PHP. It represents the start of the Unix timestamp system, w...

What is the best practice for defining the absolute path in PHP for file transfer functions like ftp_put?

When defining the absolute path in PHP for file transfer functions like ftp_put, it is important to use the correct path format based on the server's...

Are there specific requirements for the format of the directory path when using SSH connection in PHP?

When using SSH connection in PHP, the directory path format must follow the Unix file system format. This means using forward slashes (/) instead of b...

Showing 11 to 15 of 7483 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1496 1497 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.