call()
call(callable $func, mixed $args) : integer
Run some code in a thread.
Parameters
callable | $func | The function to execute |
mixed | $args | The arguments to pass to the function |
Returns
integer —The pid of the thread created to execute this code