php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "start program"

What potential issues can arise when using proc_open to start a program in the background and retrieve the PID in PHP?

One potential issue that can arise when using proc_open to start a program in the background and retrieve the PID in PHP is that the function may not...

Are there alternative methods to exec() in PHP that can be used to start a Windows program with parameters?

When using the exec() function in PHP to start a Windows program with parameters, it may not work as expected due to security restrictions or other li...

What is the potential issue with using the exec() function in PHP to start a Windows program and how can it be resolved?

The potential issue with using the exec() function in PHP to start a Windows program is that it may not work due to the different ways Windows handles...

How can PHP session variables be accessed from different parts of a program?

To access PHP session variables from different parts of a program, you can simply start the session using session_start() at the beginning of your PHP...

What is the issue with PHP waiting for the return of a C program started with shell_exec?

When PHP uses `shell_exec` to start a C program, it waits for the program to finish before continuing execution. If the C program does not return a re...

Showing 11 to 15 of 4489 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 897 898 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.