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

Method Stdio.File()->assign()


Method assign

int Stdio.File()->assign(object(File)|object(Fd) o)

Description

This function takes a clone of Stdio.File and assigns all variables of this file from it. It can be used together with Stdio.File.dup to move files around.

See also

Stdio.File.dup