PHP Velho Oeste 2024

socket_set_blocking

(PHP 4, PHP 5, PHP 7, PHP 8)

socket_set_blockingAlias of stream_set_blocking()

Description

This function is an alias of: stream_set_blocking().

add a note add a note

User Contributed Notes 1 note

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