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

Method Stdio.Fd()->create()


Method create

void Stdio.Fd()->create(string filename)
void Stdio.Fd()->create(string filename, string mode)
void Stdio.Fd()->create(string filename, string mode, object(in) access)
void Stdio.Fd()->create(int fd)
void Stdio.Fd()->create(int fd, string mode)

Description

See Stdio.Fd.open.

See also

Stdio.Fd.open