PHP Exec execute two commands at the same time in linux -
i want execute 2 commands @ same time, using if((bool)@$ip) shell_exec("command1; command2");
it work needs finish 1 command , start other command.
can have please? thanks
if put & symbol @ end of first command, run command in background (asynchronously) php script continue next line, can fire off next command.
Comments
Post a Comment