fclearerrorΒΆ
fclearerror resets the error flag for the given file handle.
- bool = fclearerror(fh)
Return Value
bool.
Parameters
- fh
fh is the file handle created with fopen.
History
Version |
Description |
---|---|
5.0.0 |
New |
See also
id-55911
fclearerror resets the error flag for the given file handle.
Return Value
bool.
Parameters
fh is the file handle created with fopen.
History
Version |
Description |
---|---|
5.0.0 |
New |
See also
id-55911