JavaScript Editor Javascript debugger     Website design 


hw_api_object->remove

Removes attribute ()

hw_api_object {
  bool remove(string name);
}

Removes the attribute with the given name.

Parameters

name

The attribute name.

Return Values

Returns TRUE on success or FALSE on failure.