I want to run 5 functions in parallel and all these functions will return result from SQL.
I planned to use pcntl_fork();
but didn't knew how to assign values to those variables.
I want to run 5 functions in parallel and all these functions will return result from SQL.
I planned to use pcntl_fork();
but didn't knew how to assign values to those variables.