Parallel Processing with PHP (Part 2): Inter-Process Communication

How to send data between parent and child processes in PHP using sockets
In Part 1 - "Parallel Processing with PHP: why, how, and when", we learned how to use pcntl_fork() in PHP to create parallel p...