pipe

Name

pipe -- Create a pipe pair.

Type: function

Synopsis

pipe(, fd1 fd2);

Return Values

fd1

An instance of <integer>

fd2

An instance of <integer>

Description

Create a pair of file descriptors which are connected by a unix pipe.