HW_CP(3) 1 HW_CP(3)
hw_cp - Copies objects
SYNOPSIS
int hw_cp (int $connection, array $object_id_array, int $destination_id)
DESCRIPTION
Copies the objects with object ids as specified in the second parameter to the collection with the id $destination id.
PARAMETERS
o $connection
- The connection identifier.
o $object_id_array
- An array of object ids.
o $destination_id
- The target collection id.
RETURN VALUES
Returns the number of copied objects.
SEE ALSO
hw_mv(3).
PHP Documentation Group HW_CP(3)