From professional translators, enterprises, web pages and freely available translation repositories.
ipx/spx (internetwork packet exchange/sequenced packet exchange)
internetwork packet exchange/sequenced packet exchange
Last Update: 2006-09-06
Usage Frequency: 1
Quality:
php_stream_sock_open_host() establishes a connect to the specified host and port. socktype specifies the connection semantics that should apply to the connection. values for socktype are system dependent, but will usually include (at a minimum) sock_stream for sequenced, reliable, two-way connection based streams (tcp), or sock_dgram for connectionless, unreliable messages of a fixed maximum length (udp).
values for socktype are system dependent, but will usually include (at a minimum) sock_stream for sequenced, reliable, two-way connection based streams (tcp), or sock_dgram for connectionless, unreliable messages of a fixed maximum length (udp).
Last Update: 2011-10-24
Usage Frequency: 1
Quality: