mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
Using PQSocketPoll to poll on a connection's socket. Returns immediatly is there no event expected on read and write. Other than that, it is a thin wrapper on top of poll, thus reflecting its return value. close GH-14366