hw_Deleteobject

(PHP 4)

hw_DeleteobjectDeletes object

Beskrivelse

bool hw_deleteobject ( int $connection , int $object_to_delete )

Deletes the object with the given object id in the second parameter. It will delete all instances of the object.

Parametre

connection

The connection identifier.

object_to_delete

The object identifier.

Returnerings Værdier

Returns TRUE on success or FALSE on failure.

Se også

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top