int hw_mv ( int connection, array object_id_array, int source_id, int destination_id )
Moves the objects with object ids as specified in the second
parameter from the collection with id source_id
to the collection with the id destination_id.
If the destination id is 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().
The value returned is the number of moved objects.
hw mv php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php hw mv syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.