write#

Write bytes from $buffer to $fd.

Σύνοψη#

POSIX::write($fd, $data, length($data));

Τι επιστρέφεται#

The number of bytes actually written. A value less than $nbytes is not an error - common for pipes and sockets - and the caller must loop to write the rest.

Διαφορές από το upstream#

Fully compatible with upstream POSIX.