php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "start command"

How can the start command be utilized within a *.bat file to execute an external program in PHP?

To execute an external program in PHP using the start command within a *.bat file, you can use the shell_exec() function to run the *.bat file. This f...

How can PHP be used to start and stop Windows programs?

To start and stop Windows programs using PHP, you can use the `exec()` function to execute commands in the command prompt. To start a program, you can...

How can the vlc:// protocol be utilized in PHP to start VLC with parameters and avoid the issue of the echo command delay?

The issue of the echo command delay can be avoided by using the `shell_exec()` function in PHP to execute the VLC command with parameters directly. Th...

How can one efficiently associate a server's PID with its corresponding start script in PHP?

To efficiently associate a server's PID with its corresponding start script in PHP, you can use a combination of system commands and file manipulation...

How can PHP be used to start a Windows program?

To start a Windows program using PHP, you can use the `exec()` function to execute the program with the appropriate command line arguments. Make sure...

Showing 1 to 5 of 5608 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1121 1122 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.