Process.Start in C# = php ?
- by Karandeep Singh
In .NET
The Process class contains several useful properties/methods that allow developers to access process relative information.
Have you any equivalent method or class in php.
Have any equivalent method in php like c# method "Process.Start()".