uce/site/doc/pages/file_put_contents_locked_fd.txt
2026-06-15 10:53:36 +00:00

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.