16 lines
308 B
Plaintext
16 lines
308 B
Plaintext
:sig
|
|
bool file_put_contents_locked_fd(int fd, String content)
|
|
|
|
:params
|
|
fd : handle returned by `file_open_locked()`
|
|
content : bytes to write
|
|
return value : true on complete write
|
|
|
|
:see
|
|
>sys
|
|
>file_open_locked
|
|
>file_get_contents_locked_fd
|
|
|
|
:content
|
|
Truncates and rewrites the file behind a locked file handle.
|