setattr

Set object attribute
     self  - object
     attr  - attribute name
     value - value
This function sets the attribute value without calling __setattr__()
Returns false: self is not an object
Thread-safe function.

success setattr(object self, string attr, any value);

Last updated