How to check in PHP, if a socket still connected, if I don't have the socket handler? – Twitter-api
I am using a composer package owlycode/streaming-bird to call twitter stream API. The stream API opens a socket between your app and twitter, to receive tweets that have a specified keyword. In my case the keyword is 'hello'. Here is…