write

(4.0.2 - 4.0.6 only)

write -- Write to a socket

Description

int write (resource socket_des, string &buffer, int length)

Attenzione

Questa funzione è SPERIMENTALE. Ovvero, il comportamento di questa funzione, il nome di questa funzione, in definitiva TUTTO ciò che è documentato qui può cambiare nei futuri rilasci del PHP SENZA PREAVVISO. Siete avvisati, l'uso di questo modulo è a vostro rischio.

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().