What is the best way to create a true copy from an object/array? By 'true copy' I mean a new object/array with the same key/index value pairs.
So far I see three possibilities $extend, $merge, $unlink. W.
What is the best way to create a true copy from an object/array? By 'true copy' I mean a new object/array with the same key/index value pairs.
So far I see three possibilities $extend, $merge, $unlink. W.