Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
7.2::

Method clone()


Method clone

object clone(string|program prog, mixed ... args)

Description

Alternate name for the function new() (Pike 7.2 compatibility).

This function was removed in Pike 7.3, use ((program)prog )(@args ) instead.

Deprecated
See also

destruct() , compile_string() , compile_file() , new()