NAME copy - make a copy of a variable SYNOPSIS mixed copy(mixed var) DESCRIPTION Return an unique copy of var. This is only nescessary for arrays and mappings, as they are shared in the driver. NOTE This function does not work for nested arrays and mappings. SEE ALSO efun/deep_copy