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

Method Stdio.File()->pipe()


Method pipe

object(File) Stdio.File()->pipe(void|int how)

Description

This function creates a bi-directional pipe between the object it was called in and an object that is returned. The two ends of the pipe are indistinguishable. If the File object this function is called in was open to begin with, it will be closed before the pipe is created.

FIXME

Document the PROP_ properties.

See also

Process.create_process