[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()
|