Extracted from Pike v7.3 release 14 at 2002-02-15.
pike.roxen.com
[Top]
Stdio
Stdio.Fd

Method Stdio.Fd()->close()


Method close

int Stdio.Fd()->close()
int Stdio.Fd()->close(string direction)

Description

Close a file or stream.

If direction is not specified, both the read and the write direction will be closed. Otherwise only the directions specified will be closed.

See also

Stdio.Fd.open, Stdio.Fd.open_socket