$socketClientFlags public property (available since version 2.0.5)
Bitmask field which may be set to any combination of connection flags passed to stream_socket_client(). Currently the select of connection flags is limited to STREAM_CLIENT_CONNECT (default), STREAM_CLIENT_ASYNC_CONNECT and STREAM_CLIENT_PERSISTENT.
See also http://php.net/manual/en/function.stream-socket-client.php.
public integer $socketClientFlags = STREAM_CLIENT_CONNECT
Please login to continue.