(4.0.2 - 4.0.6 only)
int write (int socket_des, string &buffer, int length)
int write
The function write() writes to the socket socket_des from &buffer the number of bytes set by length.
See also accept_connect(), bind(), connect(), listen(), read(), strerror(), and socket_get_status().