[Top]
Stdio
Stdio.FILE
|
Method Stdio.FILE()->pipe()
- Method
pipe
File pipe(int|void flags)
- Description
Same as Stdio.File()->pipe() .
- Note
Returns an Stdio.File object, NOT an Stdio.FILE object.
In future releases of Pike this will most likely change
to returning an Stdio.FILE object. This is already
the case if STDIO_DIRECT_FD has been defined.
|