Home > PHP > Function > Hyperwave > hw_mv()

hw_mv()

hw_mv - Moves objects

Syntax

int hw_mv (int $connection, array $object_id_array, int $source_id, int $destination_id)

Arguments

  • connection - The connection identifier.
  • object_id_array - An array of object ids.
  • source_id - The source collection id.
  • destination_id - The target collection id. If set to 0 the objects will be unlinked from the source collection. If this is the last instance of that object it will be deleted. If you want to delete all instances at once, use hw_deleteobject().

Description

Moves the specified objects from a collection to another.

Version

PHP 4

Return value

Returns the number of moved objects.