write

(4.0.2 - 4.0.6 only)

write -- Write to a socket

Description

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

Uyarý

Bu modül DENEYSELDÝR. Bunun anlamý, burada listenen fonksiyonlar, fonksiyon isimleri, kýsaca burada yazýlan HER ÞEY PHP"nin ilerki sürümlerinde UYARI YAPILMAKSIZIN DEðÝÞTÝRÝLEBÝLÝR. Dikkatli olun, ve bu modülü aldýÐýnýz riski bilerek kullanýn.

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