PHP 7.0.6 Released

socket_set_blocking

(PHP 4, PHP 5, PHP 7)

socket_set_blockingAlias of stream_set_blocking()

Description

This function is an alias of: stream_set_blocking().

User Contributed Notes

steve at petabit dot com
11 years ago
Versions of PHP below 4.3 will use socket_set_blocking() but will not understand stream_set_blocking().
To Top