php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "Unix command"

How can one restart the Apache server on a UNIX system to apply changes to the configuration?

To apply changes to the Apache server configuration on a UNIX system, you can restart the server using the command `sudo service apache2 restart` or `...

What potential issues can arise when trying to execute Unix commands with PHP?

Potential issues that can arise when trying to execute Unix commands with PHP include security vulnerabilities such as command injection attacks if us...

What Unix knowledge is necessary to effectively use proc_open in PHP?

To effectively use proc_open in PHP, you need to have a basic understanding of Unix commands and processes. You should be familiar with how to execute...

How does PHP handle UNIX timestamps and what is the significance of the 01.01.1970 start date in UNIX time?

PHP handles UNIX timestamps by using the time() function to retrieve the current UNIX timestamp, which represents the number of seconds that have elap...

How can shell commands be utilized in PHP for file searches on Unix/Linux systems?

To search for files on Unix/Linux systems using shell commands in PHP, you can use the `shell_exec()` function to execute commands like `find` or `gre...

Showing 6 to 10 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.