Is there an equivalent to C#’s Process.Start in PHP?

Posted by Karandeep Singh on Stack Overflow See other posts from Stack Overflow or by Karandeep Singh
Published on 2010-06-05T05:20:29Z Indexed on 2010/06/16 21:22 UTC
Read the original article Hit count: 368

Filed under:
|
|
|
|
  1. In .NET The Process class contains several useful properties/methods that allow developers to access process relative information. Is there any equivalent method or class in PHP?

  2. Is there any equivalent method in PHP like C# method "Process.Start()"?

© Stack Overflow or respective owner

Related posts about c#

Related posts about php