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

15 lines
324 B
Plaintext

:sig
String file_get_contents_locked_fd(int fd)
:params
fd : handle returned by `file_open_locked()`
return value : complete file contents, or an empty string on error/empty file
:see
>sys
>file_open_locked
>file_put_contents_locked_fd
:content
Reads the full contents of a locked file handle from the start of the file.