PHP » PYTHON |
login |
register |
about
|
PYTHON dio_write
is this article helpful?
|
Python replacement for PHP's dio_write
[
edit
| history
]
import os os.write(fd, data) dio_write(PHP 4 >= 4.2.0, PHP 5 <= 5.0.5) dio_write — Writes data to fd with optional truncation at length Description
int dio_write
( resource $fd
, string $data
[, int $len= 0
] )
dio_write() writes up to len bytes from data to file fd . Parameters
Return ValuesReturns the number of bytes written to fd . |
more
Recently updated
more
Most requested
more
Last requests
|