15 lines
324 B
Plaintext
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.
|