8 years ago 9,407 views
8 years ago 9,407 views
Signal handling in PHP is one of those things that not a lot of people understand, so they don't bother with. However, if you are writing command line scripts, signal handing is your friend. In PHP 7.1, it gets even easier thanks to changes made in the engine. This short video shows you the changes coming in PHP 7.1 and gives you a quick PCNTL demo that you can play with on your own.Source Code Repo: https://github.com/calevans/TickTalk